Releases: cternes/openkeepass
Releases · cternes/openkeepass
openkeepass-0.8.1
Fixed
- A decryption error that could happen while using other clients than the official KeePass to manage your KeePass databases. See #61
openkeepass-0.8.0
openkeepass-0.7.0
Added
- Entry tags are now supported
- Entry colors are now supported
- Attachments are now supported
openkeepass-0.6.1
openkeepass-0.6.0
Now with Android support and some improvements under the hood.
Fixed
- Fixed an issue that could bring the password of an entry into illegal state. See #30
- Fixed circular reference that occured when moving an entry multiple times to history. See #33
- Fixed incorrect data check in HashedBlockInputStream. See #34
- Fixed invalid placeholder in CrsAlgorithm. See #38
- Fixed leak of resources. See #41
Changed
- Changed XML library from JAXB to SimpleXML (Android support)
- Changed crypto library from BouncyCastle to SpongyCastle (Android support)
Added
- Contracts between builders and domain objects to support loose coupling
- KeePass files can now be cloned by using
cloneKeePassFile()
inGroupZipper
GroupBuilder
can now add and remove a list of entries- Times support in
EntryBuilder
- A lot of refactoring under the hood
Removed
getZippper()
fromKeePassFileBuilder