2.0.1 - 2023-12-22
- JPEG parser:
- Correctly handle APP3 segments that don't contain tags.
- RIFF parser:
- Correctly write padding bytes.
2.0.0 - 2023-07-30
- Use trait impls to allow more generic inputs.
- Change error type.
- Change the way tags are stored.
- Added support for RIFF containers, which include WEBP, WAV, and AVI, among others.
- Added support for ISOBMFF containers, which include MP4, JPEG 2000, and 3GP, among others.
- Try to store tags near the beggining of files.
- Completely rewrite library.
- Follow Conventional Commits guidelines.
- Start keeping a changelog.
- Add usage examples.
1.0.2 - 2019-12-09
- Fix false positive from format identifier due to eager return.
1.0.1 - 2019-10-28
- Fix crash in the XML parser of the JPEG reader.
- Improve logging in JPEG reader.
1.0.0 - 2019-10-23
- Initial support for PNG, JPEG, and GIF.