Releases: rhash/RHash
Releases · rhash/RHash
RHash v1.4.5
- Support --one-hash formatting option
- Bugfix: Show correct config directory in the manpage
- Bugfix: Updating must continue after a file access error
- Bugfix: Show correct size and time for Windows symlinks
- Bugfix: Enable large file support on 32-bit platforms
- Bugfix: Fix runtime error on WinXP
- Bugfix: Fix building with glibc < 2.15
- Bugfix: Fix building on Solaris
- Bugfix: Fix building on Unix
- Bugfix: Fix dynamic library symlink on macOS
- Bugfix: Fix dynamic library symlink on *BSD
RHash v1.4.4
- New option --unverified to print unverified files
- New option --missing to print missing files
- New printf-format directive '%d' to print file directory
- Print the algorithms being calculated on -vv
- Renamed --maxdepth option to --max-depth
- Support leading and trailing spaces in a file names
- Support escaping of special characters in file paths
- Change the simple file format to fit the sfv format
- LibRHash: Remove obsolete rhash_timer functions (API breaking change)
- Bugfix: Fix slash usage with wilcards on Windows
RHash v1.4.3
- Allow simultaneous usage of --update and --check options
- Honor --lowercase option while --embed-crc is in action
- Improve ripemd160 performance
- Support --brief option to show verification report without header and footer
- Support --ignore-missing option, to ignore missing files in --check mode
- Add --bt-transmission option to create Transmission compatible torrent files
- Honor hash file extension in --update mode
- LibRHash: add rhash_import() and rhash_export() functions
- Support runtime loading of OpenSSL 3.0
- Bugfix: Show total speed in the update mode
- Bugfix: fix building of the LibRHash static library on Solaris
- Bugfix: hash options were sometimes ignored in the --check mode
- Bugfix: star character at the start of filepath must be ignored
RHash v1.4.2
- significantly improve file reading performance on Linux/Unix
- print 'Nothing to verify' when verifying a hash file without a message digest
- count unparsed lines of a hash file as errors
- print line numbers of unparsed lines of a hash file
- Bugfix: fix verification of some hash files containing spaces in file paths
RHash v1.4.1
- look for config file at $HOME/.config/rhash/rhashrc
- supported --blake2s, --blake2b options for the BLAKE2 hash functions
- support --no-detect-by-ext option
- speed up verification by detecting hash type from file extension
- Bugfix: fix computing of EDON-R 512 by big data chunks
- Bugfix: correctly print long paths on Windows
- Bugfix: print correct '%{mtime}' when --file-list is specified
- Bugfix: only follow symbolic links when --follow is specified
- Bugfix: fix buffer overflow in GOST12
RHash v1.4.0
- librhash: supported rhash_get_version() - get library version
- Bugfix: fix broken output on Win 7
- Bugfix: fix broken 'configure --localedir=' option
- Bugfix: fix broken makefile install-so-link target
- Bugfix: restore behavior of 'rhash -rc' to be the same as in v1.3.8
- Bugfix: fix a segfault and memory errors
RHash v1.3.9
- change project license to BSD Zero Clause License
- add uk translations
- new printf-format modifier '%u' to print url-encoded filename, path or hash
- Bugfix: btih in magnet links shall be hex-encoded
- correctly align UTF8 file paths, while printing verification results
- respect UTF8 BOM when updating or verifying a hash file
- print a new-line after ed2k link, when --ed2k-link option is passed
- exit on output errors with exit_code = 2
- change option --update=<file> to update the specified file
- make short option '-P' to be an alias for --percents
- change %{mtime} format to 'YYYY-MM-DD hh:mm:ss'
- Bugfix: --sysconfdir was ignored while searching for config on Linux
- support verification of base64-formated hash sums
- add formatting options: --hex, --base32, -b/--base64
- Bugfix: properly handle symlinks on the command line
RHash v1.3.8
- rename Windows encoding options: --ansi to --win, --oem to --dos
- support GOST R 34.11-2012 hash function (options: --gost12-256, --gost12-512)
- changed the short option `-G' to be alias of --gost12-256
- changed printf format token `%g' to be alias of %{gost12-256}
RHash v1.3.7
- option `--message==<string>' to calculate a hash for string
- option `--crc32c' for CRC32C hash function
- changed magnet link short option from '-m' to '-g'
- Bugfix: `--file-list=-' shall read a file list from stdin
- speedup CRC32 hash function
RHash v1.3.6
- support --file-list option
- librhash: speedup sha3
- Bugfix: fix --follow option
- better MSYS and CygWin support
- configuration script
- Bugfix: broken binary hash output
- Bugfix: fix running on WinXP