Skip to content

Releases: cternes/openkeepass

openkeepass-0.8.1

11 May 19:03
Compare
Choose a tag to compare

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

07 Mar 04:24
Compare
Choose a tag to compare

Added

  • Support of references in entries. See #58

Fixed

  • Java 9 Warning about illegal reflective access. See #57

Removed

  • JCE workaround. JCE is now mandatory in order to work properly.

openkeepass-0.7.0

02 Dec 12:38
Compare
Choose a tag to compare

Added

  • Entry tags are now supported
  • Entry colors are now supported
  • Attachments are now supported

openkeepass-0.6.1

22 Mar 19:54
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with Android. See #48
  • Fixed JCE workaround for Java 8. See #46

openkeepass-0.6.0

05 Sep 08:23
Compare
Choose a tag to compare

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() in GroupZipper
  • GroupBuilder can now add and remove a list of entries
  • Times support in EntryBuilder
  • A lot of refactoring under the hood

Removed

  • getZippper() from KeePassFileBuilder