From c1c7e60bb93504791e2b8d18c3bc392f471574d9 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Fri, 2 Oct 2020 17:02:58 +0200 Subject: [PATCH] r2.18 released 2020-10-02 + Re-add support for %k in .desktopfiles (location of the file) + --wait-on: child processes detach now, parent does not wait + use POSIX printf instead of echo (see 2e6308783 for detailed explanation) (fix for dash/Debian) + .desktop files are read sorted by inode now, improving performance on traditional hard drives + added --no-exec option + added --wrapper option (e.g. for i3 exec) + removed last usage of C/C++ locales --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 66c4dc1..ff90814 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -68,3 +68,14 @@ r2.17 released 2019-02-26 + fixed specifying `--no-generic` after `--usage-log=` breaking usage log + improved build speed + added --wait-on feature to daemonize for better responsiveness + +r2.18 released 2020-10-02 + + Re-add support for %k in .desktopfiles (location of the file) + + --wait-on: child processes detach now, parent does not wait + + use POSIX printf instead of echo (see 2e6308783 for detailed explanation) + (fix for dash/Debian) + + .desktop files are read sorted by inode now, improving performance on + traditional hard drives + + added --no-exec option + + added --wrapper option (e.g. for i3 exec) + + removed last usage of C/C++ locales