What's Changed
This release fixes a persistent window restoration bug in lightweight mode, and adds browser extension auto-submit support.
🐛 Bug Fixes
- Fixed tray window restore requiring two clicks (#206) — In lightweight mode, clicking the tray icon to restore the window after closing it would flash the window and immediately hide it, requiring a second click. Root cause:
is_autostart_launch()reads processargvwhich never changes — when the destroyed window was recreated, the frontend re-applied autostart-hide logic. Fixed by introducingAppLifecycleStatethat tracks cold-start vs runtime phase, ensuring recreated windows always show correctly.
✨ New Features
- Extension auto-submit — New "Skip confirmation" setting to bypass the Add Task dialog for browser extension downloads. Hierarchical toggles for HTTP, Magnet, Torrent, and Metalink link types.
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|