mako 1.10.0 contains the following changes:
- A new
include
directive has been added to import other configuration files. - Each notification edge's border size can now be customized individually.
- A new
icon-border-radius
option has been added to set a border radius for icons. - The
makoctl
utility has been rewritten. The output formakoctl list
andmakoctl history
is now human-readable. (busctl
can be used directly to get the previous D-Bus/JSON output.)busctl
andjq
are no longer dependencies. - A
--no-history
flag has been added tomakoctl dismiss
. - A new
Modes
D-Bus property can be used to be notified when the current modes change.
Full commit log
Ac5000 (1):
readme: fix broken freedesktop spec link
Gregor Kleen (1):
dbus: add Modes property
Kelvin Steiner (1):
readme: fix images
Konstantin Pospelov (1):
Implement an include option
Mukul Joshi (1):
made border size directional
Pranjal Kole (1):
config: ignore leading and trailing whitespace
Qiu (1):
dbus: unify Dismiss* methods
Simon Ser (3):
gitignore: only ignore Meson subprojects/ directory
makoctl: rewrite in C
build: bump version to 1.10.0
drunkenblueberry (1):
Fix use after free when closing notifications
mukul1729 (1):
Make border-radius values follow clockwise direction
samuel (1):
feature: icon-border-radius