Skip to content

v0.3.0

Compare
Choose a tag to compare
@ansd ansd released this 09 Aug 22:41

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.