Skip to content

Commit 5a087fd

Browse files
committed
Version 0.22.
1 parent f914d13 commit 5a087fd

File tree

14 files changed

+40
-9
lines changed

14 files changed

+40
-9
lines changed

platform-windows/json-scada.nsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RequestExecutionLevel admin
1515

1616
;--------------------------------
1717

18-
!define VERSION "v.0.21"
19-
!define VERSION_ "0.21.0.0"
18+
!define VERSION "v.0.22"
19+
!define VERSION_ "0.22.0.0"
2020

2121
Function .onInit
2222
System::Call 'keexrnel32::CreateMutexA(i 0, i 0, t "MutexJsonScadaInstall") i .r1 ?e'
@@ -50,7 +50,7 @@ VIProductVersion ${VERSION_}
5050
VIAddVersionKey ProductName "JSON SCADA"
5151
VIAddVersionKey Comments "SCADA IIoT Software"
5252
VIAddVersionKey CompanyName "Ricardo Olsen"
53-
VIAddVersionKey LegalCopyright "Copyright 2020-2021 Ricardo L. Olsen"
53+
VIAddVersionKey LegalCopyright "Copyright 2020-2022 Ricardo L. Olsen"
5454
VIAddVersionKey FileDescription "JSON SCADA Installer"
5555
VIAddVersionKey FileVersion ${VERSION}
5656
VIAddVersionKey ProductVersion ${VERSION}
@@ -239,7 +239,7 @@ SetRegView 64
239239
File /a "..\platform-windows\nssm.exe"
240240
File /a "..\platform-windows\sounder.exe"
241241
File /a "..\platform-windows\vc_redist.x64.exe"
242-
File /a "..\platform-windows\dotnet-runtime-6.0.2-win-x64.exe"
242+
File /a "..\platform-windows\dotnet-runtime-6.0.3-win-x64.exe"
243243

244244
; Visual C redist: needed for timescaledb
245245
;ReadRegStr $0 HKLM "SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86" "Major"
@@ -253,7 +253,7 @@ SetRegView 64
253253
Sleep 1000
254254
Exec '"$INSTDIR\platform-windows\vc_redist.x64.exe" /install /passive /quiet'
255255
Sleep 1000
256-
Exec '"$INSTDIR\platform-windows\dotnet-runtime-6.0.2-win-x64.exe" /install /passive /quiet'
256+
Exec '"$INSTDIR\platform-windows\dotnet-runtime-6.0.3-win-x64.exe" /install /passive /quiet'
257257

258258
SetOutPath $INSTDIR\platform-windows\nodejs-runtime
259259
File /a /r "..\platform-windows\nodejs-runtime\*.*"

platform-windows/release_notes.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,29 @@ Inkscape+SAGE:
130130

131131
-------------------------------------------------------------------
132132

133+
Notes for version 0.22:
134+
135+
* Default login credentials: username=admin password=jsonscada.
136+
* MongoDB Compass updated to 1.31.0.
137+
* Inkscape+SAGE: fixed problem with the object properties menu on previous build.
138+
* Npm packages updated.
139+
* Chromium: updated to 100.0.4896.60.
140+
* Dotnet runtime updated to 6.0.3.
141+
* Grafana updated to 8.4.5.
142+
* Telegraf runtime updated to 1.22.0.
143+
* Nodejs updated to 16.14.2.
144+
* Nginx update to 1.21.6.
145+
146+
Requirements:
147+
148+
* Windows 10/11 64 bits or Server 2016, Windows PowerShell. At least 10GB of free space in the "C:" drive.
149+
* Administrative rights. Corporative Windows policies may cause problems with the creation of services and the opening of TCP ports.
150+
* Free TCP ports 27017, 5432, 80, 8080, 3000, 9000. Other ports may be required for optional services and protocols.
151+
* If the server already has MongoDB, PostgreSQL, Grafana, Nginx or another webserver, please uninstall, disable or watch out for possible conflicts.
152+
* Do not update previously installed JSON-SCADA. Please uninstall previous JSON-SCADA versions before installing a new version.
153+
154+
-------------------------------------------------------------------
155+
133156
Notes for version 0.21:
134157

135158
* Default login credentials: username=admin password=jsonscada.

src/config_server_for_excel/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cs_custom_processor/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cs_data_processor/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/grafana_alert2event/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/htdocs/i18n/messages_i18n-en_us.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var Msg =
55
{
66
NomeProduto: '{json:scada}',
7-
VersaoProduto: '0.21',
7+
VersaoProduto: '0.22',
88

99
NomeVisorTelas: 'Display Viewer',
1010
NomeVisorEventos: 'Events Viewer',

src/htdocs/i18n/messages_i18n-pt_br.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var Msg =
55
{
66
NomeProduto: '{json:scada}',
7-
VersaoProduto: '0.21',
7+
VersaoProduto: '0.22',
88

99
NomeVisorTelas: 'Visor de Telas',
1010
NomeVisorEventos: 'Visor de Eventos',

src/htdocs/i18n/messages_i18n-uk_ua.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var Msg =
55
{
66
NomeProduto: '{json:scada}',
7-
VersaoProduto: '0.21',
7+
VersaoProduto: '0.22',
88

99
NomeVisorTelas: 'Перегляд ',
1010
NomeVisorEventos: 'Події',

src/htdocs/i18n/messages_i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var Msg =
55
{
66
NomeProduto: '{json:scada}',
7-
VersaoProduto: '0.21',
7+
VersaoProduto: '0.22',
88

99
NomeVisorTelas: 'Display Viewer',
1010
NomeVisorEventos: 'Events Viewer',

src/oshmi2json/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/oshmi_sync/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/server_realtime/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/shell-api/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)