Skip to content

Releases: purejava/keepassxc-proxy-access

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

1.0.1 (Hotfix)

27 Jan 17:57
1.0.1
af397bb
Compare
Choose a tag to compare

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

27 Jan 05:59
1.0.0
26098c1
Compare
Choose a tag to compare

⚠️ This release is broken and does not work. Use release 1.0.1 (Hotfix) instead.

What's New

  • keepassxc-proxy-access now communicates asynchronously with KeePassXC

Bugfixes

  • Workaround to circumvent a Qt bug, that kept KeePassXC from bringing up the association dialog properly (#4)

0.0.7

03 Dec 02:33
0.0.7
afdf81d
Compare
Choose a tag to compare

What's new

  • Use Java 16+ native support for Unix Domain Sockets

Maintenance

  • Move to Java 17

0.0.6

03 Oct 07:55
0.0.6
4702a36
Compare
Choose a tag to compare

What's new

  • An improved loginExists checks, whether a login with a different or none password exists

Maintenance

  • Update maven dependencies

0.0.5

11 Sep 12:10
0.0.5
8623695
Compare
Choose a tag to compare

What's new

  • Entries in the KeePassXC database can now be deleted with the delete-entry request (KeePassXC 2.7.0+)

0.0.4

11 Jun 06:21
0.0.4
157e033
Compare
Choose a tag to compare
  • Update maven dependencies
  • Add Javadoc

0.0.3

05 Jun 10:26
0.0.3
8c9f24b
Compare
Choose a tag to compare

What's New

  • Persist credentials using a scheduler
  • Check for already existing KeePassXC database entries
  • Add triggerUnlock functionality

Bugfixes

  • Public keys get changed on every startup - this is mandatory
  • Add handling for message queue including signals

0.0.2

26 Feb 17:13
0.0.2
eb99586
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • Discard local repo for tweetnacl-java