Skip to content

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 10:34

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 32 on cooperative deletion. Deleting a cooperative previously failed with The process cannot access the file because it is being used by another process. The SQLite connection pool for the coop's .db is now closed before the file is removed, releasing the file lock (rusqlite holds it on Windows).

Changed

  • deleteCooperative now invalidates the cached DB connection prior to deleting the file.
  • Factory reset now closes all open SQL connections (registry + every cooperative) before wiping registry.db and the coops/ directory, preventing the same lock error.

Upgrade notes

  • Auto-update safe: signed latest.json / .sig regenerated for both macOS (universal) and Windows.
  • Version files (package.json, Cargo.toml, tauri.conf.json) are synced to v0.7.1.