Skip to content

Dunst v1.12.1

Latest
Compare
Choose a tag to compare
@bynect bynect released this 17 Dec 12:33
· 3 commits to master since this release
49ec05a

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