Skip to content

Releases: purejava/keepassxc-proxy-access

1.2.5

22 Mar 16:23
1.2.5
3cba3d0
Compare
Choose a tag to compare
  • API changes: new method isDatabaseLocked() to check the connected database. getDatabasehash() returns an Optional now (kudos for the code improvements to @realpixelcode).
  • Update maven dependencies

1.2.4

11 Mar 18:01
1.2.4
5c804c7
Compare
Choose a tag to compare
  • Passkey support: Passkey credentials can now be registered with passkeys-register and request for Passkeys authentication is possible with passkeys-get (KeePassXC 2.7.7+)
  • Update maven dependencies

1.2.3

14 Oct 09:31
1.2.3
11eed56
Compare
Choose a tag to compare

Maintenance

  • Security update json from 20230618 to 20231013
  • Update maven dependencies

1.2.2

15 Apr 08:06
1.2.2
530caaf
Compare
Choose a tag to compare

Maintenance

  • Security update json from 20220924 to 20230227 in #14
  • Update maven dependencies

1.2.1

17 Jan 07:33
1.2.1
6d87333
Compare
Choose a tag to compare

Bugfixes

  • Fix Nonce increment when multiple bytes need changing (#9, kudos to @causalnet)

Maintenance

  • Update maven dependencies

1.2.0

18 Nov 17:18
1.2.0
fe8e5f5
Compare
Choose a tag to compare

What's new

  • Access KeePassXC installed as a snap or a Flatpak package (#5)

Maintenance

  • Update maven dependencies

1.1.3

03 Sep 16:50
1.1.3
5b08512
Compare
Choose a tag to compare

Bugfixes

1.1.2

01 May 17:56
1.1.2
43baf54
Compare
Choose a tag to compare

What's new

  • 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

1.1.1

20 Apr 05:24
1.1.1
35a633f
Compare
Choose a tag to compare

Bugfixes

  • Threads accessing the plugin due to vaults being configured for automount are synchronized
  • Fixed path for storing the public keys on Windows
  • Fixed error key for received messages

Maintenance

  • Update maven dependencies

1.1.0

27 Feb 18:06
1.1.0
07324dc
Compare
Choose a tag to compare

What's new

  • Reconnect to KeePassXC in case the connection was lost (Mac and Linux)
  • The generate-password request uses KeePassXC's password generator popup (KeePassXC 2.7.0+)
  • Increased robustness in case corrupted message are received