Releases: Samik081/beets-beatport4
Releases · Samik081/beets-beatport4
Release list
v1.2.0
v1.1.2
v1.1.1
What's Changed
- fix(config): redact username and password by @treyturner in #32
- build: match upstream python version constraint by @treyturner in #34
- ci: add Poetry build check against beets release and master by @Samik081 in #35
- docs: drop obsolete credential-removal note from bug report template by @Samik081 in #36
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.0
🚀 v1.0.0
This marks the first major release of beets-beatport4! 🚀 Since its inception as a drop-in replacement for the stock beets Beatport plugin, the project has evolved significantly — both in scope and architecture. The monolithic single-file plugin has been refactored into a modular multi-package structure, and additional features have been added beyond what the original plugin offered. At this point, beets-beatport4 has drifted far enough from its origins to warrant a 1.0.0 release.
What's Changed
- feat: Refactor monolithic plugin into multi-module package architecture by @Samik081 in #26
- fix: Embed album art into all tracks during album import by @Samik081 in #27
- fix: Guard against None task.match in art embedding handler by @Samik081 in #28
Full Changelog: v0.5.2...v1.0.0
v0.5.2
v0.5.1
v0.5.0
v0.4.1
What's Changed
- feat: adopt MetadataSourcePlugin interface released in v2.4.0 by @treyturner in #19
- chore: remove unused album_distance and track_distance methods by @Samik081 in bff855e
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- fix: update to beets v2.5.1 by @treyturner in #18
- chore: replace deprecated source_weight with data_source_mismatch_penalty by @Samik081 in 1c10528
New Contributors
- @treyturner made their first contribution in #18
Full Changelog: v0.3.4...v0.4.0