Releases: adambirds/xkcd-pass-python
xkcd-pass v1.1.3
xkcd_pass v1.1.2
xkcd_pass v1.1.2
A flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936.
Change Log
- Version 1.1.2
- Fix dependency issues.
- Add more PyPi classifiers.
- Make CI run tests on multiple Python versions.
xkcd_pass v1.1.1
xkcd_pass v1.1.1
A flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936
Change Log
- Version 1.1.1
- Add docs for official discord support server.
- Update link to source code in docs to correct typo.
- Fix an issue in contributing logs to add an extra step needed.
- Fixed issue with codecov badge in docs.
- Update example docs to use correct defaults.
- Fixed issue with prep-dev-environment script.
xkcd_pass v1.1.0
xkcd_pass v1.1.0
A flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936
Change Log
- Version 1.1.0
- Add support for bash-completion for
xkcd-pass
. - Update github links to correct names in PyPi metadata.
- Add tool to prep dev environment.
- Add documentation for contributing and development.
- Add support for correct entropy for padded digits.
- Add support for bash-completion for
xkcd_pass v1.0.9
xkcd_pass v1.0.9
A flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936
Change Log
- Version 1.0.9
- Fix issues with README.md badges after rename.
- Update
--help
forMIN_LENGTH
andMAX_LENGTH
. - Update number of words in password to 4 by default.
- Restructured tests into individual files to neaten up codebase.
- Added static type annotations to the codebase.
- Added support for
zulint
to run various code linters easily.
xkcd_pass v1.0.7
xkcd_pass v1.0.7
A flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936
Change Log
- Version 1.0.7
- Change command-line package to
xkcd-pass
.
- Change command-line package to
xkcd_pass v1.0.6
xkcd_pass v1.0.6
A flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936
Change Log
- Version 1.0.6
- Change package name to
xkcd_pass
.
- Change package name to
xkpassgen v1.0.5
xkpassgen v1.0.5
A flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936
Change Log
- Version 1.0.5
- Fix typo in static import causing wordfile error.
xkpassgen v1.0.1
xkpassgen v1.0.1
A flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936
Change Log
- Version 1.0.1
- Fixed license display on PyPI.
- Fixed links to license files on PyPI.
xkpassgen v1.0.0
xkpassgen v1.0.0
A flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936
Change Log
- Version 1.0.0
- Initial Release