Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Dunst v1.13.0 source code.tar.gz | 2025-08-04 | 4.7 MB | |
Dunst v1.13.0 source code.zip | 2025-08-04 | 4.7 MB | |
README.md | 2025-08-04 | 2.1 kB | |
Totals: 3 Items | 9.4 MB | 2 |
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
- @pslldq made their first contribution in https://github.com/dunst-project/dunst/pull/1456
- @ndren made their first contribution in https://github.com/dunst-project/dunst/pull/1466
- @oss-belobog made their first contribution in https://github.com/dunst-project/dunst/pull/1486
- @mimre25 made their first contribution in https://github.com/dunst-project/dunst/pull/1487
- @FelipeFTN made their first contribution in https://github.com/dunst-project/dunst/pull/1491
Full Changelog: https://github.com/dunst-project/dunst/compare/v1.12.2...v1.13.0