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 3
3
export const releaseNotes = `
4
4
What's new in this version:
5
5
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.
8
8
9
9
Previous version:
10
10
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
+
16
14
` ;
You can’t perform that action at this time.
0 commit comments