Releases: purejava/keepassxc-proxy-access
Releases · purejava/keepassxc-proxy-access
1.2.7
1.2.6
1.2.5
- API changes: new method
isDatabaseLocked()
to check the connected database.getDatabasehash()
returns an Optional now (kudos for the code improvements to @realpixelcode). - Update maven dependencies
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
Bugfixes
- Fixed high CPU usage on Windows (purejava/keepassxc-cryptomator#8)
1.1.2
What's new
- Replaced
RandomAccessFile
withAsynchronousFileChannel
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