What's Changed
Fixes a tray icon conflict with other Tauri-based applications on Linux and aligns the three-column layout headers.
🐛 Bug Fixes
- Linux tray icon conflict — Fixed tray icon colliding with Clash Verge Rev (and other Tauri apps) on Linux. The
tray-iconcrate derives temp PNG paths from the tray ID under$XDG_RUNTIME_DIR/tray-icon/; both apps used the default ID"main", causing file path collisions. Changed to a unique ID"motrix-next"(fix: use unique tray ID to prevent icon conflict with other Tauri apps) - Linux tray icon on autostart — Deferred icon refresh reduced from 3s to 500ms for faster recovery from the KDE Plasma SNI race condition (#242)
🛠 Improvements
- Three-column header alignment — Unified header spacing across sidebar, subnav, and content columns using a shared
--header-top-offsetCSS variable. Fixed content title being pushed down by taller action buttons viaalign-self: flex-start - Sidebar–subnav vertical rhythm — Adjusted subnav title bottom margin so sidebar icons align with adjacent menu items
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|