mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 01:50:04 +01:00
0.5.12
This commit is contained in:
parent
627b003a05
commit
499916b996
2 changed files with 34 additions and 5 deletions
37
NEWS.rst
37
NEWS.rst
|
|
@ -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:
|
Additions & Enhancements:
|
||||||
|
|
||||||
- Added modem manager module for tracking voice call status and voice call
|
- Added modem manager module for tracking voice call status and voice call
|
||||||
|
|
@ -39,9 +71,6 @@ Fixes:
|
||||||
|
|
||||||
- Fixed GObject introspection closure annotation
|
- Fixed GObject introspection closure annotation
|
||||||
|
|
||||||
Past releases
|
|
||||||
~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
WirePlumber 0.5.10
|
WirePlumber 0.5.10
|
||||||
..................
|
..................
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('wireplumber', ['c'],
|
project('wireplumber', ['c'],
|
||||||
version : '0.5.11',
|
version : '0.5.12',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version : '>= 0.59.0',
|
meson_version : '>= 0.59.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue