Skip to content

Releases: StorageB/custom-command-toggle

v11

10 Sep 21:15
Compare
Choose a tag to compare

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

01 Mar 03:30
Compare
Choose a tag to compare
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

26 Feb 22:50
Compare
Choose a tag to compare
v8

Published November 8, 2024

What's new in this version:

  • Option to use keyboard shortcuts to activate toggle buttons.
  • Option to immediately hide the quick settings menu after button press.

v9-beta1

14 Feb 21:30
Compare
Choose a tag to compare
v9-beta1 Pre-release
Pre-release

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.