Releases: AllureCurtain/klip
Release list
Klip v0.2.0
Klip v0.2.0
Windows-first local clipboard manager release.
Included
- Unified Windows clipboard capture and paste workflow based on
clipboard-rs. - Tantivy + jieba full-text search for clipboard history, titles, notes, and OCR text.
- Offline PP-OCRv5 image text recognition with bundled model verification.
- Clipboard history, filtering, favorites, tags, snippets, tray residency, global hotkeys, privacy controls, and local SQLite recovery.
- Windows desktop E2E coverage for capture, search, paste, keyboard shortcuts, metadata search, and file actions.
Validation
- Main CI: https://github.com/AllureCurtain/klip/actions/runs/31379258017
- Release build: https://github.com/AllureCurtain/klip/actions/runs/31384403404
- Tag:
v0.2.0atab89ef7a645f9f8af9a0a113bfad4e2cf6093441
Windows installation
Klip_0.2.0_x64-setup.exe: 29,026,908 bytes; SHA-256dafbdf5c8566b851992a94400af3ad85498b4bcf1d8ebbccb8fb8ac9a7fa2e53Klip_0.2.0_x64_en-US.msi: 32,546,816 bytes; SHA-2564c3d431659b239ac57eb047f36d0c80e5e38d43a0c4c21a18272273612e3955b
These installers are unsigned. Windows may show a SmartScreen or unknown-publisher warning. Klip does not require an account or network connection.
macOS and Linux have partial implementation support but have not completed real desktop acceptance and are not part of this release commitment. Automatic updates are not configured for this release.
Klip v0.1.2
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-*.bakfile 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 -SkipBundlepassed. - Local
pnpm release:verifypassed and produced Windows installers. - GitHub CI passed on
mainafter PR #2 and PR #3 merges. - GitHub Release workflow passed for
v0.1.2and uploaded Windows MSI/NSIS assets.
Assets
Klip_0.1.2_x64-setup.exeKlip_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.
Klip v0.1.1
Klip v0.1.1 is the Windows-first productization release.
Included:
- Tags and grouped history filters
- JSON/CSV import and export
- Database backup and restore with validation and automatic pre-restore backup
- Sensitive-content detection with masked previews and configurable skip policy
- Linux platform groundwork for paths, clipboard write-back, paste simulation, autostart, and E2E runner
Assets:
- Klip_0.1.1_x64_en-US.msi
- Klip_0.1.1_x64-setup.exe
Notes:
- Windows installers are unsigned, so Windows may show SmartScreen or unknown publisher warnings
- macOS/Linux parity remains post-MVP
- Sync, auto-update, and database encryption are not included
Verified:
- CI run 26271678891
- Release workflow 26271678890
- Local release verification and E2E passed
- Installed NSIS smoke test passed, then the temp install was removed
Klip v0.1.0
Klip v0.1.0
Windows-first MVP release of Klip, a local clipboard history manager built with Tauri, React, and Rust.
Downloads
Klip_0.1.0_x64-setup.exe- NSIS installer for Windows x64.Klip_0.1.0_x64_en-US.msi- MSI installer for Windows x64.
Highlights
- Clipboard history capture for text, images, and Windows file selections.
- Local SQLite persistence with de-duplication, search, deletion, favorites, and configurable history size.
- Global shortcuts:
Ctrl+Alt+Kto toggle Klip andCtrl+Alt+1throughCtrl+Alt+9for quick paste. - Tray-first desktop behavior with settings, About diagnostics, and autostart toggle.
- Windows installer bundles generated by the GitHub Release workflow.
- Desktop E2E smoke coverage for text copy, search, and paste-path clipboard restoration.
Verification
- CI passed on commit
a692aad8c5f60b23e9ac806711424f007c268514. - Tag-triggered Release workflow
26236085033completed successfully on May 21, 2026. - Windows desktop smoke testing for the installed NSIS build was confirmed on May 22, 2026, including tray behavior, global hotkeys, clipboard capture, quick paste, settings/About diagnostics, persistence, and uninstall coverage.
- Release assets:
Klip_0.1.0_x64-setup.exe- 2,765,799 bytes - SHA-2568a14da5ff8c10772107af61b8bd44119cc996cd1e80f4d82f28000c5fd04d83aKlip_0.1.0_x64_en-US.msi- 3,710,976 bytes - SHA-256dbeee950a8055dee4bd975a736da9186c9bc1e53a829487dc24ef2dbebc81b66
Unsigned Installer Warning
The v0.1.0 installers are not code signed. Windows SmartScreen or publisher warnings are expected on first install; verify the downloaded asset names and SHA-256 digests above before running them.
Known Limitations
- This is a Windows-first MVP. macOS and Linux parity are planned after v0.1.0.
- Import/export, backup/restore, sync, auto-update, and database encryption are not included in this release.