Skip to content

Release v4.0.0

Compare
Choose a tag to compare
@javaLux javaLux released this 04 May 19:52
· 11 commits to main since this release
  • Update dependencies
  • The calculation of the hash sum when downloading a file has been made more efficient. Now the hash sum is calculated directly during the download, which reduces CPU and memory usage. As only small blocks of data are used for the calculation. The same applies to local files and directories.

Changed

  • Insecure hash algorithms have been removed (MD5, SHA1)

Added

  • SHA3 hash algorithm is now supported
  • -s, --save flag, to be able to store the calculated hash sum in a file, stored in the app data directory
  • Local-Command
    • It is now possible to include file and directory names in the calculation of the hash sum by using the -i, --include-names flag