From fee47e77d4e622d47c3e33c37094162986c09f1e Mon Sep 17 00:00:00 2001 From: Bob Copeland Date: Wed, 20 Jul 2016 08:46:49 -0400 Subject: [PATCH] changelog: add version 1.0.0 changes Signed-off-by: Bob Copeland --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3885c8d1..48d0e762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# Version 1.0.0 + * New command ```lpass status``` shows whether or not the user is logged + in with agent, from Nick Knudson + * ```lpass add``` can now be passed ```--note-type=X``` in order to add + a secure note using a template. Specifying an unknown note template will + list the available templates. + * ```lpass ls``` now shows username with ```--long```, from Alli Witheford + * Bash completions are now installed with make install, from Eli Schwartz + * Fish shell completions supplied by Joar Wanboarg + * Initial support for adding (```lpass add --app```) and editing applications + * Updates to manpage for ```ls```, ```passwd```, ```add```, and basic + usage examples + * lpass now follows XDG base directory specifications for its files on + platforms that use it. Set ```LP_HOME``` to ~/.lpass to keep the previous + location + * Bugfix: resolved syncing problems on some platforms (notably RHEL/CentOS) + related to improper multiprocess usage of libcurl (github #166) + * Bugfix: ```lpass show``` no longer crashes when a searched-for field is + not found (github #167) + * Bugfix: ```lpass``` no longer exits with an error if the blob is empty + but otherwise without parsing errors. This fixes the case where a new + user could not use the application without first adding a site elsewhere. + * ```LPASS_LOG_LEVEL``` learned level=8 with which lpass will also dump + libcurl verbose logs showing all traffic for debugging (not recommended + for general use due to potentially sensitive headers being logged). + # 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