Releases: purejava/keepassxc-proxy-access
Releases · purejava/keepassxc-proxy-access
1.1.1
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
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)
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.
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
What's new
- Use Java 16+ native support for Unix Domain Sockets
Maintenance
0.0.6
What's new
- An improved
loginExists
checks, whether a login with a different or none password exists
Maintenance
- Update maven dependencies
0.0.5
What's new
- Entries in the KeePassXC database can now be deleted with the
delete-entry
request (KeePassXC 2.7.0+)
0.0.4
- Update maven dependencies
- Add Javadoc
0.0.3
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
- Discard local repo for tweetnacl-java