Skip to content

1.1.2

Compare
Choose a tag to compare
@purejava purejava released this 01 May 17:56
· 163 commits to develop since this release
1.1.2
43baf54

What's new

  • Replaced RandomAccessFile with AsynchronousFileChannel to fix deadlock problems on Windows
  • Introduced timeouts for requests without manual user input
  • Added a check that is forseen by the KeePassXC messaging protocol: every message that gets returned by KeePassXC has a nonce incremented by 1 (compared to the message sent)
  • Reconnect to KeePassXC in case the connection was lost (Windows)
  • Added a closeConnection() method to manually close the connection to the KeePassXC database

Maintenance

  • Communication on Windows has been turned back to one named pipe to simplify things
  • Reworked and improved the connection handling with the KeePassXC backend