You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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