Skip to content

Klip v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 May 01:17
a692aad

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+K to toggle Klip and Ctrl+Alt+1 through Ctrl+Alt+9 for 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 26236085033 completed 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-256 8a14da5ff8c10772107af61b8bd44119cc996cd1e80f4d82f28000c5fd04d83a
    • Klip_0.1.0_x64_en-US.msi - 3,710,976 bytes - SHA-256 dbeee950a8055dee4bd975a736da9186c9bc1e53a829487dc24ef2dbebc81b66

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.