Skip to content

Klip v0.1.2

Choose a tag to compare

@github-actions github-actions released this 22 May 09:58
v0.1.2
34c751a

Summary

Klip v0.1.2 is a Windows-first data resilience patch. It focuses on making local database handling safer before wider release validation.

Changes

  • Added database schema version gating so older app versions reject newer databases instead of writing into an unsupported schema.
  • Added corrupt SQLite database recovery: the broken database is preserved as a .corrupt-*.bak file and Klip recreates a clean schema.
  • Added restore-time rejection for backups from newer schema versions.
  • Centralized the current database schema version to keep initialization and restore validation aligned.

Verification

  • Local pnpm release:verify -SkipBundle passed.
  • Local pnpm release:verify passed and produced Windows installers.
  • GitHub CI passed on main after PR #2 and PR #3 merges.
  • GitHub Release workflow passed for v0.1.2 and uploaded Windows MSI/NSIS assets.

Assets

  • Klip_0.1.2_x64-setup.exe
  • Klip_0.1.2_x64_en-US.msi

Known Caveats

  • Installers are not code signed yet, so Windows may show SmartScreen or publisher warnings.
  • This remains Windows-first; macOS/Linux parity is still post-MVP work.
  • Auto-update, sync, and database encryption are not included in this release.