Pass Update Versions Save

A pass extension that provides an easy flow for updating passwords.

v2.2.1

2 months ago

Fixed

  • Ensure that share/__main__.py is not part of the distribution packaging. #31

v2.2

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/roddhjav/pass-update/compare/v2.1...v2.2

v2.1

5 years ago

Added

  • Add completion file for bash and zsh.
  • Add an --include option to only update the password that match a regex. #15
  • Add an --exclude option to not update the password that match a regex.
  • Add ability to skip certain password modification. #12
  • Added Gitlab CI and tests on Archlinux, CentOS, Debian, OpenSUSE, Ubuntu and Fedora.
  • Added this changelog.

Changed

  • The -e option now means --exclude while -E means --edit.
  • The test suite has been simplified and the tests extended.
  • Multiple bash issues have been fixed.

Requirements

  • pass 1.7.0 or greater.

This release is signed using the GPG key 06A26D531D56C42D66805049C5469996F0DF68EC

v2.0

6 years ago

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'

v1.0

7 years ago
  • Add --no-symbols option in order to not use any non-alphanumeric characters in the generated password
  • Add the ability to set the password length with the new --length option
  • Multiple bug fixed

0.2

7 years ago

0.1

7 years ago