ClipnPaste 0.2.7
ClipnPaste 0.2.7
Added
- Snip & Sketch editor — click the post-capture toast to edit
- Tools: pen, highlighter, blur, crop, multi-color palette, undo
- Auto-save to
$XDG_PICTURES_DIR/Screenshots(usually~/Pictures/Screenshots) - Save updates clipboard, history, and overwrites the screenshot file when known
Fixed
- Rectangle snip on HiDPI / fractional scaling (correct crop vs xcap logical/physical pixels)
- Selection box / dim overlay no longer baked into region captures
- Toast Click to edit actually opens the editor
- Rectangle mode no longer stuck after using window snip
Install with apt (recommended)
Adds the GitHub Pages repo and installs the package (amd64; package name clipn-paste):
curl -fsSL https://linkofhyrule89.github.io/ClipnPaste/install.sh | sudo bashManual:
echo 'deb [arch=amd64 trusted=yes] https://linkofhyrule89.github.io/ClipnPaste stable main' \
| sudo tee /etc/apt/sources.list.d/clipnpaste.list
sudo apt update
sudo apt install clipn-paste
clipnpaste &Updates later: sudo apt update && sudo apt upgrade
Install from this release (.deb)
sudo apt install ./ClipnPaste_0.2.7_amd64.deb
clipnpaste &Uninstall
pkill -x clipnpaste 2>/dev/null || true
sudo apt remove clipn-pasteRemove the apt source (if you used the GitHub Pages repo) and purge package config:
sudo apt purge clipn-paste
sudo rm -f /etc/apt/sources.list.d/clipnpaste.list
sudo apt updateOptional: delete ~/.local/share/clipnpaste/ (history/settings) and any ~/.local/bin/clipnpaste local build override.
Full notes: CHANGELOG.md · Apt site: https://linkofhyrule89.github.io/ClipnPaste/