Releases: Neurrone/beets-audible
Releases · Neurrone/beets-audible
v1.4.0
Breaking Changes
- Require Beets
>=2.7.1,<2.8
Fix
- Update Confuse to v2.2.0 to match the version Beets uses. Fixes #84
Full Changelog: v1.3.1...v1.4.0
v1.3.1
Fix
- Require
confuse<2.2to work around error when running in Docker, see #84 - Require
mediafile<0.14.0to work around error when running in Docker, see #83
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Breaking Changes
- Require Beets
>=2.6.1,<2.7 - Require Python
>=3.10
Fix
- Use the newly introduced
album_matchedevent to align tracks for manual ASIN matches instead of relying on import-task state - Update use of deprecated Beets APIs (
PromptChoiceimport path and logger warnings)
Full Changelog: v1.2.1...v1.3.0