Skip to content

Clipmer v3.0.1

Choose a tag to compare

@0x99M 0x99M released this 04 May 01:56

Fixes

  • Launch crash on Linux. chrome-sandbox is now installed with root:root mode 4755 via the .deb / .rpm post-install hook, so the renderer no longer SIGTRAPs on startup. AppImage launches detect the runtime and fall back to --no-sandbox, since AppImages mount on a nosuid filesystem.
  • Memory and CPU leak when an image sits on the clipboard. The polling loop was allocating megabytes of base64 every 500 ms — even when the image hadn't changed — pinning V8's heap and burning ~28 % CPU on an idle clipboard manager. Dedup now runs against a small SHA-1 hash, and the megabyte-scale base64 only happens when the image actually changes.

New

  • .rpm package. Fedora, RHEL, Rocky, AlmaLinux, and openSUSE users now have a native install option alongside .deb and AppImage.
  • Click a folder to filter. Clicking a folder row in the folders view jumps back to the main list filtered to that folder — matching the affordance the cursor was already implying.
  • Filter button moved next to search. Reclaims a row of vertical space. The button shows a plain icon when "All" is selected, and just the count of items when a folder filter is active.
  • Bubble-to-top on in-app copy. Picking an entry from inside Clipmer now refreshes its position to the top of the list, the same way an external duplicate copy already did.

Tier change

  • Auto-paste is now a free feature. No license required.