What's Changed
This beta addresses a critical Windows autostart bug and adds comprehensive diagnostic logging across the startup flow.
🐛 Bug Fixes
- Windows autostart registry self-heal — Fixed an issue where "Minimize to Tray on Autostart" failed on Windows cold boot due to the
auto-launchcrate removing the registry entry after first launch (upstream: tauri-apps/plugins-workspace#771). The app now re-enables the autostart entry on every launch to guarantee persistence.
🛠 Improvements
- Startup observability — Added INFO-level diagnostic logging across the entire autostart decision chain (Rust
setup()→is_autostart_launchcommand → frontendMainLayout.vue→syncAutostart). User-submitted logs now contain a complete trace of whether--autostartwas detected and the window visibility decision. - Homebrew Cask refactor — Replaced fragile
sedcommands with a clean heredoc template for Cask file generation.
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|