X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2FChangelog;h=6fd81251247bd6eb1cc35e731e874241ad09f3eb;hb=e7c403d3131449c2701ee252e5b97eda3dbc9d81;hp=dcb72d90232046efb16456a6dba2a590aa79f4ec;hpb=cfe6dafed6e43714316c39c401475ed840e66a02;p=mpd-sima.git diff --git a/doc/Changelog b/doc/Changelog index dcb72d9..6fd8125 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,18 @@ +MPD_sima v0.15.2 UNRELEASED + + * 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 + +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) @@ -6,8 +21,13 @@ MPD_sima v0.15.0 * Honor MPC password/host format on command line option 'host' * Fixed fuzzy search for short artist names * Client side hardcoded one month caching (ugly workaround for #7) + * Simplified album search + * Track search aggregates artist name and MusicBrainzID searches + * Add an undocumented mopidy compatibility configuration option + Use the boolean option "mopidy_compat" in the sima section + cf. https://gitlab.com/kaliko/sima/issues/21# --- kaliko jack UNRELEASED +-- kaliko jack Tue, 19 Mar 2019 13:58:49 +0100 MPD_sima v0.14.4