Releases: purejava/keepassxc-cryptomator
Releases · purejava/keepassxc-cryptomator
1.1.3
1.1.2
- Reconnects to KeePassXC in the case the connection was lost (e.g. KeePassXC quit and opened again) on Mac, Linux and Windows
- Introduced timeouts for requests without manual user input
- Includes 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)
- With the
closeConnection()
method it's possible to manually close the connection to the KeePassXC database - The connection handling with the KeePassXC backend has been improved and optimized (robustness and speed)
Note
To use this plugin with vaults intended to be opened with automount, it's not neccessary any more to associate KeePassXC with Cryptomator before enabling automount for a vault.
This might need special treatment on Windows, see #7 (comment)
Special thanks 🏆
My special thanks goes to Cryptomator for sponsoring my work.
1.1.1
- Threads accessing the plugin due to vaults being configured for automount are synchronized
- Corrected path for storing the public keys on Windows
- Corrected error key for received messages
- The source tarball is signed now
Note
In order to use this plugin with vaults intended to be opened with automount, KeePassXC must be associated with Cryptomator before enabling automount for a vault.
1.1.0
- Reconnects to KeePassXC in case connection was lost (e.g. KeePassXC quit and opened again) on Mac and Linux
- When KeePassXC is requested to generate a password, the password can be configured on the fly in PassXC's password generator popup (KeePassXC 2.7.0+)
- Increased robustness in case corrupted message are received (#4)
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.
- Communicate asynchronously with KeePassXC
- Circumvent a Qt bug, that kept KeePassXC from bringing up the association dialog properly (#4)
0.0.4
0.0.3
- Avoid doubled entries in the KeePassXC database in case the password has been changed externally
- Entries in the KeePassXC database can now be deleted with the
delete-entry
request (KeePassXC 2.7.0+) - An info is logged for successfully stored passwords
- Log info instead of throwing a KeychainAccessException