Releases: purejava/kdewallet
Releases · purejava/kdewallet
1.5.1
- Update to dbus-java 5.1.0
- Update maven dependencies
1.5.0
- Update to dbus-java 5.0.0
- Update maven dependencies
1.4.0
- Compatibility to KWallet Framework 6
- Update maven dependencies
- Update github workflow actions
1.3.3
- Update to dbus-java 4.3.1
- Update maven dependencies
1.3.2
- Remove unneeded removing the
SignalHandler
from the connection on shutdown (#3020)
- Update maven dependencies
1.3.1
- Move D-Bus interface
KWallet
to org.purejava.kwallet
to avoid 'split jar' problem
- Update maven dependencies
1.3.0
- Update to dbus-java 4.3.0
- Add module-info.java to avoid 'split jar' problems
- Update maven dependencies
⚠️ The naming of the some packages changed.
1.2.8
- Update to dbus-java 4.2.1
- Update maven dependencies
- Move to Java 19
- Update github actions
1.2.7
- Update to dbus-java 4.1.0
1.2.6
- Fix handling of values gt 63 characters in helper class (#4) - thanks to @KJarek for indicating the problem