X-Git-Url: https://code.octet-stream.net/hashgood/blobdiff_plain/0f159178b5aac4d92a321ad49d53f382d0b64909..2ec762dd02907337e1f633062ea038b9130fc283:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 6010236..3397365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 0.5.0 - 2024-12-16 + +* SHA512 hashes are now supported. +* When colour output is disabled, ASCII markers highlight any hash mismatches. +* Native Linux ARM64 binary release now available. +* Native signed and notarised Mac package now available. + +## 0.4.0 - 2023-04-06 + +* Returns exit code 2 if verification result is not OK + +## 0.3.0 - 2022-08-09 + +#### Changed + +* SHASUMS-style parsing is more precise +* should be marginally faster (?) by removing internal use of regex +* upgraded to newer/maintained dependencies + ## 0.2.0 - 2022-02-20 #### Features