Skip to content

Releases: Neurrone/beets-audible

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 10:48
v1.6.0
6848654

Breaking Changes

  • Update to require Beets 2.12.0

Full Changelog: v1.5.0...v1.6.0

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 13:21
v1.5.0
8f6c106

Breaking Changes

  • Update to Beets 2.11.0
  • Stop registering a custom subtitle media 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

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 05:00
v1.4.0
1ba0560

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

Choose a tag to compare

@github-actions github-actions released this 08 Feb 09:02
v1.3.1
4cc5103

Fix

  • Require confuse<2.2 to work around error when running in Docker, see #84
  • Require mediafile<0.14.0 to work around error when running in Docker, see #83

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Feb 07:41
v1.3.0
37d490d

Breaking Changes

  • Require Beets >=2.6.1,<2.7
  • Require Python >=3.10

Fix

  • Use the newly introduced album_matched event to align tracks for manual ASIN matches instead of relying on import-task state
  • Update use of deprecated Beets APIs (PromptChoice import path and logger warnings)

Full Changelog: v1.2.1...v1.3.0