Edit CHANGELOG.md

This commit is contained in:
Vincent Riquer 2025-04-02 23:34:16 +00:00
parent 556ce4d142
commit 73900210ad

View File

@ -1,25 +1,29 @@
# Dev (master) # Dev (master)
## BREAKING CHANGES ## `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. * 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 ### Bugs
## Enhancements ### Enhancements
* Spawn tasks faster when slots are available * Spawn tasks faster when slots are available.
* Copy replaygain tags.
# 1.0.2 # 1.0.2
## Bugs ### Bugs
* Tag reading hangs on vorbis files with embedded images * Tag reading hangs on vorbis files with embedded images.
* Recreate destination files on releasecountry tag change (bump database schema to 5) * Recreate destination files on releasecountry tag change (bump database schema to 5).
# 1.0.1 # 1.0.1
## BREAKING CHANGES ## `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. * Implementing releasecountry meant bumping versions of every tag parser. All file tags will be read again. Running in batches (`-B <batchsize>`) is recommended.
## Bugs ### Enhancements
Opus tags were not actually parsed due to an issue with the tag reader selector. * Copy releasecountry tag ("MusicBrainz Album Release Country" for MP3).
## Enhancements ### Bugs
* Opus tags were not actually parsed due to an issue with the tag reader selector.
### Enhancements
* Fetch releasecountry tag from files * Fetch releasecountry tag from files
* Add `%{releasecountry}` placeholder in `rename` * Add `%{releasecountry}` placeholder in `rename`
* Add `-r` (show release country) to toys/createindex * Add `-r` (show release country) to toys/createindex