Skip to content

Commit

Permalink
r3.2-beta released 2024-10-31
Browse files Browse the repository at this point in the history
+ added desktop file "quirk" handling, which fixes Wine and distrobox
  desktop files
+ switched to crazy-complete for shell completion generation
+ improved handling of invalid desktop files
+ fixed segfault when removing a desktop app with matching Name and
  GenericName in wait on mode
+ fixed bug in {cmdline@} in custom --term-mode
+ improved program execution
+ minor logging improvements
+ added informative summary of enabled optional features to Meson
  • Loading branch information
meator committed Oct 31, 2024
1 parent b03e4b2 commit 37cce40
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,15 @@ r3.1 released 2024-07-31
+ fix minor bugs
+ added pytest testsuite
+ changed signing key

r3.2 to be released
+ added desktop file "quirk" handling, which fixes Wine and distrobox
desktop files
+ switched to crazy-complete for shell completion generation
+ improved handling of invalid desktop files
+ fixed segfault when removing a desktop app with matching Name and
GenericName in wait on mode
+ fixed bug in {cmdline@} in custom --term-mode
+ improved program execution
+ minor logging improvements
+ added informative summary of enabled optional features to Meson
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r3.1
r3.2-beta

0 comments on commit 37cce40

Please sign in to comment.