Releases: seb26/mhl-compare
Releases · seb26/mhl-compare
v0.4
Features:
- Now able to interpret simple lists of checksums (i.e.
.md5
and.xxhash
files) which are produced by some programs - When working on only one MHL file, show the user a summary of the contents and count the files and total size of it
- Sizes are now shown in decimal (1 KB = 1,000 bytes) by default which is more relevant to macOS users, but binary can be shown instead with
-b
or--binary
- Dates & related attributes are no longer shown, but can be toggled on with
-d
or--dates
Fixes:
- Security fix, insist on using latest version of PyInstaller
- Documentation improvements
- Removal of "install.command" as the installation technique, instead including basic instructions on how to install the binary to
/usr/local/bin
v0.3
v0.2
Production-ready! You can now use this in the field.
Download mhl-compare-v0.2.zip
in the links below.
Be sure to let me know on GitHub or by email if you run across any strange errors while working with your own MHL files.
Features
- Now offered as a binary that can run on any macOS installation.
- When run with --info, the list of files are now sorted alphabetically by filepath
- Cleaner & clearer output, with bold filenames and less whitespace and horizontal line separations
- MHL files that are completely & utterly different will now give a message describing that
Fixed
- Where only one half of possible delta comparisons showed up
- ASCII colour characters appearing in the output when redirected using
>
to a file - Where bytes would appear redundantly as
178 Bytes (178 bytes)
- Where an MHL file with only one
<hash>
would cause an error and not allow a comparison for that file - Where an MHL file with no
<hash>
es at all would give a generic error. Now tells the user that that MHL file is empty