Skip to content

Releases: frankosterfeld/qtkeychain

0.16.0

29 Apr 20:10

Choose a tag to compare

  • Add support for selecting backend via environment variable (Balló György)
  • Use default DBus timeout for KWallet check (Nicolas Fella)
  • Fix the crash caused by timeout when reading or writing keychain on macOS (yaoxp)
  • Fix restore-after-deletion issue by creating QKeychain jobs dynamically (Saif Khalifa)
  • Add legacy support for KWallet maps (Marco Martin)
  • Added Swedish translation (Daniel Nylander)
  • Added Georgian translation (Ekaterine Papava)
  • Fixes for various build/build system issues

0.15.0

16 Jan 11:56

Choose a tag to compare

0.14.3

03 May 19:12

Choose a tag to compare

0.14.2

17 Dec 07:54

Choose a tag to compare

0.14.1

01 Jun 14:02

Choose a tag to compare

  • Export QKeychain::isAvailable() to make it usable in a shared build (Volker Krause vkrause@kde.org)
  • Protect against creating the QtKeychain::QtKeychain alias target twice (Volker Krause vkrause@kde.org)

0.14.0

12 May 10:24

Choose a tag to compare

0.13.2

18 Nov 15:35

Choose a tag to compare

  • CMake: Deprecate QTKEYCHAIN_STATIC in favor of BUILD_SHARED_LIBS

0.13.1

08 Nov 09:05

Choose a tag to compare

KWallet: Fix deletion of entries (Issue #199)

0.13.0

07 Nov 09:09

Choose a tag to compare

  • Linux: Require libsecret if not explicitly disabled
  • Unify implementations for macOS and iOS
  • CMake: lots of fixes

0.12.0

18 Jan 10:08

Choose a tag to compare

  • Add Qt 6 support, drop Qt 4 support
  • Require C++11
  • Add Android support (Mathias Hasselmann)