@@ -22,6 +22,12 @@ <h1>Open source app for casual data exploration in SQL</h1>
2222 < hr width ="100% " size ="2 ">
2323 < h2 > News</ h2 >
2424 < ul >
25+ < li > < b > 2022-03-04</ b > - Version 1.1.0 is released. This version includes < a moz-do-not-send ="true " href =
26+ "https://www.sqlite.org/releaselog/3_38_0.html "> SQLite 3.38</ a > providing improved JSON functionality. New
27+ functions for cryptographic hashes, fuzzy matching, and statistical aggregates from < a moz-do-not-send ="true " href =
28+ "https://github.com/nalgeon/sqlean "> Anton Zhiyanov's sqlean library</ a > are now built-in. Additional SQLite
29+ extensions can be loaded with the < a moz-do-not-send ="true " href =
30+ "https://sqlite.org/lang_corefunc.html#load_extension "> load_extension function</ a > .< br > </ li >
2531 < li > < b > 2021-12-16</ b > - Version 1.0.1 is released. This release adds support for Windows 7 and 8.</ li >
2632 < li > < b > 2021-12-13</ b > - SQL Notebook version 1.0.0 has been released. This is the first stable release. All aspects
2733 of SQL Notebook have been improved compared to version 0.6.0.</ li >
@@ -90,7 +96,7 @@ <h2>Access a rich library of built-in functionality</h2>
9096 < ul class ="tight ">
9197 < li > Full-featured import and export statements: < a href ="import-csv-stmt.html "> < code > IMPORT CSV</ code > </ a > •
9298 < a href ="import-xls-stmt.html "> < code > IMPORT XLS</ code > </ a > • < a moz-do-not-send ="true " href =
93- "import-database-stmt.html "> < tt > IMPORT DATABASE</ tt > </ a > • < a href ="export-csv-stmt.html " moz-do-not-send =
99+ "import-database-stmt.html "> < code > IMPORT DATABASE</ code > </ a > • < a href ="export-csv-stmt.html " moz-do-not-send =
94100 "true "> < code > EXPORT CSV</ code > </ a > • < a href ="export-txt-stmt.html "> < code > EXPORT TXT</ code > </ a > </ li >
95101 < li > Quick functions for reading files: < a href ="list-files-func.html "> < code > LIST_FILES</ code > </ a > • < a href =
96102 "read-csv-func.html "> < code > READ_CSV</ code > </ a > • < a href ="read-file-func.html "> < code > READ_FILE</ code > </ a > •
0 commit comments