From 499916b9965c5c3c48e1feacfe89e3efcc9b30a7 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Fri, 10 Oct 2025 17:43:57 +0300 Subject: [PATCH] 0.5.12 --- NEWS.rst | 37 +++++++++++++++++++++++++++++++++---- meson.build | 2 +- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 24d1c929..933749f5 100644 --- a/NEWS.rst +++ b/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: - 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 .................. diff --git a/meson.build b/meson.build index f966f135..95d14472 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wireplumber', ['c'], - version : '0.5.11', + version : '0.5.12', license : 'MIT', meson_version : '>= 0.59.0', default_options : [