File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16 )
22
3- set (QTKEYCHAIN_VERSION 0.16.99 )
3+ set (QTKEYCHAIN_VERSION 0.17.0 )
44set (QTKEYCHAIN_SOVERSION 1)
55
66project (qtkeychain VERSION ${QTKEYCHAIN_VERSION} LANGUAGES CXX )
Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ version 0.17.0 (release 2026-07-06)
5+
6+ - Windows: Do not ignore "service" when storing data. **Note: This is a breaking change**. qtkeychain will fail to read
7+ secrets previously stored. Use -DUSE_COMPAT_NAMING_SCHEME=ON to force old behavior. (akallabeth)
8+ - Android: Support payloads > 256kb
9+ - Add wasm backend (Nils Schimmelmann)
10+ - CMake: Assume Qt 6 by default; pass -DBUILD_WITH_QT5=ON to use Qt 5.
11+
412version 0.16.0 (release 2026-04-29)
513
614 - Add support for selecting backend via environment variable (Balló György)
You can’t perform that action at this time.
0 commit comments