Skip to content

Releases: hsanson/chrome-pass

v1.0.1

30 Oct 12:57

Choose a tag to compare

  • Fix error installing chrome-pass in MacOS.
  • Allow chrome-pass find gpg binary in Homebrew based installations of MacOS.
  • Fix default key shortcut that was using manifest V2 version instead of V3.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Oct 09:11

Choose a tag to compare

What's Changed

  • Add default hotkey to the manifest by @MarSoft in #38
  • First stable version. No expected new features or breaking changes in the near future.

New Contributors

Full Changelog: v0.5.1...v1.0.0

v0.5.0

29 Feb 23:52
caf5d24

Choose a tag to compare

Changes

  • Migrate from distutils to setuptools.
  • Rename nativePass script to chrome_pass

Improvements

  • New special placeholder values pass__user, pass__password, and pass__otpauth that allow filling the username, password, and MFA codes in specific elements in the login pages HTML.

v0.4.0

29 Feb 23:54

Choose a tag to compare

Improvements

  • Migrate chrome plugin manifest to v3.
  • Re-work special handling for AWS IAM login.
  • Add support for custom HTML DOM/value pairs that are filled in the login forms.
  • Add support for MFA TOTP codes via pass-otp plugin.

v0.3.0

29 Feb 23:54

Choose a tag to compare

Improvements

  • Re-worked form fill code. Easier to handle special forms.
  • Add special handling for AWS IAM login.
    ** URLs like https://alias.sigin.aws.amazon.com now fill the account input with the alias or account number.
  • Add fake event generators for javascript heavy forms that require events to trigger some javascript code.