v2.1.0
App
- Calculate hashes using Crystal's
Digest
instead of spawningmd5sum
,sha1sum
,sha256sum
,sha512sum
. - Use fibers (concurrency) when generating hashes (allows Hashbrown to calculate big files' hashes very fast).
- Compare function now uses the
SHA256
hash instead of theMD5
since it's more secure. - Since translators can contribute to more than one language (#22), thanking is now being sorted by translator name (and all their contributions are listed next to them, instead of creating an entry for each one).
Translations
- fi (💛 thanks Jiri Grönroos)
Repo
- Generate most hashes using macros (makes adding more hash functions in the future as easy as adding their names in the array).
- Re-took screenshots but on a smaller window size (the default one), as the current ones are not as visually accessible.
- Renamed
Validate
toVerify
to match the GUI. - HeaderBar is no longer being generated on demand, but rather once at the start (fixes some memory issues).
A big thank you to all translators! 💛
Full Changelog: v2.0.0...v2.1.0