What's Changed
Fixes a critical issue where non-standard drive paths (RAM disks, network drives) were blocked by Tauri's filesystem security sandbox, and overhauls the website download infrastructure for reliability.
🐛 Bug Fixes
- RAM disk / network drive path support — File existence checks and folder navigation now work on non-standard Windows paths (e.g.
Z:\) by routing through Rust backend commands instead of the Tauri FS plugin sandbox (#69)
🛠 Improvements
- Website downloads use updater JSON directly — Eliminated separate website JSON artifacts; the download page now reads the same
latest.json/beta.jsonthe in-app updater uses, served via a CORS-friendlydatabranch - CI release workflow hardened — Replaced deprecated
ghCLI field references with direct URL construction; addeddatabranch push for cross-origin website access
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|