Skip to content

Releases: adambirds/xkcd-pass-python

xkcd-pass v1.1.3

19 Aug 18:04
Compare
Choose a tag to compare

xkcd-pass v1.1.3

A flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936.

Change Log

  • Version 1.1.3
      • Rename the GitHub repository to xkcd-pass-python from xkcd-password-gen.

xkcd_pass v1.1.2

24 Feb 16:26
Compare
Choose a tag to compare

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

15 Feb 02:49
Compare
Choose a tag to compare

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

02 May 02:03
Compare
Choose a tag to compare

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.

xkcd_pass v1.0.9

01 May 02:01
Compare
Choose a tag to compare

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 for MIN_LENGTH and MAX_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

28 Apr 02:22
Compare
Choose a tag to compare

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.

xkcd_pass v1.0.6

28 Apr 02:04
Compare
Choose a tag to compare

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.

xkpassgen v1.0.5

27 Apr 02:31
Compare
Choose a tag to compare

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

23 Apr 15:31
Compare
Choose a tag to compare

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

23 Apr 15:08
Compare
Choose a tag to compare

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