v2.0.0 - APE Support
This version adds:
- Support for Monkey's Audio APE audio files
- Support for APE tags in both APE audio files and MPEG audio files
- Improved documentation
{@see blah}is replaced with proper linksTagclass has a wealth more information in it now- Removed annoying "defined in ..." links in docs
- Typos fixed all over the place
- Improved integration tests that actually test picture behavior on ID3v2 tags
Bug Fixes:
- Embedded pictures are now working in ID3v2 tags in all situations
- Id3v1 tags can now be added to combined tags (should have been added in v1.0.0)
Breaking changes in this version:
Id3v1.empty()static constructor renamedId3v1.fromEmpty()FrameClassType.MusicCdIdentiferFrametypo renamedFrameClassType.MusicCdIdentifierFrameId3v2TagHeaderFlags.Unsynchronicationtypo renamedId3v2TagHeaderFlags.Unsynchronization- Constructor for
NonContainerTagno longer takesNonContainerTag, instead takesStartTagandEndTagin order to work around cyclical dependency