Skip to content

Version 0.9.0

Compare
Choose a tag to compare
@bcopeland bcopeland released this 02 Mar 22:08
· 403 commits to master since this release

New in version 0.9.0:

  • Add support for accounts in the EU datacenter (lastpass.eu)
  • lpass ls now sorts its output and properly displays group folder
    account entries
  • lpass export output has been reworked to match that of the website,
    from Justen Walker
  • lpass share limit subcommand was added which allows displaying and
    modifying user-specific restrictions for shared folders
  • The new LPASS_LOG_LEVEL environment variable can be set to cause
    the lpass uploader process to log its actions, useful for debugging syncing
    issues. Set it to 7 to get all debug logs; the logfile will be
    ~/.lpass/lpass.log.
  • Bugfix: syncing is fixed on systems that use XFS or other filesystems which
    do not support setting d_type in readdir()
  • Bugfix: lpass mv now works properly with linked accounts

Thanks to all users and contributors!