Skip to content

r3.2-beta released 2024-10-31

Pre-release
Pre-release
Compare
Choose a tag to compare
@meator meator released this 31 Oct 10:54
· 40 commits to develop since this release
r3.2-beta
37cce40

Warning

This is a beta release. It may contain more bugs and be less stable than the final release. Testers are welcome!

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 fixed 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

Blockers

The "quirk" interface (the --desktop-file-quirks and --strict-parsing) may be subject to change until r3.2 is released.

J4-dmenu-desktop's quirk system requires further testing until it is released into r3.2.

New crazy-complete completions require further testing until they are released.