pass Changelog

What's new in pass 1.6.5

Jan 29, 2015
  • 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 for GnuPG 2.0 series

New in pass 1.6.4 (Jan 28, 2015)

  • 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

New in pass 1.6.3 (Jul 3, 2014)

  • 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.

New in pass 1.6.2 (May 27, 2014)

  • 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

New in pass 1.6.1 (Apr 26, 2014)

  • Bug fixes:
  • OS X 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.

New in pass 1.6 (Apr 26, 2014)

  • Features:
  • `pass find` allows searching for filenames or directory names within the password store. It makes use of tree 1.7.0 features that the pass community developed.
  • `pass grep` allows searching inside of encrypted files.
  • `pass mv` and `pass cp` allow moving and copying password files around, and automatically reencrypt them if the source folder requires a different gpg-id.
  • The --reencrypt/-e switch is now gone from init. All comands that change gpg-id or move password files around (such as mv and cp) automatically reencrypt passwords *as needed*, if the source has a different gpg-id or if the gpg-id for a given directory has changed.
  • `make test` will now run an ever-growing test suite of automated unit tests to ensure that we remain bug-free.
  • pass init allows deinitializing sub-gpg-id files by an empty string key argument.
  • If stdin is not a tty, no interactive questions are asked.
  • Empty folders are pruned on removing or moving entries.
  • Sneaky paths are checked and prevented.
  • Platform files run before installation too now.
  • Support for Windows/Cygwin.
  • We detect gpg-agent and display a warning if it's not running before mass-reencryption operations.
  • Makefile now automatically detects bash/zsh/fish completion support.
  • Complete reorganization of codebase for improved maintainability.
  • Revelation2pass converstion script supports xml.
  • Keepassx2pass conversion script handles new lines and slashes.
  • Bug Fixes:
  • Bash completion is installed to correct place
  • Better error messages.
  • Clarification of secure tmpdir on FreeBSD.
  • Platform installation supports GNU sed.
  • Zsh completion supports trailing slashes.
  • Typos.
  • New Additions from Contributors:
  • 1Password importer
  • Pass now supports Emacs

New in pass 1.4.2 (Oct 19, 2012)

  • On insert, no-echo mode is now default, with the --echo mode to turn on echoing of passwords.
  • Cosmetic changes with the tree display
  • Addition of lastpass2pass.rb importer
  • Man page typos
  • Bug fix for backslashes when reading passwords

New in pass 1.3 (Sep 14, 2012)

  • New features:
  • Let PASSWORD_STORE_DIR override the password store directory location
  • Use GNU getopt to allow arguments to be anywhere
  • Confirm before overwriting on insert (use --force to revert behavior)
  • Use GNU readline when reading passwords in the default insert mode
  • Skip directories and add edit mode to ZSH completion file
  • Make GPG output quieter
  • Support ramdisk on OSX via out-of-tree patch
  • Add --version switch
  • Bug fixes:
  • Don't quote $EDITOR, so that folks can specify arguments to their editor
  • Be careful about cleaning up temporary files -- use signal handler
  • to ensure it happens
  • Make more efficient use of bash's read command for prompting
  • Split out common gpg options into unified variable

New in pass 1.2.1 (Sep 12, 2012)

  • Released 1.2.1 after a user reported issues with the OSX version of mktemp not accepting certain GNU arguments. This version bump is only useful for Macintosh users (though it does contain some trivial man file and indentation changes as well).