Skip to content

Releases: keemobile/kotpass

0.3.6

14 Feb 19:42
Compare
Choose a tag to compare

Bug fixes

• Take into account binary references from historic entries when clearing unused binaries

0.3.3

07 Jan 11:57
Compare
Choose a tag to compare

Bug fixes

withRecycleBin modifier now takes into account zero UUID’s when checking if recycle bin is available

0.3.0

02 Oct 11:01
Compare
Choose a tag to compare

New features

• Automatically generate new vectors every time database is saved

Bug fixes

• Fixed wrong groups/entries unmarshalling order which resulted in incorrect decryption of protected values
• Padding is no longer added manually when encrypting
• Removed support for Comment header field

0.2.0

29 Sep 21:46
Compare
Choose a tag to compare

New features

• Added support for saving protected values
• Added ProtectInMemory flag support
• Turn off 'pretty printing' for regular encoding of XML content to reduce file size
• Added helper to traverse database

Bug fixes

• Don't generate SHA256 for empty content blocks as it's treated as an error by some clients
• Unified how boolean values are saved as text
• Fixed incorrectly marshalled binary references
• Fixed incorrect Memory Protection flags in Meta
• Fixed wrong tag for DeletedObject

0.1.1

19 Sep 20:19
Compare
Choose a tag to compare

New features

• Added DatabaseElement interface for Group/Entry
• Added search helpers to Group
• Added invoke to BasicFields to shorten usage

0.1.0

07 Aug 15:45
Compare
Choose a tag to compare

Initial release.