New features
- Zero Plugin: Add new configuration option,
omit_single_disc
, to allow zeroing the disc number on write for single-disc albums. Defaults to False.
Bug fixes
- beets.plugins.BeetsPlugin: load the last plugin class defined in the plugin namespace. 🐛 (#6093)
For packagers
- Fixed issue with legacy metadata plugins not copying properties from the base class.
- Reverted the following: When installing
beets
via git or locally the version string now reflects the current git branch and commit hash. 🐛 (#6089)
Other changes
- Removed outdated mailing list contact information from the documentation 🐛 (#5462).
- Getting Started: Modernized the Getting Started guide with tabbed sections and dropdown menus. Installation instructions have been streamlined, and a new subpage now provides additional setup details.