Skip to content

Releases: pjrinaldi/wombathasher

Wombat Hasher v0.4

01 Apr 19:35
Compare
Choose a tag to compare
Wombat Hasher v0.4 Pre-release
Pre-release

I am pleased to announce the v0.4 release for wombat hasher.

Fixes and Improvements in this release:

  • fixed code so if only files are listed they are hashed and displayed to std out.
  • accounted for extra options which aren't valid such as -k without -m or -n.
  • general code improvements and simplifcations.

Wombat Hasher v0.3 - Redesign Release

01 Oct 01:50
Compare
Choose a tag to compare
Pre-release

Initial Release for Redesign

Removed Qt requirement from the command line. Upgraded blake3 static library to v1.3.1, all functionality is the same including multithreading for hashing files and comparing unkown files with the known list.

Wombat Hasher v0.2

12 Feb 23:35
Compare
Choose a tag to compare
Wombat Hasher v0.2 Pre-release
Pre-release

Upgraded libblake3 static library from v1.0.0 to v1.3.0

Wombat Hasher v0.1 - Initial Release

11 Feb 04:23
Compare
Choose a tag to compare
Pre-release

WombatHasher v0.1 Released

This release has full functionality and error catching accounted for and integrates the blake3 hashing through a static library so no other requirements other than Qt5 are required to build and use. I think it's ready for an actual v1.0 release, but will put it through more testing to see if it needs any other features and if it works all then time, then i'll push out a v1.0 release.

Help output lists the main features...

Usage: debug/wombathasher [options] files
Generate a Hash List or compare files against a hash list.

Options:
-h, --help Displays help on commandline options.
--help-all Displays help including Qt specific options.
-v, --version Displays version information.
-c Create New Hash List
-a Append to Existing Hash List
-r Recurse sub-directories
-k Compare computed hashes to known list
-m Matching mode. Requires -k
-n Negative (Inverse) matching mode. Requires -k
-w Display which known file was matched, requires -m
-l Print relative paths for filenames.

Arguments:
files Files to hash for comparison or to add to a hash list.