Skip to content

Commit

Permalink
version: update to 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Copeland <[email protected]>
  • Loading branch information
Bob Copeland committed Mar 2, 2016
1 parent 661dd1c commit 49abc4b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 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

# Version 0.8.1, 0.7.2, 0.6.1, 0.5.1
* This update to all recent versions switches to the platform certificate
store and adds pinning of LastPass public keys, in preparation for
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define LASTPASS_CLI_VERSION "0.8.0"
#define LASTPASS_CLI_VERSION "0.9.0"
#define LASTPASS_CLI_USERAGENT "LastPass-CLI/" LASTPASS_CLI_VERSION

0 comments on commit 49abc4b

Please sign in to comment.