Releases: teran/checksum
v0.8.8
Changelog
- 3de4d70 Bump golang.org/x/sync from 0.9.0 to 0.10.0 (#8)
- 5227225 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#7)
- 17c2e95 Bump golang.org/x/sync from 0.8.0 to 0.9.0 (#6)
- d979f44 Bump github.com/fatih/color from 1.17.0 to 1.18.0 (#5)
- abaf209 Bump golang.org/x/sync from 0.7.0 to 0.8.0 (#4)
- 295d887 Optimize hash calculation (#3)
v0.8.7
v0.8.6
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
v0.8.5-1
v0.8.5
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
v0.8.3
v0.8.2
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
Fix building process Signed-off-by: Igor Shishkin <me@teran.ru>