forked from frankosterfeld/qtkeychain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
64 lines (49 loc) · 2.88 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
ChangeLog
=========
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