2.0
Oh hey, my first tool passing another major version.
Major points:
- Change license from Unlicense to CC0 which deals better in countries where copyright laws are stronger
- New CLI syntax which parses a little faster and is more consistent:
ddh --md5 file
- The manpage have been mostly re-written to use less groff extensions
Changelog
- Added: Support for
--seed
with murmurhash hashes - Added: Support for
--key
with blake2 hashes - Added: Support for murmurhash3-128/32
- Improved: New names for murmurhash: murmur3a (32), murmur3c (128/32), and murmur3f (128/64)
- Improved: Remove git-like actions (
ddh md5
) for CLI switches (ddh --md5
) - Improved: Revamp all error return codes
- Improved: Add row delimiter for readability, change switch from
--list
to--hashes
- Fixed: Using
--against
with--sri
- Fixed: Make OK/FAILED output text consistence with --against and --check options
- Fixed: No file input with --compare resulted in stdin mode