Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 505 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 505 Bytes

Changelog

Unreleased

  • Switched from flake8 to ruff for linting. (#2)
  • Added CI. (#3)

v0.4.0 (2022-09-10)

  • Initial public release!
  • CLI supports -n/--dry-run, verbosity levels, and specifying a custom skiplist CSV file.
  • Takes about 45s to query 440 albums and add 410 tracks (in --dry-run mode)
  • Logs everything to a file.

v0.3.0 (N/A)

  • Internal release

v0.2.0 (N/A)

  • Internal release

v0.1.0 (N/A)

  • Internal release

v0.0.0 (2022-09-08)

  • Project Created