Skip to content

Tags: zx2c4/password-store

Tags

1.7.4

Verified

This tag was signed with the committer’s verified signature. The key has expired.
zx2c4 Jason A. Donenfeld
Release 1.7.4. Wayland support and bug fixes.

1.7.3

Verified

This tag was signed with the committer’s verified signature. The key has expired.
zx2c4 Jason A. Donenfeld
Release 1.7.3. A few small bug fixes.

1.7.2

Verified

This tag was signed with the committer’s verified signature. The key has expired.
zx2c4 Jason A. Donenfeld
Release 1.7.2. Large number of bug fixes, including a security fix.

1.7.1

Verified

This tag was signed with the committer’s verified signature. The key has expired.
zx2c4 Jason A. Donenfeld
Release 1.7.1. Changes:

== Bug Fixes ==

* Fix test suite on OS X
* Add compatibility with GnuPG 2.2.19
* Uniformly use the $GPG variable
* Do the correct thing with subkeys when reencrypting

1.7

Verified

This tag was signed with the committer’s verified signature. The key has expired.
zx2c4 Jason A. Donenfeld
Release 1.7. Changes:

== New Features ==

* Extensions: pass can now load user-defined extensions from a system
  directory or a user directory. There's already a nice ecosystem of
  extensions being built, even at this early stage. See the pass man page for
  more information.

* Signatures: there is now an option to enforce signatures of the .gpg-id file
  and extensions using an environment variable.

* QRCodes: generate and show have now learned the --qrcode/-q switch. Note to
  package maintainers: this adds a dependency on the popular qrencode package.

* Password generation: rather than use pwgen, we now use /dev/urandom more
  directly, which results in more assured password security, as well as
  customizable character sets, via an environment variable. See the pass man
  page for more information on this customization. Package maintainers: you
  may now drop the dependency on pwgen.

* Importers: there now are several more importers. More and more folks are
  moving to pass!

* Selectable clipping: you can now specify which line you wish to copy to the
  clipboard or display with a qrcode when using -c or -q.

* Git discovery: The PASSWORD_STORE_GIT environment variable has been removed,
  and instead pass will automatically choose the git repository closest to the
  file being modified (but not out of the actual password store itself). This
  should help people who like to nest git repos for different organizations.

* Bug fixes: too many to count.

== Note To Distros ==

* Drop the dependency of pwgen.
* Add the dependency of qrencode.
* The Makefile now does the right thing with DESTDIR, so you might want to
  double check that your package recipe does the right thing.
* The semantics for auto-detection of bash completion has changed, with new
  environment variables for such things. See INSTALL for details.

1.6.5

Verified

This tag was signed with the committer’s verified signature. The key has expired.
zx2c4 Jason A. Donenfeld
Release 1.6.5. Changes:

== Features ==
* Support Gpg4win alongside Cygwin

== Bug Fixes ==
* Work around unit tests bug with GnuPG 2.1.0 and 2.1.1
* Manually migrate unit tests keys to GnuPG 2.1 series
* Restore support GnuPG 2.0 series

1.6.4

Verified

This tag was signed with the committer’s verified signature. The key has expired.
zx2c4 Jason A. Donenfeld
Release 1.6.4. Changes:

== Features ==
* "add" is an alias of "insert"
* `pass edit` will no longer make a commit if the password does not change
* Symbolic links are now followed
* Remove gpg agent check, due to the auto-starting gpg-agent in GnuPG 2.1

== Bug Fixes ==
* Avoid trailing slash in `pass grep`
* Account for $CLIP_TIME in messages
* revelation2pass, keepassx2pass, and other script improvements
* Fix .gpg extension in tree listings, and preserve colors
* Improved support for getopt on OSX
* Updates for zsh and fish completion autoloading
* Always preserve TTY for pinentry
* Only use encryption subkeys
* Better clip error messages
* No longer use hidden recipients

1.6.3

Verified

This tag was signed with the committer’s verified signature. The key has expired.
zx2c4 Jason A. Donenfeld
Release 1.6.3. Changes:

== Features ==

* passmenu now takes --type as its first argument, which will type the
  password instead of copying it to the clipboard.

== Bug Fixes ==

* OSX now properly unmounts temporary mounts and ejects ramdisks.
* All BSDs now have cleaner temporary files.
* Temporary files for `pass edit` now end in .txt so vim does the right thing.
* When edit fails, prompt for retrying instead of going into crazy loop.
* keepassx2pass conversion script now handles empty strings.

1.6.2

Verified

This tag was signed with the committer’s verified signature. The key has expired.
zx2c4 Jason A. Donenfeld
Release 1.6.2. Changes:

== Features ==

* generate now has an --in-place option to replace only the
  first line of a file with a new password
* generate now uses pretty ansi colors
* `pass git diff` will now decrypt your history in memory on the
  fly to show real text diffs of how your passwords have changed
* Lots of general code cleanups and restructurings

== Bug Fixes ==

* test suite escapes characters properly
* use install -d instead of mkdir -p in makefile
* do not rely on bash inside of makefile
* cleaner tmpdir cleanup logic
* use portable sed in zsh completion
* gpg key sorting is now done with LC_ALL=C
* git sub-commands will now use a secure tmpdir
* properly escape input to sed during reencryption
* tests now work on directories with spaces
* gpg secmem warning is disabled during gpg key comparison so that
  output is consistent on bsd
* tmpdir templates actually work now when making a secure tmpdir

== New Additions from Contributors ==

* KWallet importer script
  <http://git.zx2c4.com/password-store/tree/contrib/importers/kwallet2pass.py>

1.6.1

Verified

This tag was signed with the committer’s verified signature. The key has expired.
zx2c4 Jason A. Donenfeld
Release 1.6.1. Changes:

== Bug fixes ==

* OSX and BSD does not support the -D option in the install, which was causing
  some major problems in 'make install'. Work around this while also
  introducing BASHCOMP_PATH and related arguments.

* Better error message if operating on a non-existant password store.