Releases: oleiade/motus
v0.2.0
🚀 Motus v0.2.0: Enhanced Security Analysis and Output Format Options
I'm excited to announce the release of motus
version 0.2.0, which introduces two significant new features to the dead-simple password generator:
-
Security analysis: With the new
--analyze
option, you can now generate a security analysis for your passwords. This helps ensure optimal password strength and provides additional insights into your password's complexity.Example:
> motus memorable --analyze
-
Output format control: The
--output
option now allows you to choose between text and JSON output formats for the generated password. This offers greater flexibility and ease of integration with other applications or tools.Example:
> motus random --output json {"kind":"memorable","password":"crystal contempt empathy awhile pawing"}
In addition to these new features, I've made minor improvements and bug fixes to ensure a smoother user experience. As always, I welcome your feedback, suggestions, and contributions to improving further motus
.
To update to version 0.2.0, follow the installation instructions in the README.
Thank you for your continued support, and enjoy the enhanced functionality of motus
version 0.2.0!