From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 22 Mar 2022 08:02:36 +0000 (+1100) Subject: Update RELEASENOTES-DEVELOPMENT.md X-Git-Tag: 4.1-rc1~24^2~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dfce2873540f9006bc7d4ad47f585056cb4a9d1;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES-DEVELOPMENT.md --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index 18123d60..934558f5 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,3 +1,15 @@ +Version-4.1-dev-245-gf34a69fa +==== +**Enhancement** + +* AirPlay 2 only. Two new metadata messages have been added. They might be useful for amplifier switching, etc. +1. The `conn` message signifies "AirPlay 2 connect" and is sent when an AirPlay 2 device selects this player. It is sent _before_ killing any current play session. + + (Note: in AirPlay 2 operation, the existing `clip` message is identical, but it is sent _after_ any existing play session has been terminated.) + +2. The `disc` message signifies "AirPlay 2 disconnect". + + Version-4.1-dev-242-g3877acc7 ==== **Bug Fix**