]> kaliko git repositories - mpd-sima.git/blobdiff - doc/Changelog
Releasing 0.16.1
[mpd-sima.git] / doc / Changelog
index effa695d0fb644bf5d6972891a0d32de7d2c6885..7b4efd29c4a911304fa694c7329833039c31f90c 100644 (file)
@@ -1,3 +1,38 @@
+MPD_sima v0.16.1
+
+ * tags plugin: Add album queue mode
+ * tags plugin: Ensure metadata used in filter are enabled
+ so that MPD exposes them (closes #38)
+
+ -- kaliko <kaliko@azylum.org>  Sat, 09 Jan 2021 12:28:17 +0100
+
+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 <kaliko@azylum.org>  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 <kaliko@azylum.org>  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 <kaliko@azylum.org> Sun, 03 May 2020 16:30:36 +0200
+
 MPD_sima v0.15.2
 
  * Fixed sqlite sqlite3.OperationalError VACUUM Error