Releases: purejava/keepassxc-cryptomator
Releases · purejava/keepassxc-cryptomator
1.2.5
- The
keepassxc-proxy-access
API has been improved: the new methodisDatabaseLocked()
allows checking precisely that,getDatabasehash()
returns an Optional now (kudos for the code improvements to @realpixelcode).
1.2.4
1.2.3
1.2.2
- Security update json from 20220924 to 20230227 in purejava/keepassxc-proxy-access#14
1.2.1
- Fix increment of the randomly generated cryptography element nonce in all cases (#9, kudos to @causalnet)
1.2.0
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)