v0.7.1
PAKDE v0.7.1 — Hotfix: cooperative deletion on Windows
This is a hotfix release addressing a Windows-only failure when removing a cooperative's data.
Fixed
- Windows
os error 32on cooperative deletion. Deleting a cooperative previously failed withThe process cannot access the file because it is being used by another process. The SQLite connection pool for the coop's.dbis now closed before the file is removed, releasing the file lock (rusqlite holds it on Windows).
Changed
deleteCooperativenow invalidates the cached DB connection prior to deleting the file.- Factory reset now closes all open SQL connections (registry + every cooperative) before wiping
registry.dband thecoops/directory, preventing the same lock error.
Upgrade notes
- Auto-update safe: signed
latest.json/.sigregenerated for both macOS (universal) and Windows. - Version files (
package.json,Cargo.toml,tauri.conf.json) are synced to v0.7.1.