Changelog

New features, fixes, and performance updates shipped to Clipz.

v2.0.1

Latest

On-device OCR engine, clip favorites, and Win32 performance enhancements.

Feature
  • Added on-device OCR engine for instant text extraction from copied screenshots and images.
  • Added Star Favorites tab to keep key snippets and credentials permanently pinned.
  • Indexed OCR extracted text inside SQLite FTS5 for sub-millisecond full-text search.
Improvement
  • Optimized Win32 clipboard format listener CPU consumption to under 1% idle.
  • Reduced Dynamic Island notch expand animation latency down to 12ms.
  • Improved category auto-classifier precision for multi-line JSON and SQL queries.
Security
  • Hardened DPAPI key derivation routines for user-scoped encrypted disk storage.
  • Guaranteed 60-second RAM zeroing for plaintext secret clips.

v2.0.0

Complete Rust + Tauri v2 rewrite introducing the floating Dynamic Island notch UI.

Feature
  • Redesigned desktop interface into a floating Dynamic Island notch positioned at the top of the display.
  • Migrated storage engine to SQLite FTS5 for zero-latency searching across 100,000+ clips.
  • Added custom clip reminders with timed desktop notifications.
Keyboard
  • Added Ctrl + Shift + V global shortcut to summon the notch instantly.
  • Added Ctrl + 1..9 shortcuts to quick-paste recent items.

v1.9.0

Initial desktop clip manager with local DPAPI protection.

Core
  • Implemented local clipboard capture for text, links, and code snippets.
  • Added native Windows DPAPI encryption layer for private clip storage.