X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2FChangelog;h=7d286bb5a038190bfeae44444a9b8fbdacfc4c9a;hb=4f5c92c03e18c4052a031f2061731cab429a98fe;hp=49e43c23bf6286f49779d1a48faf2058d3136f38;hpb=081961f3b0570dadc2ce60c324181e66d1f66b59;p=mpd-sima.git diff --git a/doc/Changelog b/doc/Changelog index 49e43c2..7d286bb 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,21 @@ +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)