Skip to content

Releases: purejava/keepassxc-cryptomator

1.2.5

22 Mar 16:32
1.2.5
fb30be0
Compare
Choose a tag to compare

Downloads

  • The keepassxc-proxy-access API has been improved: the new method isDatabaseLocked() allows checking precisely that, getDatabasehash() returns an Optional now (kudos for the code improvements to @realpixelcode).

1.2.4

12 Mar 05:25
1.2.4
44f80b5
Compare
Choose a tag to compare

Downloads

  • New Passkey requests: Passkey credentials can now be registered with passkeys-register and request for Passkeys authentication is possible with passkeys-get (KeePassXC 2.7.7+)

1.2.3

14 Oct 10:40
1.2.3
7d81fe7
Compare
Choose a tag to compare

Downloads

  • Security update json from 20230618 to 20231013

1.2.2

15 Apr 08:29
1.2.2
8c04c70
Compare
Choose a tag to compare

Downloads

1.2.1

19 Jan 18:53
1.2.1
16dde85
Compare
Choose a tag to compare

Downloads

  • Fix increment of the randomly generated cryptography element nonce in all cases (#9, kudos to @causalnet)

1.2.0

19 Jan 18:09
1.2.0
639e1df
Compare
Choose a tag to compare

Downloads

  • The plugin is now able to connect to KeePassXC installed as a snap or a Flatpak package (#5)

1.1.3

03 Sep 17:29
1.1.3
12baf5f
Compare
Choose a tag to compare

Downloads

  • Fixed high CPU usage on Windows (#8)

1.1.2

02 May 04:12
1.1.2
7f7d4f9
Compare
Choose a tag to compare

Downloads

  • 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

20 Apr 10:33
1.1.1
2211251
Compare
Choose a tag to compare

Downloads

  • 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

27 Feb 18:17
1.1.0
bfd0264
Compare
Choose a tag to compare

Downloads

  • 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)