Skip to content

openkeepass-0.6.0

Compare
Choose a tag to compare
@cternes cternes released this 05 Sep 08:23
· 51 commits to master since this release

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