From 769d4f32e4740cae08044cc26712163f0d2fabdb Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 4 May 2010 00:12:46 +0200 Subject: [PATCH] A bit more about the gstreamer branch for the changelog --- docs/changes.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index ce65b3e4..4421a6f8 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -15,9 +15,13 @@ This change log is used to track all major changes to Mopidy. ``current_playlist_position`` to match naming of ``current_track``. - **[WIP]** Changed API for get/filter/find_exact/search. -- **[WIP]** Merged the ``gstreamer`` branch from Thomas Adamcik, bringing more - than a hundred new tests, several bugfixes, and a new backend for playing - music from a local music archive. +- **[WIP]** Merged the ``gstreamer`` branch from Thomas Adamcik: + + - More than 200 new tests, and thus several bugfixes to existing code. + - Several new generic features, like shuffle, consume, and playlist repeat. + - A new backend for playing music from a local music archive using the + Gstreamer library. + - Made :class:`mopidy.mixers.alsa.AlsaMixer` work on machines without a mixer named "Master".