Skip to content

v2.1.0

Compare
Choose a tag to compare
@GeopJr GeopJr released this 05 Nov 21:07
· 400 commits to main since this release

App

  • Calculate hashes using Crystal's Digest instead of spawning md5sum, 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 the MD5 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 to Verify 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