What's Changed
Fixes non-standard drive paths (RAM disks, network drives) on Windows, completely overhauls the website download infrastructure, and adds RPM download support.
🐛 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)
✨ New Features
- RPM downloads on website — Linux
.rpmdownload links are now properly derived and displayed alongside.deband.AppImage
🛠 Improvements
- Website downloads use updater JSON directly — Eliminated separate website JSON artifacts; the download page reads the same
latest.json/beta.jsonthe in-app updater uses, served from a dedicatedrelease-databranch viaraw.githubusercontent.comfor CORS-friendly access - CI release workflow hardened — Replaced deprecated
ghCLI field references with direct URL construction; usesjq+ stdin for robust JSON push torelease-databranch
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb .rpm
|