From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 7 Nov 2022 11:45:19 +0000 (+0000) Subject: Update RELEASENOTES-DEVELOPMENT.md X-Git-Tag: 4.1.1~2^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0389e7de6bfe41e0034273cb74ec0d173a1c94aa;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES-DEVELOPMENT.md --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index 1840b2b0..39e345d8 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,3 +1,11 @@ +Version 4.1-dev-774-g3e4b67e9 +==== +**Metadata Enhancements** +* Add the service name, e.g. `"Den Speakers"` as metadata. This has the code `"svna"` in the metadata pipe and the name `"service_name"` in the MQTT interface. +* Add two properties to the D-Bus metadata interface: + 1. `ServiceName` -- see above. + 2. `ClientName` -- the name of the current client, e.g. `"Joes's iPad"`. + Version 4.1-dev-772-g085bf128 ==== **Bug Fix**