- **[SECURITY]** Added more security to the quickgenerate CLI version and normal version to ensure Passeo is secure.
1.0.6
- [SUPPORT] Added support for command line interface (CLI). Feature request can be found [here](https://github.com/ArjunSharda/Passeo/issues/2), and the CLI commands will be documented in the [examples](https://github.com/ArjunSharda/Passeo/tree/main/examples) page soon. - [ADDED] New setup.py file to support the adjustments needed for CLI.
1.0.5
- [CRITICAL SECURITY PATCH] Fixed a critical security issue that is affecting currently everyone <1.0.5. It is highly recommended to update. - [ADDED] Added a new quickgenerate function which can allow people to in bulk generate passwords that have letters and numbers. This will get more update as Passeo is developed to strengthen security of Passeo's users.
1.0.4
Not secure
- [ADDED] Added case check to the strength check to Passeo, checking for uppercase/lowercase, and did some other minor improvements. See the Pull Request [here](https://github.com/ArjunSharda/Passeo/pull/1/files).
1.0.3
Not secure
used pyproject.toml instead of setup.py, finally Passeo has been released to the public