Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Releases: purejava/kdewallet

1.2.6

17 Jan 06:13
1.2.6
3a47904

Choose a tag to compare

  • Fix handling of values gt 63 characters in helper class (#4) - thanks to @KJarek for indicating the problem

1.2.5

01 Jan 12:58
1.2.5
c43f60e

Choose a tag to compare

  • Depend on dbus-java 4.4.0 with native-unixsocket and hence use Java 16+ native support for Unix Domain Sockets
  • Update maven dependencies

1.2.4

30 Oct 06:50
1.2.4
8bd8bf4

Choose a tag to compare

  • Code improvements
  • Handle null returned by MessageHandler.send (#2) - thanks to @overheadhunter for indicating the problem
  • Move to Java 17
  • Update maven dependencies

1.2.3

04 Jul 05:55
1.2.3
94181e9

Choose a tag to compare

1.2.2

27 Apr 05:55
1.2.2
935095e

Choose a tag to compare

  • Introduce new walletClosedId signal

1.2.1

15 Apr 17:42
1.2.1
d9c5887

Choose a tag to compare

  • Update maven dependencies
  • Move to Java 11
  • Depend on dbus-java 3.3.0: DBusConnection.getConnection(DBusBusType _bustype) will no longer throw RuntimeException but DBusConnectionException if something went wrong establishing DBus connection (#128)

1.2.0

15 Nov 13:18
1.2.0
695439b

Choose a tag to compare

  • Complete re-design of the SignalHandler to handle signals asynchronously and make it more robust against timed out D-Bus calls
  • Improve log messages

1.1.1

06 Oct 19:18
1.1.1
31ba8ab

Choose a tag to compare

  • Improve log messages
  • Fix availability check for kwallet deamon

1.1.0

12 Sep 06:12
1.1.0
e814f9b

Choose a tag to compare

  • Introduce three new methods that return all "entries" in a folder
  • Adopt MessageHandler improvements from secret-service 1.1.0 (#1)

1.0.1

09 Aug 09:08
1.0.1
036efad

Choose a tag to compare

  • Depend on dbus-java 3.2.3, that fixes issues when dealing with multiple signals of the same name but different signatures (#110)