From dd1814804126d96daae678bfc0421c9f92afd640 Mon Sep 17 00:00:00 2001 From: meator Date: Mon, 8 Jul 2024 23:18:53 +0200 Subject: [PATCH] r3.1-rc1 released 2024-07-08 + 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 --- CHANGELOG | 16 ++++++++++++++++ version.txt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index cd3fc87..c246554 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/version.txt b/version.txt index 60c82d9..fa144eb 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -r3.0 +r3.1-rc1