Skip to content

v2.0

Compare
Choose a tag to compare
@roddhjav roddhjav released this 16 Sep 20:18
· 103 commits to master since this release
32c4d13

This release is signed using my GPG key 06A26D531D56C42D66805049C5469996F0DF68EC

New features
For this release, most of the source code has been completely re-implemented. It allows us to provide the following new features in order to make password update an easier flow:

  • Support file, directory and wildcard update.
  • Let the user specify a password by hand: --provide, -p
  • Update a multi-line password: --multiline, -m
  • Edit the password using the default editor: --edit, -e

Requirements

  • pass 1.7.0 or greater.
  • If you do not want to install this extension as system extension, you need to
    enable user extension with PASSWORD_STORE_ENABLE_EXTENSIONS=true pass. You can
    create an alias in .bashrc: alias pass='PASSWORD_STORE_ENABLE_EXTENSIONS=true pass'