Releases: guanlisheng/wxsqliteplus
Releases · guanlisheng/wxsqliteplus
v0.4.0 release
What's Changed
- HiDPI adoption by @guanlisheng in #32
- use original bitmap size by @guanlisheng in #33
Full Changelog: v0.3.9...v0.4.0
v0.3.9 release
What's Changed
- reflect file's cipher properly by @guanlisheng in #28
- upgrade wxsqlite3 to v4.9.10 by @guanlisheng in #29
- upgrade wxsqlite3 to v4.9.12 by @guanlisheng in #30
Full Changelog: v0.3.8...v0.3.9
v0.3.8 release
What's Changed
- Cipher auto-detect to support both SQLiteStudio and Database Browser for SQLite (DB4S) by @guanlisheng in #27
Full Changelog: v0.3.7...v0.3.8
v0.3.7 release
What's Changed
- upgrade to wxSQLite3 4.9.8 and switch to cmake by @guanlisheng in #18
- refine to honor dbkey during attaching by @guanlisheng in #19
- support multi cipher (mc) and detect proper cipher auto by @guanlisheng in #20
- open auto detect cipher and SQLCipher as default write by @guanlisheng in #23
- convert into SQLCipher/AES256 by @guanlisheng in #24
- update msvc_2013 build by @guanlisheng in #25
Full Changelog: v0.3.6...v0.3.7
v0.3.6 release
Upgrade to SQLite 3.8.7
v0.3.5 release
- Upgrade to SQLite 3.8.6
- Upgrade to wxWidgets 3.0.2
v0.3.4 release
Updated license
Basic i18n support
v0.3.3 release
Include dozens of math functions like sin, cos, sqrt
v0.3.2 release
Bugfix for wxsqlite3
Socket server removal to avoid panic
v0.3.1 release
Fix socket SetFlags bug
Open a in-memory database when start
Upgrade to SQLite 3.8.5
Upgrade to wxWidgets 3.0.1
Migrate the code to Github.