mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Update changelog
This commit is contained in:
parent
debb09545c
commit
8fb33fdae3
2 changed files with 43 additions and 0 deletions
23
changelog.md
23
changelog.md
|
@ -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
20
debian/changelog
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue