Skip to content

Commit f4a42d6

Browse files
chore: update CHANGELOG for version 1.1.1, documenting enhancements in raw metadata extraction, new warning suppression parameter, and fixes to SYNC strategy and bitrate unit standardization
1 parent 8215d40 commit f4a42d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ All contributors (including maintainers) should update `CHANGELOG.md` when creat
4848

4949
## [Unreleased]
5050

51+
## [1.1.1] - 2025-03-04
52+
5153
### Added
5254

5355
- **get_full_metadata raw_metadata returns all tags**: `raw_metadata` now consistently includes every tag present in the file per format. RIFF INFO extractor and \_RiffManager no longer filter by `RiffTagKey`—every INFO chunk FourCC (known or custom) is returned in `raw_metadata["riff"]["parsed_fields"]`, with a parsing guard that only accepts valid 4-byte printable-ASCII FourCCs. Integration coverage for custom ID3v2 TXXX, custom Vorbis comments, ID3v1 parsed fields, custom RIFF FourCCs, and BWF bext; test helpers for custom TXXX and custom RIFF INFO fields. Documentation updated for raw-metadata guarantees.

0 commit comments

Comments
 (0)