Releases: mopidy/mopidy-local
v4.0.0a4
v4.0.0a3
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)
v3.2.1
v3.2.0
-
Support searching by MusicBrainz ID and disc number fields. (#42, PR: #43)
-
Handle both 'track' and 'track_name' distinct fields. (#44, PR: #45)
-
Added
max_search_resultsconfig, defaulting to returning 100 search results. (PR: #49) -
Document the
clearCLI command in docs. (PR: #40) -
Document
--forceand--limitoptions to thescanCLI command. (PR: #41) -
Add Python 3.9 to the test matrix. (PR: #53)
v3.1.1 (2020-01-31)
v3.1.0 (2020-01-09)
-
Improve handling of paths with arbitrary encodings in the scanner. (#20, PR: #29)
-
Add
.cueto the list of excluded file extensions. (PR: #29) -
Replace
os.pathusage withpathlibto handle arbitrary file path
encodings better. (#20, PR: #30) -
Remove broken support for creating URIs from MusicBrainz IDs. This was turned
off in Mopidy < 3, but was by accident enabled by default in Mopidy-Local
3.0. Now the broken feature is fully removed. (#26, PR: #31)
v3.0.0 (2019-12-22)
- Depend on final release of Mopidy 3.0.0.