Skip to content

Clipmer v3.0.2

Choose a tag to compare

@0x99M 0x99M released this 05 May 02:22

Performance

  • Snappier popup with large histories. The list now renders 25 entries at a time and reveals more on demand — either by clicking the dashed "Load more" row at the bottom or pressing the down arrow once it's keyboard-selected. The page resets when the window opens or you change search/filter, but holds across background clipboard events so a copy elsewhere doesn't dump you back to page 1 mid-browse.
  • Smoother arrow-key navigation. Selection changes used to tear down and rebuild every visible row, which at keyboard auto-repeat queued faster than it could drain. Selection now just toggles a CSS class on the two affected rows — feels as smooth as mouse scrolling.
  • Stable entry timestamps. "37s ago" and friends no longer drift while you're looking at them; they freeze to the moment the window appeared and refresh next time you reopen it.

Fixes

  • Settings version label stays in sync now. The "Clipmer vX.Y.Z" line under Settings → License was hard-coded in HTML and silently rotted each release (3.0.1 still showed v3.0.0). It now reads from app.getVersion() and updates automatically.