From fb52c4c3f32aaca8cd2865145aa66bfe34c83172 Mon Sep 17 00:00:00 2001 From: meator Date: Sun, 2 Jun 2024 15:50:33 +0200 Subject: [PATCH] r3.0 released 2024-06-02 + BREAKING CHANGE: --i3-ipc should be preferred over --wrapper "i3-msg exec" j4-dmenu-desktop will fail to start with --wrapper containing i3 unless --skip-i3-exec-check is passed + added BUILDING.md and CONTRIBUTING.md to improve documentation + added Meson build system + added two new dependencies: spdlog and fmt + updated unit tests to make them compatible with the latest Catch2 v3 + added Inotify and kqueue support for --wait-on mode allowing runtime detection of desktop file additions and deletions on program (un)install + added logging + added i3 IPC support + improved compliance with Desktop Entry Specification + fixed missing header includes + many bugfixes + refactoring of codebase + added new history format, which tracks selected entries more accurately + added .clang-format file + added case-insensitive sort + programs with same name will not be displayed several times in dmenu (dmenu can't differentiate identical entries, so they all launch the same desktop app) + added completions for Bash, Fish and ZSH + added --version flag --- CHANGELOG | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a492920..cd3fc87 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -80,7 +80,7 @@ r2.18 released 2020-10-02 + added --wrapper option (e.g. for i3 exec) + removed last usage of C/C++ locales -r3.0 to be released +r3.0 released 2024-06-02 + BREAKING CHANGE: --i3-ipc should be preferred over --wrapper "i3-msg exec" j4-dmenu-desktop will fail to start with --wrapper containing i3 unless --skip-i3-exec-check is passed diff --git a/version.txt b/version.txt index 25f6548..60c82d9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -r3.0-rc1 +r3.0