Skip to content

Releases: m-manu/go-find-duplicates

v1.8.0

15 Feb 10:33

Choose a tag to compare

  • Added quiet mode
  • Ability to set output file
  • Upgraded to Go 1.22
  • Removed some old features

v1.7.0

05 Mar 07:09

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

Choose a tag to compare

  • Upgrade to Go 1.18
  • Upgrades to dependent libraries

v1.5.1

28 May 09:59

Choose a tag to compare

Fixed bug that caused false positives in reporting duplicates

v1.4.0

16 May 13:10

Choose a tag to compare

Upgraded Go version 1.17; No code changes;

v1.3.2

25 Mar 16:55

Choose a tag to compare

  • Minor doc and README changes
  • [internal] Minor code refactoring

v1.3.0

30 Jan 10:28

Choose a tag to compare

  • POSIX convention for command line options
  • Minor improvements to error messaging

v1.2.0

21 Jan 08:55
3978db0

Choose a tag to compare

Support for json output

v1.1.0

01 Sep 17:54

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

Choose a tag to compare

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