ClipnPaste 0.2.10
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.mdand 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 bashUpgrade if the repo is already set up:
sudo apt update && sudo apt install --only-upgrade clipn-pasteInstall 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