Skip to content

Releases: ultimateanu/hashdir

v1.5.0

28 Dec 01:30

Choose a tag to compare

  • Added non-cryptographic hashing algorithms (xxhash3, crc32)
  • Changed default to xxhash3 for performance gains

v1.4.1

16 Aug 21:45

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

09 Feb 04:44

Choose a tag to compare

  • Added blake3 as a hashing algorithm option
  • E.g. hashdir -a blake3 ~/Desktop

v1.3.2

25 May 23:29

Choose a tag to compare

  • Update to use net8.0

v1.3.1

20 Nov 02:18

Choose a tag to compare

  • Fixed a bug preventing user from specifying the hashing algorithm.

v1.3.0

08 Mar 06:13
08c724e

Choose a tag to compare

  • Added a new --ignore flag to specify directories and files to ignore.

v1.2.0

30 Aug 22:56
b3df997

Choose a tag to compare

  • Adding a flag to only print the hash value and not the file/folder name

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

22 Apr 09:18
1214a53

Choose a tag to compare

  • Adding ripemd-160 hash
  • Detect hash algorithm type based on filename

v1.0.0

14 Mar 06:12
2e9487e

Choose a tag to compare

  • Updating to .NET 6
  • Adding option to disable color

v0.5.0

18 Jul 20:20

Choose a tag to compare

  • Add colors to progress bar and output