Releases: StorageB/custom-command-toggle
v11
What's new in this version:
- Keep toggle state synced with a command's output.
- Enable and view detailed logging for setup/troubleshooting.
- Use separate on/off icons by entering icon names separated by a comma.
- Updated Icon List link to point to the latest GNOME default icons.
- Support for GNOME 49.
v9
What's new in this version:
• Option to check a command's output to determine button state at startup.
• Option to check a command's exit code and toggle button state only if command executes successfully (returns exit code 0).
• Added feature to export current button configurations to a file.
• Fixed a compatibility issue with some systems (such as NixOS) by switching from /bin/bash
to /usr/bin/env bash
for command execution.
• Added support for GNOME 48.
• Minor UI improvements.
• Improved code readability.
v8
v9-beta1
version 9 beta release to test new features:
• Option to check a command's output to determine toggle state at startup.
• Option to toggle button state only if command executes successfully (returns exit code 0).
• Added feature to export current toggle button settings to a file.