From 37cce40d7399ef93e272ea73833bc1ec91b6bdca Mon Sep 17 00:00:00 2001 From: meator Date: Thu, 31 Oct 2024 11:16:11 +0100 Subject: [PATCH] r3.2-beta released 2024-10-31 + 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 --- CHANGELOG | 12 ++++++++++++ version.txt | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 16f8114..da86a07 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/version.txt b/version.txt index a3eaf2d..aa1e171 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -r3.1 +r3.2-beta