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
andhistory-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
- @antonmosich made their first contribution in #1415
- @KiLLeRRaT made their first contribution in #1418
Full Changelog: v1.12.0...v1.12.1