Skip to content

Commit

Permalink
Add entry custom data support
Browse files Browse the repository at this point in the history
This was previously missing and is a supported field in the KDBX format
  • Loading branch information
tobischo committed Apr 14, 2022
1 parent be83a6d commit cb51e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type Entry struct {
AutoType AutoTypeData `xml:"AutoType"`
Histories []History `xml:"History"`
Binaries []BinaryReference `xml:"Binary,omitempty"`
CustomData []CustomData `xml:"CustomData>Item"`
}

// NewEntry return a new entry with time data and uuid set
Expand Down

0 comments on commit cb51e1c

Please sign in to comment.