Skip to content

Commit

Permalink
r3.1-rc1 released 2024-07-08
Browse files Browse the repository at this point in the history
+ fixed a lot of bugs introduced by r3.0 release (most important fixes are
  mentioned below)
+ fixed bug with --no-exec not outputting terminal emulator for
  Terminal=true applications
+ fixed hidden desktop files not participating in desktop ID precedence
  rules
+ added explicit support for Sway using existing i3 IPC infrastructure
+ fixed --no-exec printing to stderr instead of stdout
+ added --term-mode to fix deprecation of "gnome-terminal -e" and to handle
  other terminal emulators well too
+ revorked and improved entire command line assembly mechanism
+ improved Exec mechanism (see 7efae31)
+ fix minor bugs
+ added Bats testsuite
  • Loading branch information
meator committed Jul 8, 2024
1 parent 355d596 commit dd18148
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,19 @@ r3.0 released 2024-06-02
app)
+ added completions for Bash, Fish and ZSH
+ added --version flag

r3.1 to be released
+ fixed a lot of bugs introduced by r3.0 release (most important fixes are
mentioned below)
+ fixed bug with --no-exec not outputting terminal emulator for
Terminal=true applications
+ fixed hidden desktop files not participating in desktop ID precedence
rules
+ added explicit support for Sway using existing i3 IPC infrastructure
+ fixed --no-exec printing to stderr instead of stdout
+ added --term-mode to fix deprecation of "gnome-terminal -e" and to handle
other terminal emulators well too
+ revorked and improved entire command line assembly mechanism
+ improved Exec mechanism (see 7efae31)
+ fix minor bugs
+ added Bats testsuite
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r3.0
r3.1-rc1

0 comments on commit dd18148

Please sign in to comment.