Releases: OSPG/godedupe
Releases · OSPG/godedupe
Release 1.5.2
Version 1.5.0
- Add option to exclude files from a list of patterns
- Some minor optimizations
Version 1.4.0
- 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
- Allow to specify multiple directories
- Ignore directories that can not be read
Version 1.3.0
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
- Add option to set a max depth
- Add an option to match files by extension
- Fix some minor issues
Version 1.1.1
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
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
Version 1.0.0
First version. GNU/Linux is the only supported OS. Only finds identical files.