From 73900210ada65bb0f00f701af6c5a7fbf93dd480 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Wed, 2 Apr 2025 23:34:16 +0000 Subject: [PATCH] Edit CHANGELOG.md --- CHANGELOG.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7190fd2..efd7e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,29 @@ # 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 `) is recommended. +## `BREAKING CHANGES` +* Implementing replaygain copy meant bumping versions of every tag parser. All file tags will be read again. Running in batches (`-B `) is recommended. -## Bugs +### Bugs -## Enhancements -* Spawn tasks faster when slots are available +### Enhancements +* Spawn tasks faster when slots are available. +* Copy replaygain tags. # 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) +### 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 `) is recommended. +## `BREAKING CHANGES` +* Implementing releasecountry meant bumping versions of every tag parser. All file tags will be read again. Running in batches (`-B `) is recommended. -## Bugs -Opus tags were not actually parsed due to an issue with the tag reader selector. +### Enhancements +* 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 * Add `%{releasecountry}` placeholder in `rename` * Add `-r` (show release country) to toys/createindex