v1.0.0
Release 1.0.0
This release adds support for compilation and native execution under Linux (including modern Wayland environments), alongside the original Windows support.
Linux Dependency Installation Notes
To run the Linux binary natively, please ensure the following dependencies are installed on your system (depending on your distribution):
- Wayland Clipboard Support:
wl-clipboard(provideswl-copyandwl-paste) - Keyboard Bypass Features:
xdotool(provides thelibxdo.so.4shared library required for the Shift-key bypass)
Fedora Silverblue / Bazzite / Kinoite (natively via rpm-ostree):
sudo rpm-ostree install --apply-live wl-clipboard xdotoolFedora / RHEL (standard):
sudo dnf install wl-clipboard xdotoolUbuntu / Debian (natively):
sudo apt install wl-clipboard xdotoolArch Linux (natively):
sudo pacman -S wl-clipboard xdotool