What's Changed
This release replaces the custom CSS traffic-light emulation on macOS with native system window controls via Tauri's titleBarStyle: "Overlay". Windows and Linux are unaffected — they continue using the existing custom icon buttons.
✨ New Features
- Native macOS traffic lights — close/minimize/maximize buttons are now rendered by macOS, with native tooltips, hover coloring, right-click menu, and window tiling panel
- Unified exit fade animation — the entire native window (including traffic lights) fades out smoothly on quit via
NSWindow.setAlphaValue()
🛠 Improvements
- Removed
macStyleControlspreference — the toggle was a design flaw; macOS now always uses native controls, no user configuration needed - Platform-isolated window architecture —
tauri.macos.conf.jsonoverride for macOS; zero impact on Windows/Linux builds - Close prevention hardened —
event.preventDefault()added to JS close handler for reliable interception across all close paths (native traffic light, Cmd+W, taskbar close)
🐛 Bug Fixes
- Fixed deleted BT tasks reappearing —
batchRemoveTasknow purges from aria2's stopped-results and saves session immediately
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|