Skip to content

Release v5.0.0

Latest

Choose a tag to compare

@javaLux javaLux released this 06 Feb 20:17

What's Changed

  • Update dependencies
  • improved CLI-Handling
  • Refactoring
  • improved validation of the hash argument
  • improved colored output

Breaking Changes

  • the CLI Flag [-s, --save] for controlling the saving of the calculated hash, must now be set before specifying a command
    • e.g.
      • Old: hashguard download -s "http://example.com"
      • New: hashguard -s download "http://example.com"

Added

  • Now you can disable the colored output, useful if the output is to be redirected to a file