Skip to content

r3.2-rc1 released 2024-11-23

Pre-release
Pre-release
Compare
Choose a tag to compare
@meator meator released this 23 Nov 08:23
· 25 commits to develop since this release
r3.2-rc1
8576997

Warning

This is a release candidate. It may contain more bugs and be less stable than the final release. The r3.2 release is scheduled on the first of December. This date might be subject to change.

Distribution changes

Shell completions are now provided as release artifacts. See j4-dmenu-desktop, _j4-dmenu-desktop and j4-dmenu-desktop.fish files in this release. See etc/README.md for more info.

Changelog

  • added desktop file "quirk" handling, which fixes handling of desktop files generated by Wine, distrobox and possibly more (see #181 and the issues linked within it)
  • switched to crazy-complete for shell completion generation (see etc/README.md for more info)
  • improved handling of invalid desktop files (see #176)
  • fixed segfault when removing a desktop app with matching Name and GenericName in wait on mode
  • fixed bug in {cmdline@} in custom --term-mode: #179
  • improved command line assembly and execution
  • minor logging improvements
  • added informative summary of enabled optional features to Meson
  • fixed typos in manpage and elsewhere: #186, #187