Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@bcopeland bcopeland released this 12 Nov 21:03
· 499 commits to master since this release

New in version 0.7.0:

  • lpass now supports aliases in order to set preferred switches or nicknames for commands. echo 'show -G' > ~/.lpass/alias.show, for example, will turn regex matching on for lpass show.
  • In addition to pinentry and in-process prompting, the LPASS_ASKPASS environment variable/config value is now checked for a binary to ask for passwords. It uses the same conventions as ssh-askpass.
  • lpass show will now match account id when using regex or substring matching
  • lpass ls learned the -l [-u]switches to show mod and use times, from Lloyd Zusman
  • Secure notes are now created by default when empty sites are edited with --notes, from Lloyd Zusman
  • The new LPASS_CLIPBOARD_COMMAND environment variable/config value can be used to configure the helper application for the system clipboard, from Tom Prince. Among other things, you can use this to clear the clipboard after a certain number of pastes with xclip -l.
  • Various code cleanups and documentation fixes from Tom Prince.
  • The license has been clarified to GPLv2 or later, plus the OpenSSL exception; please see individual files and the LICENSE.OpenSSL / COPYING files for details. This was the intended license all along but it was not spelled out consistently.

Thanks to all users and contributors!