From efeac2dba8a676dd22caab1cec0d62a05abd0ebe Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Tue, 6 Oct 2015 23:35:38 +0200 Subject: [PATCH] docs: Add changelog placeholder for gapless --- docs/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e5628934..7620c4c3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,6 +25,18 @@ Cleanups - Removed warning if :file:`~/.config/mopidy/settings.py` exists. We stopped using this settings file in 0.14, released in April 2013. +Gapless +------- + +- Add partial support for gapless playback. Gapless now works as long as you + don't change tracks or use next/previous. (PR: :issue:`1288`) + +- Core playback has been refactored to better handle gapless, and async state + changes. + +- Tests have been updated to always use a core actor so async state changes + don't trip us up. + v1.1.1 (UNRELEASED) ===================