File tree Expand file tree Collapse file tree 6 files changed +23
-5
lines changed Expand file tree Collapse file tree 6 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 44
55; NSIS (Nullsoft Scriptable Install System) - http://nsis.sourceforge.net/Main_Page
66
7+ SetCompressor LZMA
8+
79Unicode True
810; RequestExecutionLevel user
911RequestExecutionLevel admin
Original file line number Diff line number Diff line change @@ -120,16 +120,31 @@ Client user interface can be used on:
120120
121121-------------------------------------------------------------------
122122
123- BUILD REQUIREMENTS.
123+ BUILD REQUIREMENTS:
124124
125125See 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
128129Inkscape+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+
133148Notes 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
147163Requirements and recommendations:
148164
Original file line number Diff line number Diff line change 44var Msg =
55{
66NomeProduto : '{json:scada}' ,
7- VersaoProduto : '0.23 ' ,
7+ VersaoProduto : '0.24 ' ,
88
99NomeVisorTelas : 'Display Viewer' ,
1010NomeVisorEventos : 'Events Viewer' ,
Original file line number Diff line number Diff line change 44var Msg =
55{
66NomeProduto : '{json:scada}' ,
7- VersaoProduto : '0.23 ' ,
7+ VersaoProduto : '0.24 ' ,
88
99NomeVisorTelas : 'Visor de Telas' ,
1010NomeVisorEventos : 'Visor de Eventos' ,
Original file line number Diff line number Diff line change 44var Msg =
55{
66NomeProduto : '{json:scada}' ,
7- VersaoProduto : '0.23 ' ,
7+ VersaoProduto : '0.24 ' ,
88
99NomeVisorTelas : 'Перегляд ' ,
1010NomeVisorEventos : 'Події' ,
Original file line number Diff line number Diff line change 44var Msg =
55{
66NomeProduto : '{json:scada}' ,
7- VersaoProduto : '0.23 ' ,
7+ VersaoProduto : '0.24 ' ,
88
99NomeVisorTelas : 'Display Viewer' ,
1010NomeVisorEventos : 'Events Viewer' ,
You can’t perform that action at this time.
0 commit comments