Skip to content

v2.0.0 - APE Support

Compare
Choose a tag to compare
@benrr101 benrr101 released this 22 Nov 22:58
· 140 commits to master since this release

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 links
    • Tag class 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 renamed Id3v1.fromEmpty()
  • FrameClassType.MusicCdIdentiferFrame typo renamed FrameClassType.MusicCdIdentifierFrame
  • Id3v2TagHeaderFlags.Unsynchronication typo renamed Id3v2TagHeaderFlags.Unsynchronization
  • Constructor for NonContainerTag no longer takes NonContainerTag, instead takes StartTag and EndTag in order to work around cyclical dependency