Releases: lastpass/lastpass-cli
Releases · lastpass/lastpass-cli
Version 1.6.1
- Fixed a bug that prevented groups from being added to shared folders whenever any of the users did not have a public key.
Version 1.6.0
- 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
- 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
- Add support for writing encrypted URLs
- Add support for feature flags
- Fix shared folder username
Version 1.3.7
- Add support for reading encrypted URLs (Tibor Komlossy)
- Fix GCC 10 compatibility issue #532 (Tibor Komlossy)
Version 1.3.6
Fix version
Version 1.3.5
Updating certificate hashes (Béla Ormos)
Version 1.3.4
- Updating post parameters (Gergely Der)
Version 1.3.3
- 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
- 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)