Skip to content

ClipnPaste 0.2.7

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 12 Jul 07:27
· 13 commits to main since this release

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 bash

Manual:

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-paste

Remove 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 update

Optional: 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/