Skip to content

Commit a5727d2

Browse files
committed
Version 0.24.
1 parent b91316c commit a5727d2

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

platform-windows/json-scada.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
; NSIS (Nullsoft Scriptable Install System) - http://nsis.sourceforge.net/Main_Page
66

7+
SetCompressor LZMA
8+
79
Unicode True
810
; RequestExecutionLevel user
911
RequestExecutionLevel admin

platform-windows/release_notes.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,31 @@ Client user interface can be used on:
120120

121121
-------------------------------------------------------------------
122122

123-
BUILD REQUIREMENTS.
123+
BUILD REQUIREMENTS:
124124

125125
See official repo:
126126
* https://github.com/riclolsen/json-scada
127+
* https://github.com/riclolsen/json-scada/blob/master/docs/install.md#json-scada-processes---build-and-setup
127128

128129
Inkscape+SAGE:
129130
* See http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2.
130131

131132
-------------------------------------------------------------------
132133

134+
Notes for version 0.24:
135+
136+
* Default login credentials: username=admin password=jsonscada.
137+
* Fixed text types fields on import query of Excel config sheet.
138+
* Npm packages updated.
139+
* Added beep capability to Alarms Viewer.
140+
* Grafana updated to 9.0.5.
141+
* Chromium updated to 103.0.5060.134.
142+
* MongoDB Compass updated to 1.32.5.
143+
* MongoDB Community Server updated to 6.0.0.
144+
* Dotnet runtime updated to 6.0.7.
145+
146+
-------------------------------------------------------------------
147+
133148
Notes for version 0.23:
134149

135150
* Default login credentials: username=admin password=jsonscada.
@@ -143,6 +158,7 @@ Notes for version 0.23:
143158
* MongoDB Compass updated to 1.31.2.
144159
* MongoDB Community Server updated to 5.0.8.
145160
* Dotnet runtime updated to 6.0.4.
161+
* Nodejs updated to 18.7.0.
146162

147163
Requirements and recommendations:
148164

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.23',
7+
VersaoProduto: '0.24',
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.23',
7+
VersaoProduto: '0.24',
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.23',
7+
VersaoProduto: '0.24',
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.23',
7+
VersaoProduto: '0.24',
88

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

0 commit comments

Comments
 (0)