Releases: wallisch/ChromaSwift
Releases · wallisch/ChromaSwift
v1.2.0
This release adds full Swift 6 compatibility and thus includes breaking API and minimum version changes.
- Move
lookup
method ofAcoustID
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 toAudioFingerprint
- Rename
fingerprint
property ofAudioFingerprint
tobase64
fingerprint
is now deprecated
- Move to chromaprint @ aa67c95
- Remove unnecessary chromaprint sources from build
- Drop DVR test dependency
v1.1.1
This release resolves some workarounds and licensing issues that have been addressed upstream. No functional changes.
- Update to chromaprint 1.5.1 @ 41e23c2
- Remove Swift unsafeFlags (acoustid/chromaprint#89)
- Compile CChromaprint without internal avresample (acoustid/chromaprint#77)