github AnInsomniacy/motrix-next v3.4.7-beta.3
v3.4.7-beta.3 — Path Normalization Fix

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

What's Changed

Fixes "reveal in folder" failing with os error 2 on Windows when download directory is a drive root (e.g. Z:\).

🐛 Bug Fixes

  • Reveal in folder on drive roots — aria2 returns Z:\\ and the frontend joined with /, producing Z:\\/file.exe (mixed separators). Windows ILCreateFromPathW cannot parse this. Fixed with two-layer defense:
    • Layer 1: Replaced all ${dir}/ template literal path joins with Tauri's @tauri-apps/api/path.join() for platform-native separators
    • Layer 2: New Rust commands show_item_in_dir and open_path_normalized that normalize paths via dunce::simplified() before calling OS shell APIs

📦 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.