Dunst v1.12.0
#1403
Replies: 1 comment 6 replies
-
Thanks for the new release. Unfortunately, I noticed that dunst had a new release because my notifications suddenly were a lot larger than before (because of the changed While fixing my config file on this machine is easy, now my config file can no longer be shared between my work machine (older dunst) and private machine (newer dunst). Please, in the future, can you no longer break existing configuration files? There is a lot of value in stability. Thank you for considering. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There have been many important contributions in the last few months.
Some notable changes are: adding hot-reload for the configuration, exporting
rules via dunstctl, adding color gradients, removing default hard-coded icons.
For detailed information consult the changelog.
Important notice for all users:
The behaviour of the setting
height
has been changed in a breaking way.Before you could specify a single value that would be used as the max height
of a notification. In this release the dynamic height was implemented to make
this settings behave more similarly to
width
.Now the values accepted are either a single number (for a fixed height) or
a tuple of numbers (for a min/max range).
The way of specifying a maximum height before was:
height = 300
The equivalent way now is:
height = (0, 300)
Furthermore the preferred syntax for the
offset
settings has been changedfrom NxN to (N,N). The old syntax is supported nevertheless.
If you are a maintainer it would be helpful to include the message above when
an user updates from an older version of dunst.
Take a look at the changelog for all the bug fixes and improvements.
Added
dunstctl rules [--json]
(Export rules via dbus #1212)-e/--exit
flag todunstctl is-paused
to exit with 1 when paused (feat: exit with1
when paused foris-paused
#1378)dunstctl reload
to hot reload the configuration ([RFC] config reload mechanism #1350)dunstctl close
(Add an optional id todunstctl close
#1351)dunst --version
(Print compile-time options indunst --version
#1336)Changed
height
setting, see manual) (Implement dynamic height and change vertical padding #1342)offset
fromNxN
to(N,N)
(Refactor length parsing and make offset a length #1330)dunstctl action
if no action is present (dunstctl action
is not working, but mouse click works #1345,Open url if no action is present #1395)dunstify
#1358)Fixed
icon_path
(Resolve ~ and $HOME in icon_path #1383,Resolve~
or$HOME
inicon_path
#1371)Full Changelog: v1.11.0...v1.12.0
This discussion was created from the release Dunst v1.12.0.
Beta Was this translation helpful? Give feedback.
All reactions