Releases: roddhjav/pass-update
Releases · roddhjav/pass-update
v2.2.1
v2.2
What's Changed
- Fix spelling error by @jboyens in #21
- Correct installation instructions by @DanielVartanov in #24
- Add the
-a
option to generate password with the same length than the former ones. - The man pages are now generated from markdown with pandoc.
- Automated release process.
- Updated the sharness test suite to
1.2.0
New Contributors
- @jboyens made their first contribution in #21
- @DanielVartanov made their first contribution in #24
Full Changelog: v2.1...v2.2
v2.1
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
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 withPASSWORD_STORE_ENABLE_EXTENSIONS=true pass
. You can
create an alias in.bashrc
:alias pass='PASSWORD_STORE_ENABLE_EXTENSIONS=true pass'