Skip to content

Releases: NguyenDuc2309/klipr

Klipr v1.2.6

Choose a tag to compare

@NguyenDuc2309 NguyenDuc2309 released this 25 Aug 03:16

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

Choose a tag to compare

@NguyenDuc2309 NguyenDuc2309 released this 24 Aug 02:24

🛠️ 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 PIL module 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

Choose a tag to compare

@NguyenDuc2309 NguyenDuc2309 released this 19 Aug 09:40

🌟 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

Choose a tag to compare

@NguyenDuc2309 NguyenDuc2309 released this 13 May 09:02
ac781fc
Merge pull request #2 from NguyenDuc2309/claude/crazy-meitner-7ad3b6

docs: overhaul README, landing page, and add MIT license