Skip to content

Commit

Permalink
r3.0 released 2024-06-02
Browse files Browse the repository at this point in the history
+ 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
  • Loading branch information
meator committed Jun 2, 2024
1 parent 735e36e commit fb52c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r3.0-rc1
r3.0

0 comments on commit fb52c4c

Please sign in to comment.