Skip to content

Releases: mopidy/mopidy-mpd

v3.3.0

29 Apr 00:08
Compare
Choose a tag to compare
  • Support all variants of tagtypes command (Fixes: #48, PR: #50)
  • CSRF protection - reject HTTP requests early (Fixes: #18)
  • Remove any control characters in response (Fixes: #43, PR: #54)
  • Support additional tag types in music database queries (Fixes: #29, PR: #30)

v3.2.0

11 Sep 09:34
v3.2.0
Compare
Choose a tag to compare
  • Output multiple artists, album artists, composers, and performers as multiple tags, making it possible for MPD clients to render them better. (Fixes: #44, PR: #45)
  • Switch from CircleCI to GitHub Actions (PR: #40)

v3.1.0

05 Dec 01:58
v3.1.0
Compare
Choose a tag to compare
  • Updated list command error messages to match MPD v0.21.13.
  • Handle list command filter like a search filter. (Fixes: #27, PR: #28)
  • Skip browse results without a name or URI. (Fixes: #31, PR: #33)
  • Remove leading / from paths in listallinfo and listall responses (Fixes: #36, PR: #37)
  • Add Python 3.9 to the test matrix.

v3.0.0 (2019-12-22)

05 Dec 01:49
Compare
Choose a tag to compare
  • Depend on the final release of Mopidy 3.0.0.
  • Minor documentation improvements.

v3.0.0rc1 (2019-12-21)

05 Dec 01:48
v3.0.0rc1
Compare
Choose a tag to compare
Pre-release

The initial release, which extracts the Mopidy-MPD extension from the Mopidy core.

This is an alpha release because it depends on the pre-releases of Mopidy 3.0.

Changes since Mopidy 2.3:

  • Improved the swap command to swap the tracks without rebuilding the full tracklist.