Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Nov 5, 2023
1 parent 77dd511 commit d862606
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/windows-7.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>System Requirements for Windows 7</h1>
"https://support.microsoft.com/en-us/windows/install-windows-7-service-pack-1-sp1-b3da2c0f-cdb6-0572-8596-bab972897f61">
Installation instructions</a></li>
<li>Windows Update KB3063858 - Download the updater for <a moz-do-not-send="true" href=
"https://www.microsoft.com/en-us/download/details.aspx?id=47442">64-bit</a> &bull; <a moz-do-not-send="true" href=
"https://www.microsoft.com/en-us/download/details.aspx?id=47442">64-bit</a> <a moz-do-not-send="true" href=
"https://www.microsoft.com/en-us/download/details.aspx?id=47409">32-bit</a><br></li>
</ul>If the SQL Notebook window does not appear when you launch the application, make sure that you have KB2533623
installed. Click the link above to download and install the update, then try launching SQL Notebook again.<br>
Expand Down
2 changes: 1 addition & 1 deletion src/SqlNotebook.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<?define ProductVersion = "1.2.1"?>
<?define ProductVersion = "1.2.2"?>
<?define ProductUpgradeCode = "1E7BF0C5-FEDF-4702-A504-6E32A7C86BA4"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product
Expand Down
2 changes: 1 addition & 1 deletion src/SqlNotebook/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
[assembly: AssemblyVersion("1.0.0.0")]

// this is Application.ProductVersion
[assembly: AssemblyFileVersion("1.2.1")]
[assembly: AssemblyFileVersion("1.2.2")]
4 changes: 4 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ <h1>Open source app for casual data exploration in SQL</h1>
<hr width="100%" size="2">
<h2>News</h2>
<ul>
<li><b>2023-11-05</b> - Version 1.2.2 is released. A build for 32-bit Windows computers has been added.
<a moz-do-not-send="true" href="https://sqlite.org/releaselog/3_44_0.html">SQLite 3.44.0</a> adds new features
including support for <tt>ORDER BY</tt> clauses after the last parameter in aggregate functions like the new SQL
Server-compatible <tt>STRING_AGG</tt>.<br></li>
<li><b>2023-01-07</b> - Version 1.2.1 is released. This minor release fixes several user reported bugs.
<a moz-do-not-send="true" href="https://sqlite.org/releaselog/3_40_1.html">SQLite 3.40.1</a> is now included,
adding <code>RIGHT</code> <code>JOIN</code> and <code>FULL OUTER JOIN</code> support to SQL Notebook.<br></li>
Expand Down

0 comments on commit d862606

Please sign in to comment.