What's Changed
This release polishes various aspects of our project, offering improvements for both users and developers. For smoother user experiences, we've refined our documentation with typo fixes and adjustments (#908), ensuring all information is readily understandable across languages (#909). Additionally, webhook notifications gain enhanced security through stricter validations (#911).
Developers also benefit from streamlined workflows. Generating encryption keys within the CLI is now simplified with a new frontend (#913), while the underlying key generation process itself receives reliability improvements (#914).
Overall, this release enhances documentation, user experience, and security for a more robust and user-friendly project.
- doc: braking typo fix and smaller adjustments by @polaroi8d in #908
- fix(web): add missing i18n lines by @polaroi8d in #909
- fix(crux-ui): notification webhook validations by @m8vago in #911
- feat(cli): add frontend for crux encryption-key generation by @nandor-magyar in #913
- fix(crux): encryption key generation by @m8vago in #914
Full Changelog: 0.11.0...0.11.1