Skip to content

Releases: m-manu/go-find-duplicates

v1.7.0

05 Mar 07:09
Compare
Choose a tag to compare
  • Upgrade to Go 1.19
  • Ordering of messages across stdout and stderr (in case of error)
  • [internal] Upgraded existing libraries to latest stable versions
  • [internal] Refactored code and add code code comments

v1.6.0

19 Nov 10:52
Compare
Choose a tag to compare
  • Upgrade to Go 1.18
  • Upgrades to dependent libraries

v1.5.1

28 May 09:59
Compare
Choose a tag to compare

Fixed bug that caused false positives in reporting duplicates

v1.4.0

16 May 13:10
Compare
Choose a tag to compare

Upgraded Go version 1.17; No code changes;

v1.3.2

25 Mar 16:55
Compare
Choose a tag to compare
  • Minor doc and README changes
  • [internal] Minor code refactoring

v1.3.0

30 Jan 10:28
Compare
Choose a tag to compare
  • POSIX convention for command line options
  • Minor improvements to error messaging

v1.2.0

21 Jan 08:55
3978db0
Compare
Choose a tag to compare

Support for json output

v1.1.0

01 Sep 17:54
Compare
Choose a tag to compare

Following changes:

  • -thorough flag to compute hash of entire file contents
  • Test cases in Dockerfile
  • Better handling of command line options
  • README improvements

v1.0.1

12 Jun 11:08
Compare
Choose a tag to compare

travis build; license; lint and code formatting; readme improvements

v1.0.0

12 Jun 10:59
Compare
Choose a tag to compare

First cut with basic features; well tested;