Skip to content

Commit 2b5144d

Browse files
committed
Version 0.23-alpha.
1 parent 33d2abb commit 2b5144d

File tree

18 files changed

+4664
-3888
lines changed

18 files changed

+4664
-3888
lines changed

platform-windows/json-scada.nsi

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

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

18-
!define VERSION "v.0.22"
19-
!define VERSION_ "0.22.0.0"
18+
!define VERSION "v.0.23"
19+
!define VERSION_ "0.23.0.0"
2020

2121
Function .onInit
2222
System::Call 'keexrnel32::CreateMutexA(i 0, i 0, t "MutexJsonScadaInstall") i .r1 ?e'
@@ -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.3-win-x64.exe"
242+
File /a "..\platform-windows\dotnet-runtime-6.0.4-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.3-win-x64.exe" /install /passive /quiet'
256+
Exec '"$INSTDIR\platform-windows\dotnet-runtime-6.0.4-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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,30 @@ Inkscape+SAGE:
130130

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

133+
Notes for version 0.23:
134+
135+
* Default login credentials: username=admin password=jsonscada.
136+
* MQTT Sparkplug-B: fixed problems decoding signed integers and huge numbers.
137+
* MQTT Sparkplug-B: fixed publishing only to vanilla MQTT topics.
138+
* Display Viewer: fixed errors when calling $W.directComandExec().
139+
* DNP3 Client updated Opendnp3 lib to 3.1.2.
140+
* C# Mongodb drivers updated to 2.15.0.
141+
* Grafana updated to 8.5.3.
142+
* Chromium updated to 101.0.4951.67.
143+
* MongoDB Compass updated to 1.31.2.
144+
* MongoDB Community Server updated to 5.0.8.
145+
* Dotnet runtime updated to 6.0.4.
146+
147+
Requirements and recommendations:
148+
149+
* Windows 10/11 64 bits or Server >=2016, Windows PowerShell. At least 10GB of free space in the "C:" drive.
150+
* Administrative rights. Corporative Windows policies may cause problems with the creation of services and the opening of TCP ports.
151+
* Free TCP ports 27017, 5432, 80, 8080, 3000, 9000. Other ports may be required for optional services and protocols.
152+
* If the server already has MongoDB, PostgreSQL, Grafana, Nginx or another webserver, please uninstall, disable or watch out for possible conflicts.
153+
* Do not update previously installed JSON-SCADA. Please uninstall previous JSON-SCADA versions before installing a new version.
154+
155+
-------------------------------------------------------------------
156+
133157
Notes for version 0.22:
134158

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

0 commit comments

Comments
 (0)