Version 0.8.0
New in version 0.8.0:
- New command
lpass add
works likelpass 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 displaylpass edit
gained the ability to edit all fields of an account at once by using a specially-formatted edit bufferlpass show
gained the ability to show multiple accounts at once, from Angus Gallowaylpass show
now reformats SSH private key fields in secure notes into a usable formlpass share useradd
gained the ability to specify group nameslpass 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