Skip to content

Commit aaac78c

Browse files
committed
Version 0.25-alpha.
1 parent 4da3d55 commit aaac78c

File tree

6 files changed

+30
-8
lines changed

6 files changed

+30
-8
lines changed

platform-windows/json-scada.nsi

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

1818
;--------------------------------
1919

20-
!define VERSION "v.0.24"
21-
!define VERSION_ "0.24.0.0"
20+
!define VERSION "v.0.25"
21+
!define VERSION_ "0.25.0.0"
2222

2323
Function .onInit
2424
System::Call 'keexrnel32::CreateMutexA(i 0, i 0, t "MutexJsonScadaInstall") i .r1 ?e'
@@ -241,7 +241,7 @@ SetRegView 64
241241
File /a "..\platform-windows\nssm.exe"
242242
File /a "..\platform-windows\sounder.exe"
243243
File /a "..\platform-windows\vc_redist.x64.exe"
244-
File /a "..\platform-windows\dotnet-runtime-6.0.7-win-x64.exe"
244+
File /a "..\platform-windows\dotnet-runtime-6.0.8-win-x64.exe"
245245

246246
; Visual C redist: needed for timescaledb
247247
;ReadRegStr $0 HKLM "SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86" "Major"
@@ -255,7 +255,7 @@ SetRegView 64
255255
Sleep 1000
256256
Exec '"$INSTDIR\platform-windows\vc_redist.x64.exe" /install /passive /quiet'
257257
Sleep 1000
258-
Exec '"$INSTDIR\platform-windows\dotnet-runtime-6.0.7-win-x64.exe" /install /passive /quiet'
258+
Exec '"$INSTDIR\platform-windows\dotnet-runtime-6.0.8-win-x64.exe" /install /passive /quiet'
259259

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

platform-windows/release_notes.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,28 @@ Inkscape+SAGE:
131131

132132
-------------------------------------------------------------------
133133

134+
Notes for version 0.25:
135+
136+
* Default login credentials: username=admin password=jsonscada.
137+
* Npm packages updated.
138+
* Grafana updated to 9.1.2.
139+
* Chromium updated to 105.0.5195.54.
140+
* MongoDB Compass updated to 1.33.0.
141+
* MongoDB Community Server updated to 6.1.0.
142+
* Nodejs reverted to 16.13.2.
143+
* Telegraf runtime updated to 1.23.4.
144+
* Dotnet runtime updated to 6.0.8.
145+
146+
Requirements and recommendations:
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+
134156
Notes for version 0.24:
135157

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

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.24',
7+
VersaoProduto: '0.25',
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.24',
7+
VersaoProduto: '0.25',
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.24',
7+
VersaoProduto: '0.25',
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.24',
7+
VersaoProduto: '0.25',
88

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

0 commit comments

Comments
 (0)