Skip to content

Commit

Permalink
r3.2 released 2024-12-01
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
+ fixed typos in manpage and elsewhere
+ fixed notify implementation detection on OpenBSD
  • Loading branch information
meator committed Dec 1, 2024
1 parent 6a9cd77 commit fb7ba9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ r3.1 released 2024-07-31
+ added pytest testsuite
+ changed signing key

r3.2 to be released
r3.2 released 2024-12-01
+ added desktop file "quirk" handling, which fixes Wine and distrobox
desktop files
+ switched to crazy-complete for shell completion generation
Expand All @@ -135,3 +135,4 @@ r3.2 to be released
+ minor logging improvements
+ added informative summary of enabled optional features to Meson
+ fixed typos in manpage and elsewhere
+ fixed notify implementation detection on OpenBSD
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r3.2-rc1
r3.2

0 comments on commit fb7ba9e

Please sign in to comment.