Releases: frankosterfeld/qtkeychain
Releases · frankosterfeld/qtkeychain
0.15.0
- Windows: Increase size of possible payloads (Hannah von Reth vonreth@kde.org)
- KWallet: Increase timeout when opening wallet (David Faure david.faure@kdab.com)
- Haiku: Fix reading passwords (Joshua Goins josh@redstrate.com)
- Add unit tests (Hannah von Reth vonreth@kde.org)
- Windows build fixes (Nerixyz nerixdev@outlook.de)
- Fix translation creation (Christophe Marin christophe@krop.fr)
0.14.3
- Fix Android build for Qt 6.7 (Volker Krause vkrause@kde.org)
0.14.2
- Add support for KWallet 6 (Volker Krause vkrause@kde.org)
0.14.1
- 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
- Many build system fixes and build fixes for recent Qt 6 releases
- Add Qt 6 Android support (Igor Bugaev freedbrt@gmail.com)
- Add QtQuick client example ((Igor Bugaev freedbrt@gmail.com)
- Added Dutch translation (Heimen Stoffels vistausss@fastmail.com)
- Fix potential freezing with Apple keychain (Claudio Cambra developer@claudiocambra.com)
- Add API to check whether a secure backend is available at all (Volker Krause vkrause@kde.org)
0.13.2
- CMake: Deprecate QTKEYCHAIN_STATIC in favor of BUILD_SHARED_LIBS
0.13.1
0.13.0
- Linux: Require libsecret if not explicitly disabled
- Unify implementations for macOS and iOS
- CMake: lots of fixes
0.12.0
- Add Qt 6 support, drop Qt 4 support
- Require C++11
- Add Android support (Mathias Hasselmann)
0.11.1
- Build system fixes