Releases: Neurrone/beets-audible
Releases · Neurrone/beets-audible
Release list
v1.6.0
v1.5.0
Breaking Changes
- Update to Beets 2.11.0
- Stop registering a custom
subtitlemedia field and rely on Beets 2.11's built-in subtitle field. As a result, M4B freeform subtitle tag writes are no longer added by this plugin.
What's Changed
Other Changes
- Add and fix some typings by @Serene-Arc in #85
Full Changelog: v1.4.0...v1.5.0
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