Skip to content

Commit a6605eb

Browse files
prepare 0.16.0 release
1 parent 3446f33 commit a6605eb

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16)
22

3-
set(QTKEYCHAIN_VERSION 0.15.99)
3+
set(QTKEYCHAIN_VERSION 0.16.0)
44
set(QTKEYCHAIN_SOVERSION 1)
55

66
project(qtkeychain VERSION ${QTKEYCHAIN_VERSION} LANGUAGES CXX)

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
ChangeLog
22
=========
33

4+
version 0.16.0 (release 2026-02-20)
5+
6+
- Add support for selecting backend via environment variable (Balló György)
7+
- Use default DBus timeout for KWallet check (Nicolas Fella)
8+
- Fix the crash caused by timeout when reading or writing keychain on macOS (yaoxp)
9+
- Fix restore-after-deletion issue by creating QKeychain jobs dynamically (Saif Khalifa)
10+
- Added Swedish translation (Daniel Nylander)
11+
- Added Georgian translation (Ekaterine Papava)
12+
- Fixes for various build/build system issues
13+
414
version 0.15.0 (release 2025-01-16)
515

616
- Windows: Increase size of possible payloads (Hannah von Reth <vonreth@kde.org>)

0 commit comments

Comments
 (0)