Skip to content

Commit 2ea0213

Browse files
committed
update about.js
1 parent 3783aab commit 2ea0213

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

about.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
export const releaseNotes = `
44
What'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
99
Previous 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
`;

0 commit comments

Comments
 (0)