What's Changed
A focused hardening release that improves platform isolation and suppresses unintended browser behavior in the desktop application.
🛠 Improvements
- Linux tray isolation — Custom tray popup code is now excluded at compile time on Linux via
#[cfg(not(target_os = "linux"))], eliminating a wasted WebKitGTK process (~30-50MB) that was created but never displayed - Production context menu guard — The browser's default right-click menu (Reload, Save As, Print…) is now suppressed in production builds while remaining available in dev mode for debugging
📦 Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | .dmg
|
| Windows (x64) | -setup.exe
|
| Linux (x64) | .AppImage / .deb
|
| Linux (ARM64) | .AppImage / .deb
|