From 8526b9af0f3bd0b5a48b6b3e7f6f37e7d4ce0b5b Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Tue, 8 Sep 2026 20:06:58 +0200 Subject: [PATCH] imsd 0.3.3 0.3.2 plus the media fix: the audio user is resolved once and thread-safely, so an answered call can no longer land its PipeWire helpers in the wrong runtime directory and play static. --- implementations/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/main.cpp b/implementations/main.cpp index 8e4f6bb..0ee566c 100644 --- a/implementations/main.cpp +++ b/implementations/main.cpp @@ -41,7 +41,7 @@ import Imsd; namespace { // ---- static config (env-overridable, same knobs as imsd.py) --------------- -constexpr const char* Version = "0.3.2"; +constexpr const char* Version = "0.3.3"; constexpr const char* BusName = "net.catcrafts.IMS1"; constexpr const char* ObjPath = "/net/catcrafts/IMS1"; constexpr const char* Iface = "net.catcrafts.IMS1";