Skip to content

Commit

Permalink
r3.1 released 2024-07-31
Browse files Browse the repository at this point in the history
+ changed signing key
+ 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
+ fixed unit tests being dependent on current locale
+ fixed default value of XDG_DATA_DIRS
+ 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 pytest testsuite
  • Loading branch information
meator committed Jul 31, 2024
1 parent 4132cf7 commit 83e1770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ r3.0 released 2024-06-02
+ added completions for Bash, Fish and ZSH
+ added --version flag

r3.1 to be released
r3.1 released 2024-07-31
+ 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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r3.1-rc2
r3.1

0 comments on commit 83e1770

Please sign in to comment.