This commit is contained in:
George Kiagiadakis 2025-10-10 17:43:57 +03:00
parent 627b003a05
commit 499916b996
2 changed files with 34 additions and 5 deletions

View file

@ -1,6 +1,38 @@
WirePlumber 0.5.11
WirePlumber 0.5.12
~~~~~~~~~~~~~~~~~~
Additions & Enhancements:
- Added mono audio configuration support via ``node.features.audio.mono``
setting that can be changed at runtime with wpctl (!721)
- Added automatic muting of ALSA devices when a running node is removed,
helping prevent loud audio on speakers when headsets are unplugged (!734)
- Added notifications API module for sending system notifications (!734)
- Added comprehensive wpctl man page and documentation (!735, #825)
- Enhanced object interest handling for PipeWire properties on session items (!738)
Fixes:
- Fixed race condition during shutdown in the permissions portal module that
could cause crashes in GDBus signal handling (!748)
- Added device validity check in state-routes handling to prevent issues
when devices are removed during async operations (!737, #844)
- Fixed Log.critical undefined function error in device-info-cache (!733)
- Improved device hook documentation and configuration (!736)
Past releases
~~~~~~~~~~~~~
WirePlumber 0.5.11
..................
Additions & Enhancements:
- Added modem manager module for tracking voice call status and voice call
@ -39,9 +71,6 @@ Fixes:
- Fixed GObject introspection closure annotation
Past releases
~~~~~~~~~~~~~
WirePlumber 0.5.10
..................

View file

@ -1,5 +1,5 @@
project('wireplumber', ['c'],
version : '0.5.11',
version : '0.5.12',
license : 'MIT',
meson_version : '>= 0.59.0',
default_options : [