Skip to content

Releases: teran/checksum

v0.8.7

30 Jun 07:13
v0.8.7
cc3e3eb
Compare
Choose a tag to compare

Changelog

  • cc3e3eb Update CI/CD pipelines, deps, build procedures (#2)
  • 641103d Move current database implementation in legacy package for transparent switch to new implementations

v0.8.6

27 Nov 18:09
d87bc8b
Compare
Choose a tag to compare

Changelog

96ec8d9 Add file names sort for verification step
23875a5 Avoid double reading the same file to same some IO and sacrifice some memory)
d87bc8b Extend release archs & OS'es a bit
e870c24 Remove i386 builds from Makefile since it's not supported by Go anymore
0e3611f Remove i386 builds from goreleaser
ff6fd1f Switch to go mod

v0.8.5-2

04 Nov 21:40
4eeaa9f
Compare
Choose a tag to compare

Changelog

4eeaa9f Fix --version
d156ec3 Fix params completion

v0.8.5-1

04 Nov 21:33
eab8cad
Compare
Choose a tag to compare

Changelog

d694c97 Fix test rule

v0.8.5

04 Nov 21:31
906224e
Compare
Choose a tag to compare

Changelog

d069d42 Add flag to delete missed files from database
eab8cad Add homebrew support
7d4c766 Add more tests for database, fix dead lock
8dd5270 Print deleted files stats
fe36f4b Rewrite tests using testify, update database for easier usage
956fd81 Update README according to recent changes
3cc3eae Update deps
906224e Update deps

v0.8.4

01 Dec 09:47
22acaaa
Compare
Choose a tag to compare

Changelog

78d9958 Fix test run from makefile
8413d44 Homebrew formula is deprecated
d2fc9cd Update README according to recent changes
22acaaa Update completion to fit new flags scheme

v0.8.3

01 Dec 09:35
026c514
Compare
Choose a tag to compare

Changelog

026c514 Fix brew builds with date and commit
8c7a10c Update homebrew formula

v0.8.2

01 Dec 00:31
3506e13
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

Changelog

1214ae3 Add Build section to README
98029e9 Allow to run check only, make datadir an optional parameter
5d671bd Fix default value for --pattern
e426b7a Fix homebrew formula
89a84e7 Fix linebreak on "checking for new files" message
8e6dbab Print files failed verification process
a1b8b00 Separate flags parsing out of main
18213c9 Show missed in progressbar mode
64a489c Update README
3506e13 Use goreleaser for releases

Fix installation via Homebrew

27 Nov 11:28
32abe4a
Compare
Choose a tag to compare
Pre-release
Fix building process

Signed-off-by: Igor Shishkin <me@teran.ru>

Better file verification with file length and SHA1 in addition to SHA256

27 Nov 11:06
1cc3388
Compare
Choose a tag to compare
Switch to godep

Signed-off-by: Igor Shishkin <me@teran.ru>