|
1 | | -## 0.7 (2017-04-08) |
2 | | -* Update sqlitecipher plugin debug name pattern on Mac OS. |
3 | | -* Port test code to iOS. |
4 | | - |
5 | | -## 0.6 (2017-03-20) |
6 | | -* Fix a crash bug compiling with gcc. |
7 | | -* Update sqlite to 3.17.0 |
8 | | -* Update wxSqlite3 to 3.5.2 |
9 | | - |
10 | | -## 0.5 (2016-05-20) |
11 | | -* Copy private Qt sources to this project. |
12 | | - |
13 | | -## 0.4 (2016-05-19) |
14 | | -* Update sqlite to 3.12.2 |
15 | | -* Update wxSqlite3 to 3.3.1 |
16 | | -* Update driver code to Qt 5.6. Now we could support Qt 5.0 to 5.6, but not for 5.7. |
17 | | -* Improve Qt private path settings. |
18 | | -* Add password create, update and remove. **Thanks to @topillar** |
19 | | -* Return false when password is incorrect. |
20 | | - |
21 | | -## 0.3 (2014-09-20) |
22 | | -* Add password paramater to open() function. |
23 | | -* Update sqlite to 3.8.5 |
24 | | -* Update wxSqlite3 to 3.1.0 |
25 | | - |
26 | | -## 0.2 (2013-01-09) |
27 | | -* Update sqlite to 3.7.15.1 |
28 | | -* Support for Qt 5 |
29 | | - |
30 | | -## 0.1 (2012-09-27) |
| 1 | +## 1.0 (2018-07-23) |
| 2 | +* Update wxSQLite3 to 4.0.4 |
| 3 | +* Add Qt private configuration in order to use Qt private headers. |
| 4 | +* Support multiple ciphers, including AES128CBC, AES256CBC, CHACHA20 and SQLCIPHER. |
| 5 | + |
| 6 | +## 0.7 (2017-04-08) |
| 7 | +* Update sqlitecipher plugin debug name pattern on Mac OS. |
| 8 | +* Port test code to iOS. |
| 9 | + |
| 10 | +## 0.6 (2017-03-20) |
| 11 | +* Fix a crash bug compiling with gcc. |
| 12 | +* Update sqlite to 3.17.0 |
| 13 | +* Update wxSqlite3 to 3.5.2 |
| 14 | + |
| 15 | +## 0.5 (2016-05-20) |
| 16 | +* Copy private Qt sources to this project. |
| 17 | + |
| 18 | +## 0.4 (2016-05-19) |
| 19 | +* Update sqlite to 3.12.2 |
| 20 | +* Update wxSqlite3 to 3.3.1 |
| 21 | +* Update driver code to Qt 5.6. Now we could support Qt 5.0 to 5.6, but not for 5.7. |
| 22 | +* Improve Qt private path settings. |
| 23 | +* Add password create, update and remove. **Thanks to @topillar** |
| 24 | +* Return false when password is incorrect. |
| 25 | + |
| 26 | +## 0.3 (2014-09-20) |
| 27 | +* Add password paramater to open() function. |
| 28 | +* Update sqlite to 3.8.5 |
| 29 | +* Update wxSqlite3 to 3.1.0 |
| 30 | + |
| 31 | +## 0.2 (2013-01-09) |
| 32 | +* Update sqlite to 3.7.15.1 |
| 33 | +* Support for Qt 5 |
| 34 | + |
| 35 | +## 0.1 (2012-09-27) |
31 | 36 | * sqlite 3.7.13 |
0 commit comments