Releases: mopidy/mopidy-beets
Releases · mopidy/mopidy-beets
v5.0.0a4
What's Changed
- Fix four failing tests due to beets TestHelper API changes by @AlonNaor22 in #51
New Contributors
- @AlonNaor22 made their first contribution in #51
Full Changelog: v5.0.0a3...v5.0.0a4
v5.0.0a3
- Fix license classifier on PyPI.
Full Changelog: v5.0.0a2...v5.0.0a3
v5.0.0a2
- Fix license classifier on PyPI.
Full Changelog: v5.0.0a1...v5.0.0a2
v5.0.0a1
Dependency changes
- Dropped Python 3.9-3.11 support, added Python 3.13-3.14.
What's Changed
- Move CI to GitHub Actions by @jodal in #34
- Require Python 3.9+ and fix CI by @jodal in #38
- Ignore None album_id within beets result by @mgoltzsche in #40
- Maintenance by @sumpfralle in #44
- Small fixes by @sumpfralle in #45
- Beets API tests by @sumpfralle in #46
- fix: prevent error when sorting an artist's tracks by @mgoltzsche in #43
- docs: hide Range header from flask to workaround beets web bug by @mgoltzsche in #41
- Bump pypa/gh-action-pypi-publish from 1.4.1 to 1.13.0 in /.github/workflows by @dependabot[bot] in #47
- Library: fix search with date argument by @tobast in #48
- Update to mopidy-ext-template v2.2.0 by @jodal in #49
New Contributors
- @mgoltzsche made their first contribution in #40
- @dependabot[bot] made their first contribution in #47
- @tobast made their first contribution in #48
Full Changelog: v4.0.1...v5.0.0a1
v4.0.1
v4.0.0 (2020-03-08)
- No changes since 4.0.0rc2.
v4.0.0rc2 (2019-12-27)
- Fix casing of PyPI distribution name.
v4.0.0rc1 (2019-12-27)
-
Require Mopidy >= 3.0.0a3.
-
Require Python >= 3.7. No major changes required.
-
Update project setup.
-
Change default port from
8888to8337to match Beets' defaults.
v3.1.0 (2016-11-23)
-
Fix handling of non-ASCII characters in album titles and artist names.
-
Fix handling of empty titles and names.
-
Reduce resource consumption of string matching API requests.
v3.0.0 (2016-05-28)
-
Support browsing albums by artist, genre and year.
-
Improved search (more categories, more precise).
-
Align with Mopidy's current extension guidelines.