0.3.4
version 0.3.4
Changes since 0.3.3:
b3sumnow supports the--checkflag. This is intended to be a
drop-in replacement for e.g.md5sum --checkfrom Coreutils. The
behavior is somewhat stricter than Coreutils with respect to invalid
Unicode in filenames. For a complete description of how--check
works, see the fileb3sum/what_does_check_do.md.- To support the
--checkfeature, backslashes and newlines that appear
in filenames are now escaped in the output ofb3sum. This is done
the same way as in Coreutils. - To support
--checkinteroperability between Unix and Windows,
backslashes in filepaths on Windows are now replaced with forward
slashes in the output ofb3sum. Note that this is different from
Coreutils.