-
Notifications
You must be signed in to change notification settings - Fork 161
/
ChangeLog
117 lines (82 loc) · 4.64 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
ChangeLog
=========
version 0.14.3 (release 2024-05-03)
- Fix Android build for Qt 6.7 (Volker Krause <[email protected]>)
version 0.14.2 (release 2023-12-17)
- Add support for KWallet 6 (Volker Krause <[email protected]>)
version 0.14.1 (release 2023-06-01)
- Export QKeychain::isAvailable() to make it usable in a shared build (Volker Krause <[email protected]>)
- Protect against creating the QtKeychain::QtKeychain alias target twice (Volker Krause <[email protected]>)
version 0.14.0 (release 2023-05-12)
- Add Qt 6 Android support (Igor Bugaev <[email protected]>)
- Add QtQuick client example ((Igor Bugaev <[email protected]>)
- Added Dutch translation (Heimen Stoffels <[email protected]>)
- Fix potential freezing with Apple keychain (Claudio Cambra <[email protected]>)
- Add API to check whether a secure backend is available at all (Volker Krause <[email protected]>)
version 0.13.2 (release 2021-11-18)
- CMake: Deprecate QTKEYCHAIN_STATIC in favor of BUILD_SHARED_LIBS ([email protected])
version 0.13.1 (release 2021-11-08)
- KWallet: Fix deletion of entries (Issue #199)
version 0.13.0 (release 2021-11-07)
- Linux: Require libsecret if not explicitly disabled
- Unify implementations for macOS and iOS
- CMake: lots of fixes
version 0.12.0 (release 2020-12-16)
* Add Qt 6 support, drop Qt 4 support
* Require C++11
* Add Android support (Mathias Hasselmann)
version 0.11.1 (release 2020-09-08)
* Build system fixes
version 0.11.0 (release 2020-09-08)
* Important: Debug builds on Windows now get the "d" suffix
* Various build system fixes
* Add Haiku support (François Revol <[email protected]>)
* Translation: Russian (Alexander Gorishnyak <[email protected]>)
* Translation: Update French (David Geiger <[email protected]>)
version 0.10.0 (release 2019-12-17)
* Detect XFCE desktop correctly. (Sandro Knauß <[email protected]>)
* Windows Use CRED_PERSIST_ENTERPRISE (Olivier Goffart <[email protected]>)
* Windows: Improve CredWrite() error handling (Christian Kamm <[email protected]>)
* Fix build with Qt 5.12.x (Sergey Ilinykh <[email protected]>)
* Fix Qt 4 build (Robert-André Mauchin <[email protected]>)
* Translation: Mandarin (Taiwan) (Poren Chiang <[email protected]>)
* Translation: French (François Revol <[email protected]>)
version 0.9.1 (release 2018-08-20)
* Windows Credential Store: Use CRED_PERSIST_ENTERPRISE (Olivier Goffart <[email protected]>)
* Secret: Don't match the schema name #114 (Christian Kamm <[email protected]>)
* Fix qmake build on Windows (Alexander Gorishnyak <[email protected]>)
version 0.9.0 (release 2018-07-13)
* Fall back on libsecret if kwallet is not available (Christian Kamm <[email protected]>)
* Only require QtLinguist if building translations (Victor Kropp <[email protected]>)
* Fix building on Windows without credential store (Dmitry Ivanov <[email protected]>)
* Fix Qt 4 build (Sandro Knauß <[email protected]>)
* Make build of test application optional (Boris Pek <[email protected]>)
version 0.8.0 (release 2017-04-19)
* Buildsystem improvements (Kristofer Tingdahl <[email protected]>, Hannah von Reth <[email protected]>, Giuseppe D'Angelo <[email protected]>)
* Enable C++11 support for Qt >= 5.7 (Dmitry Ivanov <[email protected]>)
* Doxygen documentation ( Elvis Angelaccio <[email protected]>)
* Libsecret support (Armin Novak <[email protected]>)
* iOS support (Mathias Hasselmann <[email protected]>)
version 0.7.0 (release 2016-05-23)
* Bump SO version due to 0.6 being binary-incompatible to previous releases
version 0.6.2 (release 2016-04-04)
* KWallet: Fixes a crash when storing passwords, seen on Debian/KDE4
version 0.6.1 (release 2016-03-31)
* Fix KWallet not working (regressions in 0.6.0)
version 0.6.0 (release 2016-03-18)
* Added support for the Windows Credential Store
version 0.5.0 (release 2015-05-04)
* Added support for KWallet5 (KDE5/KF)
version 0.4.0 (release 2014-09-01)
* KWallet: Handle case where no wallet exists yet (Liviu Cristian Mirea Ghiban <[email protected]>)
* Improved desktop environment detection at runtime (Daniel Molkentin <[email protected]>)
version 0.3.0 (release 2014-03-13)
* Gnome Keyring supported added (Francois Ferrand <[email protected]>)
* Improved Qt 5 support
* KWallet: Distinguish empty passwords from non-existing entries
* KWallet: Do not use hardcoded wallet name
* German translation (Daniel Molkentin <[email protected]>)
* Romanian translation (Arthur Țițeică <[email protected]>)
version 0.2.0: no official release
version 0.1.0 (release 2013-01-16)
* Initial release