Skip to content

Releases: mopidy/mopidy-beets

v5.0.0a4

09 Feb 23:08
36796f9

Choose a tag to compare

v5.0.0a4 Pre-release
Pre-release

What's Changed

  • Fix four failing tests due to beets TestHelper API changes by @AlonNaor22 in #51

New Contributors

Full Changelog: v5.0.0a3...v5.0.0a4

v5.0.0a3

25 Nov 21:26
1a4a731

Choose a tag to compare

v5.0.0a3 Pre-release
Pre-release
  • Fix license classifier on PyPI.

Full Changelog: v5.0.0a2...v5.0.0a3

v5.0.0a2

25 Nov 21:23
6583166

Choose a tag to compare

v5.0.0a2 Pre-release
Pre-release
  • Fix license classifier on PyPI.

Full Changelog: v5.0.0a1...v5.0.0a2

v5.0.0a1

25 Nov 21:20
959d06f

Choose a tag to compare

v5.0.0a1 Pre-release
Pre-release

Dependency changes

  • Dropped Python 3.9-3.11 support, added Python 3.13-3.14.

What's Changed

New Contributors

Full Changelog: v4.0.1...v5.0.0a1

v4.0.1

13 Dec 23:19
v4.0.1

Choose a tag to compare

  • Add Python 3.9 to the test matrix. (PR: #32)

v4.0.0 (2020-03-08)

13 Dec 23:01

Choose a tag to compare

  • No changes since 4.0.0rc2.

v4.0.0rc2 (2019-12-27)

13 Dec 23:00

Choose a tag to compare

Pre-release
  • Fix casing of PyPI distribution name.

v4.0.0rc1 (2019-12-27)

13 Dec 23:00

Choose a tag to compare

Pre-release
  • Require Mopidy >= 3.0.0a3.

  • Require Python >= 3.7. No major changes required.

  • Update project setup.

  • Change default port from 8888 to 8337 to match Beets' defaults.

v3.1.0 (2016-11-23)

13 Dec 22:59

Choose a tag to compare

  • 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)

13 Dec 22:59

Choose a tag to compare

  • Support browsing albums by artist, genre and year.

  • Improved search (more categories, more precise).

  • Align with Mopidy's current extension guidelines.