From: Mike Brady Date: Wed, 13 Nov 2019 22:26:01 +0000 (+0000) Subject: Update RELEASENOTES.md X-Git-Tag: 3.3.6~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b712236142a02e5d35e9fe8edbfa76bdf37069e;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 76f198c7..e764ac46 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -4,11 +4,11 @@ Version 3.3.5 ==== **Bug Fixes** -* Fix a crashing bug if output format `S24` was chosen. +* Fix a crashing bug if output format `S24` was chosen. Thanks to [artenverho](https://github.com/artenverho) for reporting. Fixes Issue [#927](https://github.com/mikebrady/shairport-sync/issues/927). * Fix a bug whereby if `Loudness` was enabled through the D-Bus interface, the output would be muted until the volume was changed. **Enhancements** -* D-Bus interface enhancements: add `Convolution`, `ConvolutionGain` and `ConvolutionImpulseResponseFile` properties to the D-Bus interface. These properties can be set and changed at any time, even while playing. +* D-Bus interface enhancements: add `Convolution`, `ConvolutionGain` and `ConvolutionImpulseResponseFile` properties to the D-Bus interface. These properties can be set and changed at any time, even while playing. Implements the suggestion in Issue [#929](https://github.com/mikebrady/shairport-sync/issues/929). Thanks to [corrpel](https://github.com/corrpel) for the suggestion. * Update the [sample dbus commands](https://github.com/mikebrady/shairport-sync/blob/master/documents/sample%20dbus%20commands) document. **Pesky Changes**