- Improve handling of paths with arbitrary encodings in the scanner. (20, PR: 29)
- Add `.cue` to the list of excluded file extensions. (PR: 29)
- Replace `os.path` usage with `pathlib` to handle arbitrary file path
encodings better. (20, PR: 30)
- Add an `included_files_extensions` config. (8, PR: 32)
- 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)