Releases: purejava/keepassxc-proxy-access
Releases · purejava/keepassxc-proxy-access
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
1.1.1
1.1.0
1.0.1 (Hotfix)
This is a hotfix release for 1.0.0. See release notes of 1.0.0 for all the changes that you may have missed.
Bugfixes
- Revert 944edf2 as it broke the functionality
1.0.0
⚠️ This release is broken and does not work. Use release 1.0.1 (Hotfix) instead.
What's New
- keepassxc-proxy-access now communicates asynchronously with KeePassXC
Bugfixes
- Workaround to circumvent a Qt bug, that kept KeePassXC from bringing up the association dialog properly (#4)