Skip to content

Releases: tobischo/gokeepasslib

v3.6.0

19 Apr 17:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.3...v3.6.0

v3.5.3

17 Jan 20:28
Compare
Choose a tag to compare
  • Updated golang.org/x/crypto
  • Replaced github.com/aead/argon2 with github.com/tobischo/argon2

v3.5.1

14 Apr 05:44
Compare
Choose a tag to compare
  • Update golang.org/x/crypto to v0.8.0
  • Update golang.org/x/sys to v0.7.0

v3.5.0

09 Jan 17:49
725a282
Compare
Choose a tag to compare
  • Add support for Cloning Group and Entry

v3.4.1

25 Jun 10:22
ba9a5b3
Compare
Choose a tag to compare
  • Fix key file support to actually deal with the different supported key file types

v3.4.0

13 Jun 19:55
2872272
Compare
Choose a tag to compare
  • Fix binary referencing after remove
  • Add binary garbage collections if all references have been removed

v3.3.0

27 May 08:26
2ba2486
Compare
Choose a tag to compare
  • Add database AddBinary and FindBinary functions

v3.2.5

14 Apr 06:28
f558d19
Compare
Choose a tag to compare

Entries posess a field called CustomData which can have multiple items.
In order to properly support this it needs to be part of the format definition to be properly de-, and encoded

v3.2.4

07 Nov 16:41
282d7a8
Compare
Choose a tag to compare
  • Add support for handling protected value unlocking with Entry or Group being loaded first from XML
  • Initialize fresh UUIDs on unmarshal in case they are missing

Add precast GetContent funcs for binary

26 Sep 18:51
Compare
Choose a tag to compare
  • Adds (*Binary).GetContentString() (string, error) and (*Binary).GetContentBytes() ([]byte, error) funcs
  • Deprecates (*Binary).GetContent() (string, error)
  • Also adds CustomIcon support on Group level