Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Releases: ameingast/cocoaimagehashing

CocoaImageHashing 1.9.0

21 Dec 08:36
Compare
Choose a tag to compare
  • Xcode 12 support
  • Apple Silicon support

CocoaImageHashing 1.8.0

06 Jun 15:43
5830cb0
Compare
Choose a tag to compare
  • Xcode 11 support
  • DCT algorithm fixes
  • Improved nullability annotations
  • Swift package manager support

CocoaImageHashing 1.7.0

31 Mar 08:35
10b07f1
Compare
Choose a tag to compare
  • Xcode 10.2 support
  • Fixed CocoaPods non-modular header issues

CocoaImageHashing 1.6.1

27 Jul 09:15
c6bb34e
Compare
Choose a tag to compare
  • Fixed Podspec to include all public header files

CocoaImageHashing 1.6.0

27 Jul 08:44
0e28260
Compare
Choose a tag to compare
  • Support for watchOS
  • Support for tvOS
  • Bumped macOS dependency to 10.10

CocoaImageHashing 1.5.0

01 Oct 16:41
a8aaf38
Compare
Choose a tag to compare
  • Xcode 9 support

CocoaImageHashing 1.4.0

08 Dec 06:56
904587f
Compare
Choose a tag to compare
  • Performance improvements in similarity search (@plumbojumbo)

CocoaImageHashing 1.3.1

03 Dec 16:02
b0cde81
Compare
Choose a tag to compare
  • Updated Podspec

CocoaImageHashing 1.3.0

03 Dec 15:57
Compare
Choose a tag to compare
  • Fixed bugs in dHash checksum calculation on iOS (@plumbojumbo)
  • Fixed bugs in aHash and pHash checksum calculation (@plumbojumbo)

CocoaImageHashing 1.2.0

17 Sep 08:19
579f64b
Compare
Choose a tag to compare
  • Fixed bug in dHash checksum calculation (@plumbojumbo)
  • XCode 8 support