File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 33export const releaseNotes = `
44What's new in this version:
55
6- • Option to use custom text or a custom icon for the menu title instead of the default "Commands" text
7- • Open button added to pop-up notification after exporting commands to directly open/edit the commands.ini file
6+ • Support added for GNOME 48.
7+ • Fixed a compatibility issue with some systems (such as NixOS) by switching from /bin/bash to /usr/bin/env bash for command execution.
88
99Previous version:
1010
11- • Backup and Restore section added to user preferences
12- • Export list of commands to an editable commands.ini file
13- • Import list of commands from the commands.ini file
14- • Support added for GNOME 47
15- • Code revisions to improve efficiency
11+ • Option to use custom text or a custom icon for the menu title.
12+ • Open button added to pop-up notification after exporting commands to directly open/edit the commands.ini file.
13+
1614` ;
You can’t perform that action at this time.
0 commit comments