From 7fc65345c02b83cf6af0e89a05e01c8887c1de8e Mon Sep 17 00:00:00 2001 From: meator Date: Thu, 25 Jul 2024 22:21:14 +0200 Subject: [PATCH] r3.1-rc2 released 2024-07-25 + 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 + changed signing key --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index fa144eb..4eb78ad 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -r3.1-rc1 +r3.1-rc2