Releases: ansd/lastpass-go
Releases · ansd/lastpass-go
v0.4.0
v0.3.2
v0.3.1
v0.3.0
Features
- Create, update, and delete accounts in shared folders (#43)
- Set fields
LastModifiedGMT
andLastTouch
when reading accounts (#43)
Breaking
Delete()
changed its function parameters: Instead of takingaccountID string
, it now takesaccount *Account
. This allows to easily detect whether the account needs to be deleted from a shared folder (whenaccount.Share
is set).- Behaviour changed when reading from shared folders: When LastPass CLI
fullname
isShared-a/b/c
, the newAccount
fieldShare
will containShared-a
, fieldGroup
will containb
and fieldName
will containc
. Previously, fieldShare
did not exist and the shared folder name was part of fieldGroup
.