Skip to content

r3.1-rc1 released 2024-07-08

Pre-release
Pre-release
Compare
Choose a tag to compare
@meator meator released this 08 Jul 21:48
· 120 commits to develop since this release
dd18148

Warning

This is a release candidate. It may contain more bugs and be less stable than the final release.

Note

If you're updating from version r2.18, you should read the r3.0 release notes first, because this release introduced major changes to j4-dmenu-desktop.

  • fixed a lot of bugs introduced by r3.0 release:
    • fixed bug with --no-exec not outputting terminal emulator for Terminal=true applications: #166
    • fixed hidden desktop files not participating in desktop ID precedence rules: #167
    • fixed --no-exec printing to stderr instead of stdout: #152
    • fix minor bugs
  • added --term-mode to fix deprecation of "gnome-terminal -e" and to handle other terminal emulators well too (related to #119)
  • revorked and improved entire command line assembly mechanism
  • added explicit support for Sway using existing i3 IPC infrastructure (discussed in #166)
  • improved Exec mechanism (see 7efae31)
  • added Bats testsuite: #164