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_tag
andurls
to dunstctl history (#1425, #1426) - Add
--category
to dunstify (also change-c
behaviour) (#1429) - Add dbus signals
NotificationHistoryRemoved
,NotificationHistoryCleared
andConfigReloaded
(#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
bool
andgboolean
that 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 #1422
- @BinaryInk made their first contribution in #1426
Full Changelog: v1.12.1...v1.12.2