Skip to content

Releases: lastpass/lastpass-cli

Version 1.6.0

13 Aug 09:00
cba284e
Compare
Choose a tag to compare
  • Improve sharing key generation
  • Remove SHA-256 support for login hashes
  • Fix password change failure
  • Replace logic of reusing key as IV
  • Fix incorrect pointer-to-pointer argument passing that would yield compilation errors on GCC-14

Version 1.5.0

17 May 13:17
d8e9e81
Compare
Choose a tag to compare
  • Add support for URL logging
  • Fix segmentation faults on Mac OS X
  • Fix synchronization issues, which caused empty IDs
  • Fix feature flags file deletion on logout

Version 1.4.0

15 Apr 16:04
f50cc35
Compare
Choose a tag to compare
  • Add support for writing encrypted URLs
  • Add support for feature flags
  • Fix shared folder username

Version 1.3.7

10 Nov 14:17
Compare
Choose a tag to compare
  • Add support for reading encrypted URLs (Tibor Komlossy)
  • Fix GCC 10 compatibility issue #532 (Tibor Komlossy)

Version 1.3.6

04 Sep 12:51
Compare
Choose a tag to compare

Fix version

Version 1.3.5

31 Aug 10:09
cc7c55e
Compare
Choose a tag to compare

Updating certificate hashes (Béla Ormos)

Version 1.3.4

12 Dec 08:53
v1.3.4
cbf7c4a
Compare
Choose a tag to compare
  • Updating post parameters (Gergely Der)

Version 1.3.3

15 Apr 14:28
Compare
Choose a tag to compare
  • Decrease the time for the cli app to do things (Wesley Schwengle)
  • 'blob_load' refactor (Wesley Schwengle)
  • Fixed bug where logout requires login (Wesley Schwengle)
  • Fix non-default PKG_CONFIG_PATH on macOS (Alyssa Ross)

Version 1.3.2

22 Mar 12:03
Compare
Choose a tag to compare
  • Don't require using make (Eli Schwartz)
  • Disable IPv6 support (Wesley Schwengle)
  • Link against Brew Curl on MacOS (Tom Sullivan)
  • Autogenerate versions from git (Wesley Schwengle/Eli Schwartz)
  • Remove memory leak in config_path_for_type (Tom Sullivan)
  • Install bash-completions in PREFIX dir (Wesley Schwengle)
  • Include libgen.h for BSD builds (Tom Sullivan)
  • Create subdirectories when determining config path (Tom Sullivan)
  • Only show basename in usage (William Casarin)
  • Fix segmentation fault on BSD while running make test (Björn Ketelaars)
  • README.md updates:
    • Brew formula installation (Thomas Haggett)
    • Ubuntu Xenial dependencies (Nick Timkovich)
    • Debian stable/testing and Ubuntu dependencies (Wesley Schwengle)

Version 1.3.1

17 May 09:44
Compare
Choose a tag to compare
  • Revert "pins: remove GlobalSign R1/R3 pins" from Robert Copeland
  • Readme update from Wesley Schwengle
  • Add Dockerfile to create a clean build environment from Wesley Schwengle
  • Missing dependencies in readme
  • Added CLion project files to ignore list