Releases: nwg-piotr/nwg-panel
Releases · nwg-piotr/nwg-panel
nwg-panel 0.9.53
nwg-panel 0.9.52
nwg-panel 0.9.51
nwg-panel 0.9.50
- Fixed overflow on homogeneous panels; #341 by @p-rivero.
nwg-panel 0.9.49
nwg-panel 0.9.48
nwg-panel 0.9.47
Last minute change from Fedora Miracle, oops!
- Fix detection of miracle-wm for run_through_compositor; #333.
nwg-panel 0.9.46
- signal handler unsubscribed from
signal.SIGCHLD
to avoid numerous unnecessary calls; - Controls: brightness and volume sliders increments set to 0.5, 0.5, to allow more granular control, especially with the mouse scroller; requested here: nwg-piotr/nwg-shell#417.
nwg-panel 0.9.45
- Added support for using
miraclemsg
when miracle-wm is detected; #330 by @Conan-Kudo; - Controls -> per-app volume sliders: skipped slider creation for sinks w/o the
application.name
ormedia.name
property; closes #327.
nwg-panel 0.9.44
- F-string in
cmd_through_compositor()
fixed for python<3.12.