Skip to content

Releases: ansd/lastpass-go

v0.4.0

18 Sep 14:27
Compare
Choose a tag to compare

Features

v0.3.2

18 Apr 10:07
825ee68
Compare
Choose a tag to compare

Bug Fixes

  • Support login for accounts without sharing RSA key (#52)

v0.3.1

19 Sep 16:42
Compare
Choose a tag to compare

Bug Fixes

  • Support password iterations != 100100 (#44)

v0.3.0

09 Aug 22:41
Compare
Choose a tag to compare

Features

  • Create, update, and delete accounts in shared folders (#43)
  • Set fields LastModifiedGMT and LastTouch when reading accounts (#43)

Breaking

  • Delete() changed its function parameters: Instead of taking accountID string, it now takes account *Account. This allows to easily detect whether the account needs to be deleted from a shared folder (when account.Share is set).
  • Behaviour changed when reading from shared folders: When LastPass CLI fullname is Shared-a/b/c, the new Account field Share will contain Shared-a, field Group will contain b and field Name will contain c. Previously, field Share did not exist and the shared folder name was part of field Group.

v0.2.0

23 Apr 16:01
Compare
Choose a tag to compare

Features

  • Add "trust" feature: after first successful login with two-factor authentication, the second factor can be skipped

v0.1.1

08 Jan 12:15
Compare
Choose a tag to compare
  • Bump dependencies