For users:
If you like rounded corners, this release is for you. You can now add rounded
corners to your progress bar and notification icons. Dunstctl added more
options for changing the notification history, so I'm excited for what you can
build with that. Dunst also is even more stable now with a crash being fixed
and not using 100% of your cpu anymore in some situations.
For maintainers:
Libnotify and dunst are now optional to build by setting the DUNSTIFY
make
flag to 0. (enabled by default)
Take a look at the changelog for a more detailed change description.
Changelog
Added
- zsh completion for dunst and dunstctl (#1107 and #1108)
- dunstctl
history-clear
command to delete all notifications from history (#1131) - dunstctl
history-rm command
to remove a single notification from history (#1128) progress_bar_corner_radius
option for adding rounded corners to the progress bar (off by default) (#1119)icon_corner_radius
option for adding rounded corners to notification icons (#1139)
Changed
- Make libnotify and dunstify optional in build (#1129)
Fixed
- Man page typo's and readability (#1088 and #1121)
- Length changes not being emitted over D-Bus (#1127)
- Crash when locking screen with swaylock on Sway (#1148)
- Dunst using 100% in some configurations with
idle_threshold
turned on (#1140)
New Contributors
- @therealr5 made their first contribution in #1088
- @elig0n made their first contribution in #1108
- @notevenaperson made their first contribution in #1124
- @kj-cxa made their first contribution in #1121
- @apprehensions made their first contribution in #1129
- @fapfaff made their first contribution in #1131
- @vlfldr made their first contribution in #1119
- @bim9262 made their first contribution in #1127
- @Back777space made their first contribution in #1139
- @ShellCode33 made their first contribution in #1148
- @tobast made their first contribution in #1140
Full Changelog: v1.9.0...v1.9.1