Skip to content

Releases: StorageB/custom-command-menu

version 9

30 May 03:38
Compare
Choose a tag to compare

What's new in this release:

  • Redesigned user interface for configuring commands.
  • Drag-and-drop to reorder commands.
  • Checkbox to toggle visibility of commands in the drop-down menu.
  • Add and delete commands as needed instead of showing blank rows.
  • Easily duplicate existing command entries.
  • Increased maximum number of supported commands to 30.

version 8

18 Apr 14:44
Compare
Choose a tag to compare

• Updated icons for compatibility with GNOME 48.
• Improved code readability.

v9-beta1

17 May 23:20
Compare
Choose a tag to compare
v9-beta1 Pre-release
Pre-release

Looking for beta testers!

Looking for beta testers for the new interface. Let me know your thoughts!

What's new in this release:

• Redesigned user interface for configuring commands.
• Drag-and-drop support for reordering commands.
• Checkbox option to show or hide commands in the drop-down menu.
• Add and delete commands as needed instead of showing blank rows.
• Option to duplicate existing commands.
• Increased maximum supported commands to 30.

Installation Instructions

  1. Download the custom-command-menu.zip file.
  2. Run the following command from the terminal: gnome-extensions install --force custom-command-menu.zip
  3. Logout and login.

Screenshot From 2025-05-17 18-14-49

version 7

29 Jan 13:52
Compare
Choose a tag to compare
  • Support added for GNOME 48.
  • Fixed a compatibility issue with some systems (such as NixOS) by switching from /bin/bash to /usr/bin/env bash for command execution.