Skip to content

3.3.2

Compare
Choose a tag to compare
@mqxym mqxym released this 09 Nov 12:36
· 32 commits to main since this release
3e81c36

🌈 EmojiCrypt 3.3.2

This update brings several quality of life improvements and completes language support.

This release includes:

  • Automatically sets dark mode based on device settings with an option for manual override.
  • Automatically detects and sets the language based on device data.
  • Completed translations for the private algorithm feature in all supported languages.
  • Added an FAQ item for the private algorithm feature.
  • Dynamically sets the title and description based on the selected language.

🌈 EmojiCrypt 3.3.1

This update enhances language support for the private algorithm feature.

This release includes:

  • Verified German language support for the private algorithm feature.
  • Added a noscript header for better accessibility.

🌈 EmojiCrypt 3.3.0

This update streamlines the hashing algorithm and improves emoji detection and output by a lot.

This release includes:

  • Unified the hash round return value with SHA-512, reducing maximum computation time from 1500ms to 1050ms and increasing minimum time from 350ms to 700ms.
  • Implemented a regex function for emoji detection, ensuring universally accepted output without invisible divider symbols.
  • Adopted a new approach for detecting encoded messages by considering emoji-only messages as encoded.