diff --git a/changelog.md b/changelog.md index 3197efc4..c96176f8 100644 --- a/changelog.md +++ b/changelog.md @@ -25,10 +25,11 @@ - Faster initial sync after client start and reconnect - Less playback tempo adaptions and jitter (Issue #525) - Playback is robust against system time changes (Issue #522) +- Less "resyncs" in stream reader that were causing audio dropouts - Control: quicker response to group volume changes - Server uses less memory when sending PCM data to a stalled connection -_Johannes Pohl Tue, 28 Jan 2020 00:13:37 +0200_ +_Johannes Pohl Tue, 03 Mar 2020 00:13:37 +0200_ ## Version 0.18.1 diff --git a/debian/changelog b/debian/changelog index d6680fa3..48f9ac35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,28 @@ snapcast (0.19.0-1) unstable; urgency=medium - * TODO + * Features + -Option to not kill all running librespot instances (PR #539) + -Add Airplay cover art to metadata (PR #543) + -Anroid: add support for Oboe audio backend + -Server: configurable PID file (Issue #554) + -Server: configurable persistant storage directory (Issue #554) + -Server: config file options can be overwritten on command line + -Client: PCM stream can be resampled "--sampleformat" option + * Bugfixes + -Fix Airplay metadata, port selection and device names (PR #537) + -Fix cmake build when libatomic is needed (PR #540) + -Control: fix random crash (PR #543) + * General + -ALSA: improved latency estimation for better sync + -Improved audio synchronization + -Faster initial sync after client start and reconnect + -Less playback tempo adaptions and jitter (Issue #525) + -Playback is robust against system time changes (Issue #522) + -Less "resyncs" in stream reader that were causing audio dropouts + -Control: quicker response to group volume changes + -Server uses less memory when sending PCM data to a stalled connection - -- Johannes Pohl Tue, 28 Jan 2020 00:13:37 +0200 + -- Johannes Pohl Tue, 03 Mar 2020 00:13:37 +0200 snapcast (0.18.1-1) unstable; urgency=medium