diff --git a/LICENSE b/LICENSE index f89850e..35c893b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2022 Brian Luft +Copyright (c) 2016-2023 Brian Luft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ps1/New-Release.ps1 b/ps1/New-Release.ps1 index 5daad53..e94a515 100644 --- a/ps1/New-Release.ps1 +++ b/ps1/New-Release.ps1 @@ -3,13 +3,13 @@ Set-StrictMode -Version 3 Add-Type -AssemblyName System.IO.Compression Add-Type -AssemblyName System.IO.Compression.FileSystem -$windowsSdkVersion = '10.0.20348.0' +$windowsSdkVersion = '10.0.22000.0' $windowsSdkDir = "C:\Program Files (x86)\Windows Kits\10\Redist\$windowsSdkVersion\ucrt\DLLs\x64" if (-not (Test-Path $windowsSdkDir)) { throw "Windows 10 SDK $windowsSdkVersion not found!" } -$vsRuntimeVersion = '14.31.31103' +$vsRuntimeVersion = '14.34.31931' $vsRuntimeDir = "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\$vsRuntimeVersion\x64\Microsoft.VC143.CRT" if (-not (Test-Path $vsRuntimeDir)) { throw "Visual C++ Redistributable $vsRuntimeVersion not found!" @@ -20,7 +20,7 @@ if (-not (Test-Path $wixDir)) { throw "WiX not found!" } -$signtool = "C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\x64\signtool.exe" +$signtool = "C:\Program Files (x86)\Windows Kits\10\bin\$windowsSdkVersion\x64\signtool.exe" if (-not (Test-Path $signtool)) { throw "Signtool not found!" } @@ -91,6 +91,11 @@ $doneWithFilesXml = $false for ($i = 5; $i -lt $heatLines.Length; $i++) { if ($heatLines[$i].Contains("")) { $doneWithFilesXml = $true + + # heat misses this one + $filesXml += '' + "`r`n" + $filesXml += '' + "`r`n" + $filesXml += '' + "`r`n" } if (-not $doneWithFilesXml) { $filesXml += $heatLines[$i] + "`r`n" diff --git a/src/SqlNotebook.wxs b/src/SqlNotebook.wxs index b9aba7f..b2093d1 100644 --- a/src/SqlNotebook.wxs +++ b/src/SqlNotebook.wxs @@ -1,5 +1,5 @@ - + SQL Notebook
- Copyright (c) 2016-2022 Brian Luft
+ Copyright (c) 2016-2023 Brian Luft

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/src/chocolatey/sqlnotebook.nuspec b/src/chocolatey/sqlnotebook.nuspec index e25260a..c58a781 100644 --- a/src/chocolatey/sqlnotebook.nuspec +++ b/src/chocolatey/sqlnotebook.nuspec @@ -12,7 +12,7 @@ Casual data exploration in SQL. https://sqlnotebook.com sql sqlite mysql postgresql sql server mssql csv xls excel admin - Copyright (C) 2016-2022 Brian Luft + Copyright (C) 2016-2023 Brian Luft https://github.com/electroly/sqlnotebook/blob/master/LICENSE false Open source app for casual data exploration in SQL
+ "scale gray-border" moz-do-not-send="true" alt="" name="index-screenshot" width="475" height="432" border= + "0">


News

    +
  • 2023-01-07 - Version 1.2.1 is released. This minor release fixes several user reported bugs. + SQLite 3.40.1 is now included, + adding RIGHT JOIN and FULL OUTER JOIN support to SQL Notebook.
  • 2022-05-07 - Version 1.2.0 is released. Choosing column types during CSV/XLS import has been improved with optional auto-detection and the ability to change types for multiple selected columns at once. Non-public schemas in PostgreSQL can now be imported.
  • @@ -37,7 +40,7 @@

    News

+ "scale gray-border" width="300" height="231" border="0">

Easily import and export data

CSV and Excel files can be imported into the notebook as local tables. A graphical import wizard and @@ -62,7 +65,7 @@

Run quick queries or write sophisticated scripts

backtick or tilde key). It collapses to a tab at the bottom of the window. Console results are not saved.

+ "scale gray-border" width="300" height="253" border="0">

Use familiar programming constructs

Users with prior SQL or other programming language experience will feel right at home in SQL Notebook. The diff --git a/web/page.template.html b/web/page.template.html index 64b9d6b..6d77e9b 100644 --- a/web/page.template.html +++ b/web/page.template.html @@ -34,7 +34,7 @@