Skip to content

Releases: oleiade/motus

v0.2.0

12 May 16:21
318b33e
Compare
Choose a tag to compare

🚀 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:

  1. 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

    Screenshot 2023-05-12 at 18 24 18

  2. 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!

v0.1.0

06 May 10:45
a9639f1
Compare
Choose a tag to compare

Initial Release 🚀 🎉 🦖