v2.1.3 — Auto-Updater Fix
Fixes the auto-updater's "Download failed" error. Updates are now properly signed and verify correctly.
🔄 Updater
- Release artifacts weren't being signed, so latest.json had empty signature fields — and the updater rejects unsigned downloads, which showed up as "Download failed". Regenerated the signing keypair; releases are now signed, and the updater verifies and installs them.
- Heads-up: existing installs can't auto-update to this build (they expect the old/absent signature). Install 2.1.3 manually once; auto-update works from there.
- Linux: the in-app updater only updates AppImage installs. .deb / .rpm / Flatpak / COPR are updated by your package manager (dnf upgrade, flatpak update).
📎 Other
- Bumped version to 2.1.3 across package.json, Cargo.toml, tauri.conf.json, and Cargo.lock