| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dunst v1.12.2 source code.tar.gz | 2025-03-05 | 4.7 MB | |
| Dunst v1.12.2 source code.zip | 2025-03-05 | 4.7 MB | |
| README.md | 2025-03-05 | 1.6 kB | |
| Totals: 3 Items | 9.4 MB | 0 | |
This is the first release of 2025 and comes with an important fix to dunstify. With the roll out of libnotify v0.8.4, older version of dunstify started to not compile or crash when using the -r flag.
If your distribution has updated libnotify, you should update dunstify as soon as possible to resolve these issues.
Other changes include the addition of three dbus signals, the --category option for dunstify, the use of SOURCE_DATE_EPOCH for reproducible builds.
For more details take a look at the changelog for all the fixes and improvements.
Added
- Add
urgency,stack_tagandurlsto dunstctl history (#1425, [#1426]) - Add
--categoryto dunstify (also change-cbehaviour) (#1429) - Add dbus signals
NotificationHistoryRemoved,NotificationHistoryClearedandConfigReloaded(#1405, [#1277])
Changed
- Allow to override build date with
SOURCE_DATE_EPOCH(#1435) - Flush after printing id in dunstify
Fixed
- IMPORTANT: Resolve incompatibility between dunstify and libnotify-0.8.4 (#1443, [#1445], [#1449])
- Fix mixup of
boolandgbooleanthat caused problems in s390x (#1421, [#1422]) - Fix some printf warnings and int/gint/size_t mixed uses (#1424)
- Fix the scaling of the progress bar gradient (#1447)
- Actually reload old config files upon
dunstctl reload(#1447)
New Contributors
- @dcermak made their first contribution in https://github.com/dunst-project/dunst/pull/1422
- @BinaryInk made their first contribution in https://github.com/dunst-project/dunst/pull/1426
Full Changelog: https://github.com/dunst-project/dunst/compare/v1.12.1...v1.12.2