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

Releases: ameingast/cocoaimagehashing

CocoaImageHashing 1.9.0

Choose a tag to compare

@ameingast ameingast released this 21 Dec 08:36
  • Xcode 12 support
  • Apple Silicon support

CocoaImageHashing 1.8.0

Choose a tag to compare

@ameingast ameingast released this 06 Jun 15:43
5830cb0
  • Xcode 11 support
  • DCT algorithm fixes
  • Improved nullability annotations
  • Swift package manager support

CocoaImageHashing 1.7.0

Choose a tag to compare

@ameingast ameingast released this 31 Mar 08:35
10b07f1
  • Xcode 10.2 support
  • Fixed CocoaPods non-modular header issues

CocoaImageHashing 1.6.1

Choose a tag to compare

@ameingast ameingast released this 27 Jul 09:15
c6bb34e
  • Fixed Podspec to include all public header files

CocoaImageHashing 1.6.0

Choose a tag to compare

@ameingast ameingast released this 27 Jul 08:44
0e28260
  • Support for watchOS
  • Support for tvOS
  • Bumped macOS dependency to 10.10

CocoaImageHashing 1.5.0

Choose a tag to compare

@ameingast ameingast released this 01 Oct 16:41
a8aaf38
  • Xcode 9 support

CocoaImageHashing 1.4.0

Choose a tag to compare

@ameingast ameingast released this 08 Dec 06:56
904587f
  • Performance improvements in similarity search (@plumbojumbo)

CocoaImageHashing 1.3.1

Choose a tag to compare

@ameingast ameingast released this 03 Dec 16:02
b0cde81
  • Updated Podspec

CocoaImageHashing 1.3.0

Choose a tag to compare

@ameingast ameingast released this 03 Dec 15:57
  • Fixed bugs in dHash checksum calculation on iOS (@plumbojumbo)
  • Fixed bugs in aHash and pHash checksum calculation (@plumbojumbo)

CocoaImageHashing 1.2.0

Choose a tag to compare

@ameingast ameingast released this 17 Sep 08:19
579f64b
  • Fixed bug in dHash checksum calculation (@plumbojumbo)
  • XCode 8 support