v0.1.1 ��� Working image capture (AVIF), save notifications, continuous-mode toggle, i18n
What's new in v0.1.1
🖼️ Image capture actually works now (AVIF via bundled avifenc)
The native sharp module failed to load in the packaged app, so copied images were silently dropped. Image conversion now uses a bundled avifenc (libavif official static build) spawned as a child process — no native Node modules involved. If conversion ever fails, the original PNG is saved instead, so images are never lost. Bonus: the installer shrank from 88 MB to ~76 MB.
🔔 Save feedback
A toast notification confirms every save (text preview + image format). Pressing the hotkey also tells you when the clipboard content was a duplicate or the clipboard was empty — no more guessing whether anything was saved.
🔁 Continuous capture toggle
New tray checkbox: on = every new copy is saved automatically (default, same as before), off = content is saved only when you press the hotkey. Handy for bulk collection vs. deliberate capture.
🌐 Multilingual UI (English / 繁體中文)
Tray menu, notifications, dialogs and the Settings window are now fully localized. Follows your system language by default; switchable in Settings and applies instantly.
- 圖片轉存修復:改用內附 avifenc,轉檔失敗自動退存 PNG,圖片絕不丟失
- 每次存檔跳出通知;熱鍵按下重複/空剪貼簿也會告知
- 托盤新增「連續收集模式」開關(開=自動存,關=只熱鍵存)
- 介面多語系:繁體中文/English,預設跟隨系統語言,設定內可即時切換
Full Changelog: v0.1.0...v0.1.1