Releases: mopidy/mopidy-local
Releases · mopidy/mopidy-local
Release list
v4.0.1
v4.0.0
Dependency changes
- Require Mopidy >= 4.0
- Require Python >= 3.13
What's Changed
- Tooling upgrades by @jodal in #80
- Update to mopidy-ext-template 2.0.0 and Mopidy 4.0.0a3 by @jodal in #82
- Fix a few ruff lints by @jodal in #83
- Update to mopidy-ext-template 2.2.0 by @jodal in #84
- Fixes to work with Mopidy 4.0.0a8 by @jodal in #85
- Update to work with Mopidy 4.0.0a13 by @jodal in #86
- refactor: Update commands to use cyclopts by @jodal in #87
- Add www/* and sql/* to package-data by @rnestler in #90
- chore: Require Mopidy >= 4.0 by @jodal in #91
New Contributors
Full Changelog: v3.3.0...v4.0.0
v4.0.0rc1
What's Changed
- Fix
FindErrorexception to work correctly with Mopidy 4.0.
Full Changelog: v4.0.0a6...v4.0.0rc1
v4.0.0a6
v4.0.0a5
v4.0.0a4
v4.0.0a3
v4.0.0a2
Dependency changes
- Require Mopidy >= 4.0.0a7. No major changes required.
- Require Python >= 3.13. No major changes required.
What's Changed
Full Changelog: v4.0.0a1...v4.0.0a2
v4.0.0a1
Dependency changes
- Require Mopidy >= 4.0.0a3. No major changes required.
- Require Python >= 3.11. No major changes required.
What's Changed
- Tooling upgrades by @jodal in #80
- Update to mopidy-ext-template 2.0.0 and Mopidy 4.0.0a3 by @jodal in #82
- Fix a few ruff lints by @jodal in #83
Full Changelog: v3.3.0...v4.0.0a1
v3.3.0
- Drop support for Python 3.8 (#75)
- Replace use of
imghdrmodule as it has been deprecated and eventually removed in Python 3.13 (PR: #78) - Fix browse by date for
YYYY(and enable browsing by monthYYYY-MM) (#47, PR: #72) - Update web interface to list cached album art (PR: #64)
- Catch all exceptions during metadata scan (PR: #65)
- Add source of image data to extract image logging (PR: #66)
- Extend documentation of
directoriessetting (PR: #74)