github AnInsomniacy/motrix-next v3.5.0-beta.4
v3.5.0-beta.4 — Autostart Hide Race Condition Fix

latest releases: v3.9.0-beta.2, v3.9.0-beta.1, v3.8.10...
pre-releaseone month ago

What's Changed

Fixes a critical race condition where the autostart minimize-to-tray feature failed because the frontend undid the Rust-layer window hide.

🐛 Bug Fixes

  • Fixed autostart hide being overridden by frontendMainLayout.onMounted was reading autoHideWindow from the Pinia store before loadPreference() had completed hydration, always getting the default value false. The frontend now reads the preference directly from the Tauri persistent store via IPC, matching exactly what the Rust setup guard does. This eliminates the race between async store hydration and Vue component mounting (#109)

📦 Downloads

Platform Architecture File
macOS Apple Silicon · Intel .dmg
Windows x64 · ARM64 -setup.exe
Linux x64 · ARM64 .AppImage .deb

Don't miss a new motrix-next release

NewReleases is sending notifications on new releases.