Skip to content

Releases: lastpass/lastpass-cli

Version 1.2.2

26 Feb 15:36
Compare
Choose a tag to compare
  • lpass ls --format now supports "%al" to show URL, from Yikai Zhao
  • $VISUAL can be used in preference to $EDITOR, from Wesley Schwengle
  • lpass edit can now directly edit multiline ssh keys
  • fields are now preserved when edited with lpass edit
  • Bugfix: use-after-free in http.c fixed, from Björn Ketelaars
  • Bugfix: command-line completion now works for names with spaces
  • Bugfix: loading attachments from shared folders now works, from Spencer Whyte
  • Debian packing updates from Hannes Hörl
  • Documentation updates from Darragh Grealish and Steven Liekens

Version 1.2.1

28 Jun 12:59
Compare
Choose a tag to compare
  • Bugfix: fix regression with lpass show not displaying all fields
    for secure notes
  • Use sysctl instead of procfs for pid-to-cmd on some versions of BSD,
    from Thomas Hurst
  • Build: fix build for test binaries on OpenBSD, from Björn Ketelaars

Version 1.2.0

07 Jun 20:02
Compare
Choose a tag to compare
  • lpass show now supports new-style multiline ssh keys
  • lpass export now supports --fields=FIELDLIST argument to
    control output, with patches from Kyle Burton
  • lpass ls now always shows empty shared folders
  • lpass edit can now set the 'master password reprompt' field in sites
  • lpass share create now shows the created share name
  • Bugfix: crash in lpass show fixed by Kyle Burton
  • build fixes for termux and documentation updates, from Christian Rondeau
  • documentation updates for Ubuntu from Craig Menning and Glenn Oppegard
  • Test suite now included covering basic operations

Version 1.1.2

03 Feb 20:59
Compare
Choose a tag to compare
  • Bugfix: crash with lpass logout --color=never fixed
  • Bugfix: lpass add with secure notes works again
  • Bugfix: sort order in lpass ls is now consistent whether or not
    colors are used
  • Documentation has been enhanced to describe aliases and more options,
    with patches by Eric B. Hymowitz.
  • Build: debian package fixed for rebuild issues and missing build
    dependencies

Version 1.1.1

05 Jan 18:27
Compare
Choose a tag to compare
  • Bugfix: fix crash in lpass show for secure notes without attachments
  • Build: fix build on OpenBSD, from Björn Ketelaars
  • Build: fix build when using LibreSSL, from Björn Ketelaars

Version 1.1.0

03 Jan 21:25
Compare
Choose a tag to compare
  • New command lpass import can import an existing csv file (or output
    from lpass export) into the vault
  • lpass show and lpass ls learned a --format argument
    to enable user-specified printf-style formats
  • Bash completions will now complete field names if --field is
    specified after the account name
  • Build: cmake now used for building, by Filippo Cucchetto and
    with fixes by Eli Schwartz
  • Build: lpass has been updated to work with OpenSSL 1.1; please note
    that libcurl-openssl must also be linked against the same version
    in order to avoid mysterious segfaults
  • Bugfix: crash in lpass ls -l with no last_modified_gmt fixed
  • Bugfix: secure notes editing with "Name" fields now works properly
  • Bugfix: editing secure note names now works (github #106)
  • Bugfix: lpass-created server secure notes are now compatible with the plugin
  • Bugfix: generate now uses all defined characters, by Ignat Korchagin
  • Bugfix: lpass show for ssh-key secure notes no longer corrupts
    password-protected ssh keys (github #232)

Version 1.0.0

20 Jul 13:03
Compare
Choose a tag to compare

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

02 Mar 22:08
Compare
Choose a tag to compare

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!

Version 0.8.1

28 Jan 15:39
Compare
Choose a tag to compare

New in version 0.8.1:

  • This update switches to the platform certificate store and adds pinning of LastPass public keys, in preparation for certificate changes at lastpass.com. Upgrade will be needed to avoid "Peer certificate cannot be authenticated with given CA certificates" errors when the cert changes are made.

Version 0.7.2

28 Jan 15:38
Compare
Choose a tag to compare

New in version 0.7.2:

  • This update switches to the platform certificate store and adds pinning of LastPass public keys, in preparation for certificate changes at lastpass.com. Upgrade will be needed to avoid "Peer certificate cannot be authenticated with given CA certificates" errors when the cert changes are made.