Added * Allow for systemd socket activation (46) * Add type hints to ease development (64)
Changed * Require Mopidy >= 4.0.0a4. No major changes required. (70) * Require Python >= 3.11. No major changes required. (70) * Update project setup to match the latest `mopidy-ext-template`. (70)
3.3.0
* Support all variants of tagtypes command (Fixes: https://github.com/mopidy/mopidy-mpd/issues/48, PR: https://github.com/mopidy/mopidy-mpd/pull/50) * CSRF protection - reject HTTP requests early (Fixes: https://github.com/mopidy/mopidy-mpd/issues/18) * Remove any control characters in response (Fixes: https://github.com/mopidy/mopidy-mpd/issues/43, PR: https://github.com/mopidy/mopidy-mpd/pull/54) * Support additional tag types in music database queries (Fixes: https://github.com/mopidy/mopidy-mpd/issues/29, PR: https://github.com/mopidy/mopidy-mpd/pull/30)
3.2.0
- 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)
3.1.0
- 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.
3.0.0
- Depend on the final release of Mopidy 3.0.0. - Minor documentation improvements.
3.0.0rc1
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.