Update changelog

This commit is contained in:
badaix 2021-05-14 20:42:48 +02:00
parent debb09545c
commit 8fb33fdae3
2 changed files with 43 additions and 0 deletions

View file

@ -1,5 +1,28 @@
# Snapcast changelog
## Version 0.25.0
### Features
- Client: Editable PulseAudio properties, e.g. media.role=music (Issue #829)
- Server: Configurable amplitute for silence detection in alsa stream (Issue #846)
### Bugfixes
- Client: Fix crash on Windows when system volume changes (PR #838)
- Client: Removed a log message to stdout for file player backend (Issue #681)
- Server: Fix percent-decoding for stream URIs (Issue #850)
- Server: Fix double quotes in Airplay device names (Issue #851)
- Server: Fix crash when feeding a 16 bit signal into 24 bit flac (Issue #866)
### General
- Server: less verbose librespot logging (Issue #874)
- Snapweb: Update to v0.3.0
- Add unit tests to the project
_Johannes Pohl <snapcast@badaix.de> Sat, 15 May 2021 00:13:37 +0200_
## Version 0.24.0
### Features

20
debian/changelog vendored
View file

@ -1,3 +1,23 @@
snapcast (0.25.0-1) unstable; urgency=medium
* Features
-Client: Editable PulseAudio properties, e.g. media.role=music (Issue #829)
-Server: Configurable amplitute for silence detection in alsa stream (Issue #846)
* Bugfixes
-Client: Fix crash on Windows when system volume changes (PR #838)
-Client: Removed a log message to stdout for file player backend (Issue #681)
-Server: Fix percent-decoding for stream URIs (Issue #850)
-Server: Fix double quotes in Airplay device names (Issue #851)
-Server: Fix crash when feeding a 16 bit signal into 24 bit flac (Issue #866)
* General
-Server: less verbose librespot logging (Issue #874)
-Snapweb: Update to v0.3.0
-Add unit tests to the project
-- Johannes Pohl <snapcast@badaix.de> Sat, 15 May 2021 00:13:37 +0200
snapcast (0.24.0-1) unstable; urgency=medium
* Features