This release introduces a new helper-based architecture that eliminates password prompts and adds boot persistence support:
- Helper-based LED control: Replaces pkexec with a sudo helper for smoother operation
- Boot persistence: LED state is now restored after reboot via systemd service
- Easy setup: New install.sh script for one-command installation
- GNOME 46+ compatibility: Fixed ByteArray import error for newer GNOME versions
Changelog
- Added
thinkpad-red-led-helperfor passwordless LED control - Added
thinkpad-red-led-restore.servicefor boot persistence - Added
install.shfor automated setup - Fixed ByteArray import error on GNOME 46+ (replaced with TextDecoder)
- Fixed uppercase letters support in Morse code panel
- Added support for GNOME 48 and 49
- Updated README with installation and troubleshooting guides
Setup (after install)
bash ~/.local/share/gnome-shell/extensions/thinkpad-red-led@juanmagd.dev/install.sh
Thanks to @yurijde for the persistence method, sudo setup, and bug fixes