Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@bcopeland bcopeland released this 04 Jan 19:51
· 433 commits to master since this release

New in version 0.8.0:

  • New command lpass add works like lpass edit for new accounts
  • New command lpass mv can be used to move an account into a different (possibly shared) folder
  • New command lpass passwd can be used to change master password
  • Tab-completion for bash is now available; to use, source contrib/lpass_bash_completion from a bash startup file
  • lpass ls now interprets backslash properly for subfolder display
  • lpass edit gained the ability to edit all fields of an account at once by using a specially-formatted edit buffer
  • lpass show gained the ability to show multiple accounts at once, from Angus Galloway
  • lpass show now reformats SSH private key fields in secure notes into a usable form
  • lpass share useradd gained the ability to specify group names
  • lpass share got better documentation
  • Bugfix: logins with certain multifactors that support out-of-band authentication will now work correctly
  • Blob edits no longer reencrypt the entire database, just the changed accounts
  • Syncing operation is now much more robust in the face of server errors or invalid transactions.
  • OSX builds fixed for Xcode-less installations, with help from Wael Nasreddine
  • Corrections to comments from Tom Prince