Skip to content

Dunst v1.13.0

Latest

Choose a tag to compare

@bynect bynect released this 04 Aug 14:58
· 17 commits to master since this release
628779f

Since the last release there have been many contributions. While most of the
changes were "behind the scenes", there are still some new features.

For users:

With the new remove_current action, you will be able to close and directly remove
from history a notification.
Now you can set a pause level at startup with the default_pause_level setting.
The Wayland support has seen several improvements (special thanks to @pslldq).

For maintainers:

Meson build system was added alongside the existing Makefile.
While support for make will be kept for future releases, we might eventually
transitioning fully to the new system.
Meson support is still considered experimental and may still have issues.

Take a look at the changelog for all the bug fixes and improvements.

Added

  • Add meson build system (#1226, #1224)
  • Add remove_current action (close and remove from history) (#1491)
  • Support xdg-shell as a fallback on Wayland (#1433)
  • Add default_pause_level settings (#1487, #1484)
  • Add an .editorconfig file (#1461)
  • Add format options (%c, %U)

Changed

  • Improve Makefile and build flags (#1456, #1457)
  • Change the way icons are cached (#1473, #1471)
  • Improve deinit and init for Wayland (#1458)
  • Rework logging for tests

Fixed

  • When no graphical output is detected, exit qietly (#1466, #1095)
  • Fix dunstctl reload on Wayland (#1434, #1458)
  • Fix a use-after-free (#1486)

New Contributors

Full Changelog: v1.12.2...v1.13.0