github dunst-project/dunst v1.12.1
Dunst v1.12.1

one day ago

This release patches a regression in the height calculation (that caused tall characters to mess up the layout)
and improper memory management upon settings reloading.

Also, the height syntax has been changed to be backward compatible.
height = 300
Is again equal to
height = (0, 300)

For a fixed height you have to use
height = (300, 300)

Changed

  • Improve man pages and add dunstify(1)
  • Accept old height syntax again (with notice) (#1412)
  • Add history-clear and history-rm zsh completions (#1418)

Fixed

  • Memory corruption when reloading (#1413)
  • Fix height calculation regression (#1411)
  • Handle correctly file uri icons (#1409)
  • Fix typos in docs (#1415)

New Contributors

Full Changelog: v1.12.0...v1.12.1

Don't miss a new dunst release

NewReleases is sending notifications on new releases.