Skip to content

Releases: fredrikhl/passlib-cli

v0.3.0

15 Aug 14:38
Compare
Choose a tag to compare

Some cleanup and refactoring

  • passlib method wrappers are moved to a separate passlib_cli.methods submodule
  • passlib setting parsers are moved to a separate passlib_cli.params submodule
  • main script is moved to a separate passlib_cli.mkpasswd submodule

Full Changelog: v0.2.4...v0.3.0

v0.2.4

15 Aug 13:15
Compare
Choose a tag to compare
  • Fix an issue where --show-docstring fails
  • Add info on passlib-autocomplete and passlib-totp in README
  • Update the Usage summary for passlib-mkpasswd

Full Changelog: v0.2.3...v0.2.4

v0.2.3

15 Aug 13:18
Compare
Choose a tag to compare

Adds a new passlib-totp command for generating TOTP from a otpauth URI or a shared secret (with Google Authenticator defaults)

Full Changelog: v0.2.2...v0.2.3

v0.2.2

15 Aug 13:21
Compare
Choose a tag to compare
  • Replace bash autocomplete script with a command to generate an autocomplete script
  • Add an expect example script — this is just to make it easier to test a given method from the cli

Full Changelog: v0.2.1...v0.2.2

v0.2.1

15 Aug 13:24
Compare
Choose a tag to compare

Refactor and improve the verbosity options and logging setup

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Aug 13:37
Compare
Choose a tag to compare
  • Add MIT license
  • Support for more params/settings
  • Fix an issue where some passlib methods didn't work
  • Add basic bash autocomplete support
  • Rename package and script:
    • Package: mkcryptpasslib-cli
    • Script mkcryptpasslib-mkpasswd
  • Modernize packaging and tooling:
    • setup.pypyproject.toml + setup.cfg
    • setuptools_scmbumpversion

Full Changelog: v0.1.0...v0.2.0