Skip to content

Releases: StorageB/custom-command-menu

v13-beta1

02 Feb 03:37

Choose a tag to compare

v13-beta1 Pre-release
Pre-release

Beta version for testing and translations.

Installation Instructions

  1. Download the custom-command-menu.zip file.
  2. From the download location, run the following command: gnome-extensions install --force custom-command-menu.zip
  3. Logout and login (or reboot).

What's new in this release:

  • Sub-menus! Adding a * to the beginning of a command name creates a submenu entry, using the row above as the submenu title.
  • Setting added to reset all commands and extension settings to defaults.
  • Increased maximum number of entries from 30 to 99.
  • Improved internal settings handling by significantly reducing the required number of GSettings keys allowing for more command entries without causing system errors during import and reset functions.

version 12

02 Oct 21:03

Choose a tag to compare

What's new in this release:

  • Translations into Italian, Russian, Spanish, French, and German by IlCraccatore2011.
  • Modified the Menu Type setting for improved translation support.

version 11

02 Sep 02:24

Choose a tag to compare

What's new in this release:

  • Option to customize menu location in the top bar.
  • Support for GNOME 49.

version 10

28 Jun 21:51

Choose a tag to compare

What's new in this release:

  • Typing --- or ~~~ in the name field creates a separator line in the menu.
  • Adding text after --- or ~~~ creates a labeled separator.
  • An "Insert new" option was added to the row menu (alongside Duplicate and Delete) to insert a new row below an existing one.
  • A maximize button was added to the preferences window, and the default window size has been changed to better suit a list of commands.
  • A notification will now appear when the maximum number of command rows is reached.
  • Fixed a bug where dragging and dropping a row to the same location caused it to jump to the top or bottom of the list.
  • Fixed a bug where dragging and dropping or deleting a row sometimes caused the view to scroll to a different location.
  • Fixed a bug where the row menu sometimes didn't register a selection.

version 9

30 May 03:38

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

Choose a tag to compare

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

v9-beta1

17 May 23:20

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

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.