Skip to content

Releases: LinkofHyrule89/ClipnPaste

ClipnPaste 0.2.11

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 16 Jul 04:31
4c5f611

ClipnPaste 0.2.11

Added

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.11_amd64.deb
clipnpaste &

Uninstall

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

ClipnPaste 0.2.10

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 16 Jul 04:21
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

ClipnPaste 0.2.9

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 12 Jul 09:26

ClipnPaste 0.2.9

Fixed

  • Skin-tone / multi-codepoint emoji paste — emoji and text now paste with clipboard + Ctrl+V instead of xdotool type, so sequences like 👍🏿 stay intact

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.9_amd64.deb
clipnpaste &

Uninstall

pkill -x clipnpaste 2>/dev/null || true
sudo apt remove clipn-paste
sudo apt purge clipn-paste   # optional
sudo rm -f /etc/apt/sources.list.d/clipnpaste.list
sudo apt update

Full notes: CHANGELOG.md · Apt: https://linkofhyrule89.github.io/ClipnPaste/

ClipnPaste 0.2.8

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 12 Jul 09:14

ClipnPaste 0.2.8

Added

  • Emoji style in Settings: Google (Noto, default), Fluent (Microsoft), or System font
  • Full offline emoji set (~3.5k) with all categories
  • Skin-tone grouping: one cell per emoji; hold or right-click for tones (remembers last choice)

Fixed

  • Clicking multi-tone emoji pastes reliably
  • Category strip spacing so the scrollbar is less easy to hit by accident

Install with apt (recommended)

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

Or upgrade if the repo is already configured:

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

Install from this release (.deb)

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

Uninstall

pkill -x clipnpaste 2>/dev/null || true
sudo apt remove clipn-paste
# optional full cleanup:
sudo apt purge clipn-paste
sudo rm -f /etc/apt/sources.list.d/clipnpaste.list
sudo apt update

Full notes: CHANGELOG.md · Apt site: https://linkofhyrule89.github.io/ClipnPaste/

ClipnPaste 0.2.7

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 12 Jul 07:27

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/

ClipnPaste 0.2.6

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 10 Jul 08:25

ClipnPaste 0.2.6

Fixed

  • Mint / GNOME application menu icon — package now installs full Freedesktop hicolor sizes (16–512px) and a proper desktop entry so the menu shows the ClipnPaste logo instead of a generic icon

Install

sudo apt install ./ClipnPaste_0.2.6_amd64.deb
# refresh icon cache if the menu still looks wrong:
sudo gtk-update-icon-cache -f /usr/share/icons/hicolor
clipnpaste &

Full notes: CHANGELOG.md

ClipnPaste 0.2.5

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 10 Jul 08:20

ClipnPaste 0.2.5

Bugfix and reliability release for clipboard history.

Fixed

  • Clear all keeps the list empty (no flash of the live clipboard back into history)
  • New copies after clear still appear without restarting the app
  • Ctrl+C / Ctrl+X text is not ignored when X11 still has a stale image target (separate text/image hash gates)
  • Real text wins over incidental URL/path text when both change; images preferred only for incidental text
  • History text wraps instead of clipping under edit/delete/pin buttons

Tests

  • Expanded unit tests for clear-all, copy-after-clear, pin, edit, promote-on-select, emoji, and text-vs-image policy (npm test / cargo test --lib)

Install

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

Full notes: CHANGELOG.md

ClipnPaste 0.2.4

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 10 Jul 07:27

ClipnPaste 0.2.4

Windows 11-style clipboard history and snipping for Linux Mint / Cinnamon.

Highlights (0.2.2 – 0.2.4)

  • Live history — new copies appear in Super+V while the panel is open
  • Image-first capture — screenshots/images are kept even when text is also on the clipboard
  • Promote-on-select — pasting from history sets the system clipboard so Ctrl+V pastes the same item again
  • Edit text items — pencil (✎) next to delete/pin
  • Unit tests for history DB and helpers
  • Settings CLI: clipnpaste-cli settings

Install

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

Hotkeys

Shortcut Action
Super+V Clipboard history
Super+; Emoji
Super+Shift+S Snip
Ctrl+V Normal OS paste

Full notes: CHANGELOG.md

v0.2.1

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 30 Jun 06:39

Highlights

  • Tabbed clipboard panel: History, Emoji (offline search), GIF (stub)
  • Super+; opens the emoji picker
  • Settings (tray or clipboard gear): hide Emoji/GIF tabs, link to Cinnamon keyboard shortcuts
  • Paste into apps: history and emoji insert into the focused text field

Install

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

Requires xdotool for paste-into-app (sudo apt install xdotool).

Hotkeys

Shortcut Action
Super+V Clipboard history
Super+; Emoji picker
Super+Shift+S Snipping tool

See CHANGELOG.md for full details.

v0.1.0

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 30 Jun 05:39

ClipnPaste v0.1.0

Windows 11-style clipboard history and snipping tool for Linux Mint / Cinnamon (X11).

Install

# Download ClipnPaste_0.1.0_amd64.deb from this release, then:
sudo apt install ./ClipnPaste_0.1.0_amd64.deb
clipnpaste &

Hotkeys

Shortcut Action
Super+V Clipboard history (opens bottom-right)
Super+Shift+S Snipping toolbar

On Cinnamon, shortcuts appear under System Settings → Keyboard → Shortcuts → Custom Shortcuts. Mint Menu can keep Super.

Highlights

  • Clipboard history with text/image previews, pin, delete, and clear unpinned
  • Snipping: fullscreen, window, or region capture with toast preview
  • System tray quick actions
  • Fully local: embedded UI, strict CSP, data in ~/.local/share/clipnpaste/
  • Autostart enabled on install

Requirements

  • Linux Mint 22.x / Cinnamon on X11 (Wayland not supported in v0.1)
  • amd64 (x86_64)

See CHANGELOG.md for full details.