AtOM/CHANGELOG.md
2025-04-02 23:28:46 +00:00

28 lines
897 B
Markdown

# Dev (master)
## BREAKING CHANGES
Implementing replaygain copy meant bumping versions of every tag parser. All file tags will be read again. Running in batches (`-B <batchsize>`) is recommended.
## Bugs
## Enhancements
* Spawn tasks faster when slots are available
# 1.0.2
## Bugs
* Tag reading hangs on vorbis files with embedded images
* Recreate destination files on releasecountry tag change (bump database schema to 5)
# 1.0.1
## BREAKING CHANGES
Implementing releasecountry meant bumping versions of every tag parser. All file tags will be read again. Running in batches (`-B <batchsize>`) is recommended.
## Bugs
Opus tags were not actually parsed due to an issue with the tag reader selector.
## Enhancements
* Fetch releasecountry tag from files
* Add `%{releasecountry}` placeholder in `rename`
* Add `-r` (show release country) to toys/createindex
# 1.0.0
Initial public release