Skip to content

ClipnPaste 0.2.10

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 16 Jul 04:21
· 2 commits to main since this release
64ecefc

ClipnPaste 0.2.10

Added

  • Edit history images in the Snip editor (✎ on image items)
  • More reliable toast → editor open (get_last_snip_capture, retry emits)
  • Security hardening for screenshot save paths, image size limits, IPC/DB permissions
  • SECURITY.md and CI unit tests

Fixed

  • Toast Click to edit no longer leaves the editor empty when the first event is missed

Security

  • Snip save paths restricted to Screenshots; PNG decode size capped

Full notes: CHANGELOG.md

Install with apt (recommended)

curl -fsSL https://linkofhyrule89.github.io/ClipnPaste/install.sh | sudo bash

Upgrade if the repo is already set up:

sudo apt update && sudo apt install --only-upgrade clipn-paste

Install from this release (.deb)

sudo apt install ./ClipnPaste_0.2.10_amd64.deb
clipnpaste &

Uninstall

pkill -x clipnpaste 2>/dev/null || true
sudo apt remove clipn-paste