Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@wallisch wallisch released this 26 Sep 21:26
· 2 commits to master since this release

This release adds full Swift 6 compatibility and thus includes breaking API and minimum version changes.

  • Move lookup method of AcoustID from completion handler to async/await
  • Require swift-tools-version 6.0 (Xcode 16)
  • Bump iOS & tvOS minimum version to 15 as well as macOS to 12
  • Add raw property and corresponding initializer to AudioFingerprint
  • Rename fingerprint property of AudioFingerprint to base64
    • fingerprint is now deprecated
  • Move to chromaprint @ aa67c95
  • Remove unnecessary chromaprint sources from build
  • Drop DVR test dependency