Skip to content

Releases: gustavosett/Windows-11-Clipboard-History-For-Linux

Release v0.5.0

06 Jan 19:08

Choose a tag to compare

Windows 11 Clipboard History For Linux v0.5.0

A Windows 11-style Clipboard History Manager for Linux.

🚀 Quick Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/gustavosett/Windows-11-Clipboard-History-For-Linux/master/scripts/install.sh | bash

This script auto-detects your distro and sets up everything, including paste permissions.


📦 Manual Installation

Ubuntu/Debian (APT Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.deb.sh' | sudo -E bash
sudo apt update && sudo apt install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .deb directly:

sudo apt install ./win11-clipboard-history_0.5.0_amd64.deb
sudo setfacl -m u:$USER:rw /dev/uinput

Fedora/RHEL (DNF Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.rpm.sh' | sudo -E bash
sudo dnf install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .rpm directly:

sudo dnf install ./win11-clipboard-history-0.5.0-1.x86_64.rpm
sudo setfacl -m u:$USER:rw /dev/uinput

Arch Linux (AUR)

yay -S win11-clipboard-history-bin

AppImage (Universal - any distro)

# Download, make executable, and set up paste permissions
chmod +x win11-clipboard-history_0.5.0_amd64.AppImage
sudo setfacl -m u:$USER:rw /dev/uinput  # Required for paste simulation
./win11-clipboard-history_0.5.0_amd64.AppImage

Note: The setfacl command is temporary (resets on reboot). For permanent setup, see the README.


⌨️ Usage

Press Super+V to open the clipboard history. The app will show a Setup Wizard on first run to configure shortcuts and permissions.

What's Changed

  • fix: debian dependencies had wrong package by @henmalib in #115
  • docs: add henmalib as a contributor for bug, and code by @allcontributors[bot] in #117
  • chore(deps): bump the dev-dependencies group with 3 updates by @dependabot[bot] in #112
  • chore(deps): bump react-window from 2.2.3 to 2.2.4 in the production-dependencies group by @dependabot[bot] in #113
  • fix: enhance focus and hover behavior in Emoji, Kaomoji, and Symbol pickers when keyboard is used by @Predrag in #118
  • chore(deps): bump the all-cargo group in /src-tauri with 2 updates by @dependabot[bot] in #114

New Contributors

Full Changelog: v0.4.28...v0.5.0

Release v0.4.28

06 Jan 17:22

Choose a tag to compare

Windows 11 Clipboard History For Linux v0.4.28

A Windows 11-style Clipboard History Manager for Linux.

🚀 Quick Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/gustavosett/Windows-11-Clipboard-History-For-Linux/master/scripts/install.sh | bash

This script auto-detects your distro and sets up everything, including paste permissions.


📦 Manual Installation

Ubuntu/Debian (APT Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.deb.sh' | sudo -E bash
sudo apt update && sudo apt install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .deb directly:

sudo apt install ./win11-clipboard-history_0.4.28_amd64.deb
sudo setfacl -m u:$USER:rw /dev/uinput

Fedora/RHEL (DNF Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.rpm.sh' | sudo -E bash
sudo dnf install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .rpm directly:

sudo dnf install ./win11-clipboard-history-0.4.28-1.x86_64.rpm
sudo setfacl -m u:$USER:rw /dev/uinput

Arch Linux (AUR)

yay -S win11-clipboard-history-bin

AppImage (Universal - any distro)

# Download, make executable, and set up paste permissions
chmod +x win11-clipboard-history_0.4.28_amd64.AppImage
sudo setfacl -m u:$USER:rw /dev/uinput  # Required for paste simulation
./win11-clipboard-history_0.4.28_amd64.AppImage

Note: The setfacl command is temporary (resets on reboot). For permanent setup, see the README.


⌨️ Usage

Press Super+V to open the clipboard history. The app will show a Setup Wizard on first run to configure shortcuts and permissions.

What's Changed

Full Changelog: v0.4.27...v0.4.28

Release v0.4.27

04 Jan 12:23

Choose a tag to compare

Windows 11 Clipboard History For Linux v0.4.27

A Windows 11-style Clipboard History Manager for Linux.

🚀 Quick Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/gustavosett/Windows-11-Clipboard-History-For-Linux/master/scripts/install.sh | bash

This script auto-detects your distro and sets up everything, including paste permissions.


📦 Manual Installation

Ubuntu/Debian (APT Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.deb.sh' | sudo -E bash
sudo apt update && sudo apt install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .deb directly:

sudo apt install ./win11-clipboard-history_0.4.27_amd64.deb
sudo setfacl -m u:$USER:rw /dev/uinput

Fedora/RHEL (DNF Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.rpm.sh' | sudo -E bash
sudo dnf install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .rpm directly:

sudo dnf install ./win11-clipboard-history-0.4.27-1.x86_64.rpm
sudo setfacl -m u:$USER:rw /dev/uinput

Arch Linux (AUR)

yay -S win11-clipboard-history-bin

AppImage (Universal - any distro)

# Download, make executable, and set up paste permissions
chmod +x win11-clipboard-history_0.4.27_amd64.AppImage
sudo setfacl -m u:$USER:rw /dev/uinput  # Required for paste simulation
./win11-clipboard-history_0.4.27_amd64.AppImage

Note: The setfacl command is temporary (resets on reboot). For permanent setup, see the README.


⌨️ Usage

Press Super+V to open the clipboard history. The app will show a Setup Wizard on first run to configure shortcuts and permissions.

Full Changelog: v0.4.26...v0.4.27

Release v0.4.26

04 Jan 08:48

Choose a tag to compare

Windows 11 Clipboard History For Linux v0.4.26

A Windows 11-style Clipboard History Manager for Linux.

🚀 Quick Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/gustavosett/Windows-11-Clipboard-History-For-Linux/master/scripts/install.sh | bash

This script auto-detects your distro and sets up everything, including paste permissions.


📦 Manual Installation

Ubuntu/Debian (APT Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.deb.sh' | sudo -E bash
sudo apt update && sudo apt install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .deb directly:

sudo apt install ./win11-clipboard-history_0.4.26_amd64.deb
sudo setfacl -m u:$USER:rw /dev/uinput

Fedora/RHEL (DNF Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.rpm.sh' | sudo -E bash
sudo dnf install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .rpm directly:

sudo dnf install ./win11-clipboard-history-0.4.26-1.x86_64.rpm
sudo setfacl -m u:$USER:rw /dev/uinput

Arch Linux (AUR)

yay -S win11-clipboard-history-bin

AppImage (Universal - any distro)

# Download, make executable, and set up paste permissions
chmod +x win11-clipboard-history_0.4.26_amd64.AppImage
sudo setfacl -m u:$USER:rw /dev/uinput  # Required for paste simulation
./win11-clipboard-history_0.4.26_amd64.AppImage

Note: The setfacl command is temporary (resets on reboot). For permanent setup, see the README.


⌨️ Usage

Press Super+V to open the clipboard history. The app will show a Setup Wizard on first run to configure shortcuts and permissions.

Full Changelog: v0.4.25...v0.4.26

Release v0.4.25

04 Jan 02:16

Choose a tag to compare

Windows 11 Clipboard History For Linux v0.4.25

A Windows 11-style Clipboard History Manager for Linux.

🚀 Quick Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/gustavosett/Windows-11-Clipboard-History-For-Linux/master/scripts/install.sh | bash

This script auto-detects your distro and sets up everything, including paste permissions.


📦 Manual Installation

Ubuntu/Debian (APT Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.deb.sh' | sudo -E bash
sudo apt update && sudo apt install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .deb directly:

sudo apt install ./win11-clipboard-history_0.4.25_amd64.deb
sudo setfacl -m u:$USER:rw /dev/uinput

Fedora/RHEL (DNF Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.rpm.sh' | sudo -E bash
sudo dnf install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .rpm directly:

sudo dnf install ./win11-clipboard-history-0.4.25-1.x86_64.rpm
sudo setfacl -m u:$USER:rw /dev/uinput

Arch Linux (AUR)

yay -S win11-clipboard-history-bin

AppImage (Universal - any distro)

# Download, make executable, and set up paste permissions
chmod +x win11-clipboard-history_0.4.25_amd64.AppImage
sudo setfacl -m u:$USER:rw /dev/uinput  # Required for paste simulation
./win11-clipboard-history_0.4.25_amd64.AppImage

Note: The setfacl command is temporary (resets on reboot). For permanent setup, see the README.


⌨️ Usage

Press Super+V to open the clipboard history. The app will show a Setup Wizard on first run to configure shortcuts and permissions.

What's Changed

New Contributors

Full Changelog: v0.4.24...v0.4.25

Release v0.4.24

03 Jan 20:27

Choose a tag to compare

Windows 11 Clipboard History For Linux v0.4.24

A Windows 11-style Clipboard History Manager for Linux.

🚀 Quick Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/gustavosett/Windows-11-Clipboard-History-For-Linux/master/scripts/install.sh | bash

This script auto-detects your distro and sets up everything, including paste permissions.


📦 Manual Installation

Ubuntu/Debian (APT Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.deb.sh' | sudo -E bash
sudo apt update && sudo apt install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .deb directly:

sudo apt install ./win11-clipboard-history_0.4.24_amd64.deb
sudo setfacl -m u:$USER:rw /dev/uinput

Fedora/RHEL (DNF Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.rpm.sh' | sudo -E bash
sudo dnf install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .rpm directly:

sudo dnf install ./win11-clipboard-history-0.4.24-1.x86_64.rpm
sudo setfacl -m u:$USER:rw /dev/uinput

Arch Linux (AUR)

yay -S win11-clipboard-history-bin

AppImage (Universal - any distro)

# Download, make executable, and set up paste permissions
chmod +x win11-clipboard-history_0.4.24_amd64.AppImage
sudo setfacl -m u:$USER:rw /dev/uinput  # Required for paste simulation
./win11-clipboard-history_0.4.24_amd64.AppImage

Note: The setfacl command is temporary (resets on reboot). For permanent setup, see the README.


⌨️ Usage

Press Super+V to open the clipboard history. The app will show a Setup Wizard on first run to configure shortcuts and permissions.

What's Changed

Full Changelog: v0.4.23...v0.4.24

Release v0.4.23

01 Jan 18:18

Choose a tag to compare

Windows 11 Clipboard History For Linux v0.4.23

A Windows 11-style Clipboard History Manager for Linux.

🚀 Quick Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/gustavosett/Windows-11-Clipboard-History-For-Linux/master/scripts/install.sh | bash

This script auto-detects your distro and sets up everything, including paste permissions.


📦 Manual Installation

Ubuntu/Debian (APT Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.deb.sh' | sudo -E bash
sudo apt update && sudo apt install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .deb directly:

sudo apt install ./win11-clipboard-history_0.4.23_amd64.deb
sudo setfacl -m u:$USER:rw /dev/uinput

Fedora/RHEL (DNF Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.rpm.sh' | sudo -E bash
sudo dnf install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .rpm directly:

sudo dnf install ./win11-clipboard-history-0.4.23-1.x86_64.rpm
sudo setfacl -m u:$USER:rw /dev/uinput

Arch Linux (AUR)

yay -S win11-clipboard-history-bin

AppImage (Universal - any distro)

# Download, make executable, and set up paste permissions
chmod +x win11-clipboard-history_0.4.23_amd64.AppImage
sudo setfacl -m u:$USER:rw /dev/uinput  # Required for paste simulation
./win11-clipboard-history_0.4.23_amd64.AppImage

Note: The setfacl command is temporary (resets on reboot). For permanent setup, see the README.


⌨️ Usage

Press Super+V to open the clipboard history. The app will show a Setup Wizard on first run to configure shortcuts and permissions.

What's Changed

Full Changelog: v0.4.22...v0.4.23

Release v0.4.22

01 Jan 10:33

Choose a tag to compare

Windows 11 Clipboard History For Linux v0.4.22

A Windows 11-style Clipboard History Manager for Linux.

🚀 Quick Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/gustavosett/Windows-11-Clipboard-History-For-Linux/master/scripts/install.sh | bash

This script auto-detects your distro and sets up everything, including paste permissions.


📦 Manual Installation

Ubuntu/Debian (APT Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.deb.sh' | sudo -E bash
sudo apt update && sudo apt install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .deb directly:

sudo apt install ./win11-clipboard-history_0.4.22_amd64.deb
sudo setfacl -m u:$USER:rw /dev/uinput

Fedora/RHEL (DNF Repository - enables auto-updates)

curl -1sLf 'https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/setup.rpm.sh' | sudo -E bash
sudo dnf install win11-clipboard-history
sudo setfacl -m u:$USER:rw /dev/uinput  # For immediate paste access

Or download the .rpm directly:

sudo dnf install ./win11-clipboard-history-0.4.22-1.x86_64.rpm
sudo setfacl -m u:$USER:rw /dev/uinput

Arch Linux (AUR)

yay -S win11-clipboard-history-bin

AppImage (Universal - any distro)

# Download, make executable, and set up paste permissions
chmod +x win11-clipboard-history_0.4.22_amd64.AppImage
sudo setfacl -m u:$USER:rw /dev/uinput  # Required for paste simulation
./win11-clipboard-history_0.4.22_amd64.AppImage

Note: The setfacl command is temporary (resets on reboot). For permanent setup, see the README.


⌨️ Usage

Press Super+V to open the clipboard history. The app will show a Setup Wizard on first run to configure shortcuts and permissions.

Full Changelog: v0.4.21...v0.4.22

Release v0.4.21

01 Jan 05:36

Choose a tag to compare

Windows 11 Clipboard History For Linux v0.4.21

A Windows 11-style Clipboard History Manager for Linux.

Quick Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/gustavosett/Windows-11-Clipboard-History-For-Linux/master/scripts/install.sh | bash

Manual Installation

Ubuntu/Debian

Download the .deb file and install:

sudo dpkg -i win11-clipboard-history_0.4.21_amd64.deb

Fedora/RHEL

Download the .rpm file and install:

sudo rpm -i win11-clipboard-history-0.4.21-1.x86_64.rpm

Arch Linux (AUR)

yay -S win11-clipboard-history-bin

Any Linux (AppImage)

Download the .AppImage file, make it executable, and run:

chmod +x win11-clipboard-history_0.4.21_amd64.AppImage
./win11-clipboard-history_0.4.21_amd64.AppImage

Usage

Press Super+V to open the clipboard history.

What's Changed

Full Changelog: v0.4.20...v0.4.21

Release v0.4.20

01 Jan 04:39

Choose a tag to compare

Windows 11 Clipboard History For Linux v0.4.20

A Windows 11-style Clipboard History Manager for Linux.

Quick Installation (Recommended)

curl -fsSL https://raw.githubusercontent.com/gustavosett/Windows-11-Clipboard-History-For-Linux/master/scripts/install.sh | bash

Manual Installation

Ubuntu/Debian

Download the .deb file and install:

sudo dpkg -i win11-clipboard-history_0.4.20_amd64.deb

Fedora/RHEL

Download the .rpm file and install:

sudo rpm -i win11-clipboard-history-0.4.20-1.x86_64.rpm

Arch Linux (AUR)

yay -S win11-clipboard-history-bin

Any Linux (AppImage)

Download the .AppImage file, make it executable, and run:

chmod +x win11-clipboard-history_0.4.20_amd64.AppImage
./win11-clipboard-history_0.4.20_amd64.AppImage

Usage

Press Super+V to open the clipboard history.

What's Changed

New Contributors

Full Changelog: v0.4.19...v0.4.20