Releases: arunk140/gnome-command-menu
Releases · arunk140/gnome-command-menu
Alpha - 7.0.0
Added Settings Panel - with Visibility Toggles for Edit and Reload Buttons in the Menu (Enabled by Default)
Release - 6.0.0
Release - 5.0.0
Added Options for Customizing the Main Menu Icon and Text.
See examples/.commands-full.json
Release - 4.0.0
Changes for GNOME 42
Full Changelog: 3.0.0...4.0.0-a
Release - 3.0.0
Renamed Variable "myPopup" causing issues
Release - 2.0.0
Changes made according to the following Review -
- Text Editor now opens using Gio.AppInfo.launch_default_for_uri for editing Commands Config
- Updated Disable function
JustPerfection posted a review on February 25, 2022:
-
Rejected because you shouldn't use spawn command for what you can do in gjs:
https://gjs.guide/extensions/review-guidelines/review-guidelines.html#scripts-and-binaries
use Gio.AppInfo.launch_default_for_uri() instead:
https://gjs-docs.gnome.org/gio20~2.66p/gio.appinfo#function-launch_default_for_uri -
Also do these on disable:
myPopup = null; commands = [];
Release - 1.0.0
Initial Release of the Shell Extension for Gnome.