Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Releases: teran/imgsum

1.1-alpha.8

04 Apr 23:20
c4926a0
Compare
Choose a tag to compare

Changelog

c4926a0 Add homebrew formula generation

1.1-alpha.7

14 Sep 10:56
e3dba63
Compare
Choose a tag to compare
1.1-alpha.7 Pre-release
Pre-release

Changelog

625d1bf Add tests for image library
5582b95 Add dist/ to gitignore

1.1-alpha.6

13 Sep 21:34
f2aa367
Compare
Choose a tag to compare
1.1-alpha.6 Pre-release
Pre-release

Changelog

f27c60f Add ability to tune hashing algorithm and image resolution
833da1b Add credits
e3dba63 Add goreleaser configuration
f098774 Add tests for hasher factory
969fe2b Add the script to generate JSON input for imgsum -json-input
338b3ab Fix README since arw is not supported anymore
927c386 Fix golint
f8b33dc Fix golint in var and type names
36df972 Fix using pointer dereference around the main
7e95a0b Gofmt fix
a686cd7 Remove check mode support
501d24a Remove soreil/arw dependency
78789e6 Sort flags alphabetically
d4d905e Switch to go mod
b49ef94 Switch to godep and to Go package format
d0bb05d Update Makefile according to recent changes, add more meta information to binary
f2aa367 Update TODO in README
095cfad Update dependency: Soreil/arw
4582973 Update flags to contain more useful flags description

1.1-alpha.5

22 Oct 13:37
eca4399
Compare
Choose a tag to compare
1.1-alpha.5 Pre-release
Pre-release

Add version to the app

1.1-alpha.4

18 Oct 07:38
ba0a916
Compare
Choose a tag to compare
1.1-alpha.4 Pre-release
Pre-release

Docs fixes

1.1-alpha.3

18 Oct 00:11
259013e
Compare
Choose a tag to compare
1.1-alpha.3 Pre-release
Pre-release
  • ec7f475 G Add concurrency for phash calculation (Wed Oct 18 02:59:04 2017 +0300) Igor Shishkin
  • 77ee08c G Fix Gofmt (Tue Oct 17 10:18:17 2017 +0300) Igor Shishkin
  • 5fb37b3 G Dependencies update (Tue Oct 17 10:13:34 2017 +0300) Igor Shishkin

1.1-alpha.2

16 Oct 17:08
dec79d0
Compare
Choose a tag to compare
1.1-alpha.2 Pre-release
Pre-release

Under the hood changes to isolate image handling code.

1.1-alpha.1

15 Oct 22:56
90220c1
Compare
Choose a tag to compare
1.1-alpha.1 Pre-release
Pre-release
  • fa60a21 G Add experimental Sony ARW/SR2 support (Mon Oct 16 01:49:38 2017 +0300) Igor Shishkin

v1.0

13 Oct 16:34
7b5d54f
Compare
Choose a tag to compare
Update README's TODO according to current state

Signed-off-by: Igor Shishkin <[email protected]>

v1.0-1

13 Oct 21:20
9e9ee3d
Compare
Choose a tag to compare
  • 32bit builds added

New image hashing library was tested in 32bit mode and it works perfect. So no reason to use 64bit builds only.