X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=doc%2FChangelog;h=d08b7b2c80ec53c44c025e0d548cb0f7a6397da0;hb=e4dc436d9891dd6f7b80c8d60d45bbc39b7c67d3;hp=383a70cbb2b61b67977a2511b3e55f332216dd2e;hpb=ff3281d9e1a19b5e482beab74c64d61c754e7cc4;p=mpd-sima.git diff --git a/doc/Changelog b/doc/Changelog index 383a70c..d08b7b2 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,52 @@ +MPD_sima v0.16.1 + + * tags plugin: Ensure metadata used in filter are enabled + so that MPD exposes them (closes #38) + + -- kaliko UNRELEASED + +MPD_sima v0.16.0 + + * New offline autoqueue plugin based on file tags only + * Expose a new executable "test-tags-config" + * Update vinstall.py (closes #34) + * Fixed bug when http client fetches a corrupted cached entry (closes #35) + * Need at least python 3.6 + + -- kaliko Tue, 15 Dec 2020 16:17:05 +0100 + +MPD_sima v0.16.0.dev0 + + * Major MPD client refactoring + * Refactored random plugin + * Fixed bug in MPD client reconnection + + -- kaliko Sat, 16 May 2020 14:49:04 +0200 + +MPD_sima v0.15.3 + + * 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 Sun, 03 May 2020 16:30:36 +0200 + +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)