What's Changed
Two fixes improving the window startup experience across all platforms, addressing user feedback from #21.
🛠 Improvements
-
Fixed transparent window flash on Windows startup — The main window now only becomes visible after the frontend has fully mounted. This prevents the empty transparent frame + DWM shadow that was briefly visible while WebView2 initialized. Follows Tauri's official recommendation of
visible: false→ frontendshow(). Mouse cursor lag during startup is also no longer perceptible. -
Fixed default window position on Windows & Linux — The window now starts centered on screen instead of appearing at the top-left corner. macOS was already centered by its window manager, but this makes the behavior explicit and consistent across all platforms. Users with "Restore window size and position on startup" enabled are unaffected — their saved position takes priority.
📦 Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | .dmg
|
| Windows (x64) | -setup.exe
|
| Linux (x64) | .AppImage / .deb
|
| Linux (ARM64) | .AppImage / .deb
|