imsd 0.3.3
All checks were successful
package / package (push) Successful in 1m48s

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.
This commit is contained in:
Jorijn van der Graaf 2026-09-08 20:06:58 +02:00
commit 8526b9af0f

View file

@ -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";