What's Changed
This release fixes a critical memory optimization gap where lightweight mode failed to destroy the WebView process during autostart, causing ~300MB of unnecessary RAM usage until the user manually opened and closed the window.
🐛 Bug Fixes
- Lightweight mode now works on autostart — When autostart + lightweight mode are both enabled, the WebView is now correctly destroyed after engine initialization completes, matching the behavior of normal window close. Fixes #209.
🛠 Improvements
- New
minimize_to_trayIPC command — Exposes the existinghandle_minimize_to_tray()code path (used by close button and Cmd+W) as a frontend-callable command, enabling programmatic WebView lifecycle control.
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|