Skip to content

Releases: chicio/ID3TagEditor

4.2.0

11 Feb 11:39
Compare
Choose a tag to compare

Added

  • Added ID3TagContentReader to make read content easier

4.1.3

06 Oct 07:22
Compare
Choose a tag to compare

Added

  • Xcode 13 support

4.1.2

06 Oct 07:22
Compare
Choose a tag to compare

Fixed

4.1.1

19 Dec 16:24
Compare
Choose a tag to compare

Fixed

  • Fixed #75: Crash when parsing COMM frame with encoding different from UTF-16

4.1.0

23 Nov 19:45
Compare
Choose a tag to compare

Added

  • Added .beatsPerMinute frame support
  • Added .originalFilename frame support
  • Added .lengthInMilliseconds frame support
  • Added .sizeInBytes frame support (available only for ID3 v2.2/v2.3)
  • Improved builders api (now builder docs will be much more clear)

4.0.0

26 Oct 21:07
Compare
Choose a tag to compare

Added

  • Added Unsynchronised lyrics frame support
  • Added SwiftLint for linting
  • New API for create a tag with a valid list of frames: ID32v2TagBuilder, ID32v3TagBuilder and ID32v4TagBuilder

Fixed

  • Codecov integration
  • General improvement to tests: Linux tests extensions in each specific file

3.3.3

09 Oct 20:35
Compare
Choose a tag to compare

Added

  • All public API enums now are iterable, equatable and hashable

Fixed

  • Fixed #37: ID3 v2.4 AttachedPicture synchsafe size error

3.3.2

30 Sep 09:58
Compare
Choose a tag to compare

Fixed

  • Fixed #36: tags not wirtten after attached pictures frame

3.3.1

28 Sep 17:18
Compare
Choose a tag to compare

Fixed

  • removed Info.plist from SwiftPM build

3.3.0

28 Sep 17:18
Compare
Choose a tag to compare

Added

  • upgrade to Xcode 12
  • upgrade to SPM swift tools 5.3
  • added support for resources to SPM: now all tests can be launched on all platforms (including acceptance tests)