Releases: Serial-ATA/lofty-rs
Releases · Serial-ATA/lofty-rs
0.10.0
This release marks the 1000th commit! 🎉
What's Changed
- lofty_attr: Return removed tags in
<File>::remove_*
by @Serial-ATA in #74 - Ilst: Add
AtomData::Bool
for flag atoms by @Serial-ATA in #75 - OGG: Switch to using packets instead of individual pages by @Serial-ATA in #76
- Clippy: Apply new nightly lints by @Serial-ATA in #77
- Clippy: Apply lints for other projects by @Serial-ATA in #78
- OGG: Make use of packets when writing by @Serial-ATA in #79
- files: Implement BoundTaggedFile by @Serial-ATA in #80
- build(deps): update base64 requirement from 0.13.0 to 0.20.0 by @dependabot in #81
- ID3v2: Properly handle solidus character (U+002F) in text frames by @Serial-ATA in #83
- MP4: Stop validating flags for
gnre
atom upgrade by @Serial-ATA in #86 - ID3v2: Support duplicate tags by @Serial-ATA in #88
Full Changelog: https://github.com/Serial-ATA/lofty-rs/blob/main/CHANGELOG.md#0100---2022-12-27
0.9.0
What's Changed
- Probe: Add minimal ParseOptions by @Serial-ATA in #70
- Add support for AAC by @Serial-ATA in #71
- ID3v2: populate popularimeter tag from frame value by @maneac in #64
- Fixed Capitalization On
AtomData::UTF16
by @hummuseater44 in #72
New Contributors
- @maneac made their first contribution in #64
- @hummuseater44 made their first contribution in #72
Full Changelog: https://github.com/Serial-ATA/lofty-rs/blob/main/CHANGELOG.md#090---2022-10-30