Skip to content

ClipnPaste 0.2.8

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 12 Jul 09:14
· 6 commits to main since this release

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/