Releases: NguyenDuc2309/klipr
Releases · NguyenDuc2309/klipr
Release list
Klipr v1.2.6
v1.2.6
Improvements
- More robust shutdown handling: Klipr now exits cleanly on session logout or
pkill klipr(previously could skip closing the database in that specific case — no data loss, just tidier). - Slightly more compact History Limit selector in Settings.
No breaking changes. Existing clipboard history, favorites, and settings carry over automatically.
Klipr v1.2.5
🛠️ Bug Fixes & Improvements in v1.2.5
- Fixed History Limit UI: Replaced the glitchy dropdown menu with a segmented button selector (
50|100|150) to fix popover sticking on screen during window switching. - Fixed Global Shortcut Sync: Fixed GNOME custom keybinding updates so newly saved shortcuts apply immediately without getting stuck on old settings.
- Fixed Snap Image Processing: Fixed missing
PILmodule in the Snap package for reliable clipboard image previews. - Snap Confinement & D-Bus: Resolved Snap AppArmor startup crash by properly declaring D-Bus and GNOME schemas.
- GTK4 Cleanups: Resolved deprecated widget hide warnings and modernized visibility handling.
Klipr v1.2.4
🌟 What's New in v1.2.4
⚡ Memory & Thumbnail Optimization: High-resolution screenshots (2K/4K) are now decoded directly to thumbnail dimensions with a bounded LRU cache, drastically reducing RAM usage.
⚡ Database Query Improvements: Batch-fetched favorite statuses to eliminate O(N) database queries on list refresh.
🎨 Clean UI & Theme Polish: Removed unwanted system focus rings and improved dark/light theme consistency.
⌨️ Enhanced IME Support: Real-time search with zero latency for multilingual input (iBus, Fcitx).
Klipr v1.2.3
Merge pull request #2 from NguyenDuc2309/claude/crazy-meitner-7ad3b6 docs: overhaul README, landing page, and add MIT license