- Added fuzzy_set_total_input_length function to the API. - Added support for files up to 192GB. - Added support for arbitrary length input from the standard input.
* Bug Fixes
- Fixed issue when comparing hashes from relatively simple files. - Fixed portability issues.
2.12
* Bug Fixes
- Fixed issue when comparing identical hashes but with different block sizes.
2.11.1
* Bug Fixes
- Made libfuzzy compile as a shared library again.
2.11
* New Features
- Added fuzzy_clone function to the API. - Moved to modern Win32 compiler.
* Bug Fixes
- Fixed edge case on signature generaion. Behavior now matches v2.9 again.
2.10
* New Features
- Fuzzy Hashing engine re-written to be thread safe.
* Bug Fixes
- Able to handle long file paths on Win32. - Fixed bug on comparing signatures with the same block size. - Fixed crash on comparing short signatures. - Fixed memory leak
2.9
* New Features
- Added warning message for when some data on stdin is not hashed. - Can now hash up to 512MB of data on stdin. - Added clustering mode to group together matching files
* Bug Fixes
- Fixed incorrect match scores for hashes with long filenames.