Releases: Bluscream/yourls-tray-app
Releases · Bluscream/yourls-tray-app
Release list
v1.0.1
Release 1.0.1
This release brings enhancements to usability and reliability:
- Ctrl+Backspace Undo Combo: Undoes the last shortening action by deleting the short link directly from your YOURLS server and copying the original long URL back to your clipboard without re-triggering the shortener.
- AppState & I/O Optimizations: Cached configuration in memory, reducing CPU overhead and completely avoiding disk reads on clipboard events.
- Cross-Platform Named Mutex Lock: Integrated the \single-instance\ crate to prevent UDP port binding issues and resolve lag/errors on application restart.
- Resilient Tray Icon: Builder retries on Windows system tray startup/initialization lag to prevent crashes.
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