From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:35:40 +0000 (+0000) Subject: Update release notes for version 5.0-dev-168 X-Git-Tag: 5.0-post-dev~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be612dc6cc7514f42a8296e4860064adebffdff;p=thirdparty%2Fshairport-sync.git Update release notes for version 5.0-dev-168 Added a new `publish_retain` option for MQTT configuration and updated release notes with Dependabot updates and bug fixes. --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index 45c18e98..f38041ee 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,3 +1,15 @@ +Version 5.0-dev-168-g846e0e3d +== +**MQTT Enhancement** +* Add a new `publish_retain` boolean option to the MQTT section of the configuration file (normally `/etc/shairport-sync.conf`). + + When enabled, published MQTT messages will have the `retain` flag set, so that the MQTT broker stores the last message per topic and new subscribers receive the most recent value immediately. + + Thanks to [lululombard](https://github.com/lululombard) for the [PR](https://github.com/mikebrady/shairport-sync/pull/2142). + +**Dependabot Update** +* A Dependabot update to some image building tools was added. + Version 5.0-dev-161-g5b3659c2 == **Bug Fix**