Skip to content

Releases: OSPG/godedupe

Release 1.5.2

09 Oct 10:52
Compare
Choose a tag to compare
  • Fix issue where it fails to start if ~/.godedupe-exclude doesn't exist

Version 1.5.0

08 Mar 12:29
fffd13d
Compare
Choose a tag to compare
  • Add option to exclude files from a list of patterns
  • Some minor optimizations

Version 1.4.0

28 Jun 22:37
Compare
Choose a tag to compare
  • Minor optimizations
  • Minor reorganization of source code
  • Bugfixes
  • Change -h (to exclude hidden files) to -e.
  • Add match option (eg: To be able to do something like -pattern "*.txt")

Version 1.3.1

28 Apr 20:51
Compare
Choose a tag to compare
  • Allow to specify multiple directories
  • Ignore directories that can not be read

Version 1.3.0

01 Jun 18:28
Compare
Choose a tag to compare

Improve and clean code
Add option to export results to a json
Add option to show each set on the same line (to be more easy to script)

Version 1.2.1

04 May 23:36
Compare
Choose a tag to compare
  • Add option to set a max depth
  • Add an option to match files by extension
  • Fix some minor issues

Version 1.1.1

15 Dec 21:48
Compare
Choose a tag to compare

Minor changes version.

  • Fix the showSummary option
  • Change BLAKE algorithm to a crc64
  • Omit directories that have an .godedupe_ignore file

Version 1.1.0

06 Nov 16:56
Compare
Choose a tag to compare

New features:

  • Add an option to send a desktop notification once the operation is completed
  • Add an option to profile the use of the CPU (useful when optimizing)
  • Add an option to show the spent time of the operation
  • Show the occupied space in a human readable form (Bytes, KB, MB, etc)

Optimizations:

  • Avoid comparing files with different file sizes
  • Do a partial hash of the file before the full hash (should save time of big files)

Version 1.0.0

04 Nov 18:38
Compare
Choose a tag to compare

Version 1.0.0

First version. GNU/Linux is the only supported OS. Only finds identical files.