X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2FChangelog;h=48b711bbd11ccf9f1e3192119d4c01411172ac8d;hb=e1497033f890e738bdd95e74f5ec4fb9586863c8;hp=383a70cbb2b61b67977a2511b3e55f332216dd2e;hpb=ff3281d9e1a19b5e482beab74c64d61c754e7cc4;p=mpd-sima.git diff --git a/doc/Changelog b/doc/Changelog index 383a70c..48b711b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,27 @@ +MPD_sima v0.15.3 UNRELEASED + + * Improve HTTP client (use persistent connection) + * Fixed a serious bug in PlayerClient().search_albums() + "search_albums" method was ignoring some albums when Artist object had + aliases. + +-- kaliko jack + +MPD_sima v0.15.2 + + * Fixed sqlite sqlite3.OperationalError VACUUM Error + cf. https://bugs.python.org/issue28518 + * Add option to queue a chosen number of tracks from an album (closes #28) + * Add option to shuffle tracks in album mode (Thanks Sacha) + +-- kaliko jack Thu, 14 Nov 2019 17:41:22 +0100 + +MPD_sima v0.15.1 + + * Fixed mopidy compatibility implementation + +-- kaliko jack Tue, 19 Mar 2019 15:14:48 +0100 + MPD_sima v0.15.0 * Remove EchoNest support (Closes #10)