Skip to content

Commit 8094f61

Browse files
committed
chore: release v4.6.19
Prevent wrong errors when setting "null" values for states Prevent potential crash when no typings could be found (Sentry IOBROKER-JAVASCRIPT-2T) catch an error in mirroring functionality( Sentry IOBROKER-JAVASCRIPT-2V) make sure names are handled correctly if they are not strings (Sentry IOBROKER-JAVASCRIPT-2Y) make sure invalid schedules can not crash adapter (Sentry IOBROKER-JAVASCRIPT-31) (Apollon77/paul53) Allow "deleteState" with full javascript.X object I dagain (from same instance only) Revert changes for sync getState, because "on change" detection is broken Several issues with Typescript, Typings and virtual-tsc optimized and fixed Store JS in browser cache by enabling serviceWorkers prevent multiple script restarts on fast file content change for mirroring or fast object changes
1 parent a37998c commit 8094f61

File tree

4 files changed

+343
-333
lines changed

4 files changed

+343
-333
lines changed

CHANGELOG_OLD.md

Lines changed: 247 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,252 @@
11
The newest change log is in README.md
22

3+
## 4.6.13 (2020-05-19)
4+
* (bluefox) Fixed blockly blocks because of deprecated functions
5+
* (bluefox) Corrected schedule wizard
6+
* (AlCazone) Update monaco editor
7+
8+
## 4.6.4 (2020-05-15)
9+
* (bluefox) Corrected block: request, exec
10+
11+
## 4.6.1 (2020-05-11)
12+
* (bluefox) Updated blockly to 3.20200402.1
13+
* (bluefox) Added to blockly the switch/case block.
14+
* (Mic-M) fix log crash
15+
* (Apollon77) Add new Sentry key and exclude user script exceptions
16+
* (Garfonso) Several fixes and optimizations for Mirroring functionality
17+
* (Apollon77) add support for 0_userdata.0 to createState and deleteState
18+
19+
## 4.5.1 (2020-04-17)
20+
* (Apollon77) Nodejs 10 is new minimum Version!
21+
* (Apollon77) Add Sentry for use in js-controller 3.0 and React component
22+
* (Apollon77) prevent warnings with js-controller 3.0
23+
* (Garfonso) fix enum object cache handling
24+
* (bluefox/Apollon77) enhance existsState
25+
26+
## 4.4.3 (2020-03-03)
27+
* (klein0r) Added JSONata for Object conversion
28+
29+
## 4.4.2 (2020-02-10)
30+
* (Apollon77) Fix Astro functions and error message
31+
* (Apollon77) usage with all kinds of admin ports and reverse proxies optimized
32+
33+
## 4.4.0 (2020-02-08)
34+
* (Apollon77) Add new socket.io client library to prevent errors
35+
36+
## 4.3.8 (2020-02-07)
37+
* (bluefox) Fixed the authentication error detection
38+
39+
## 4.3.7 (2020-01-26)
40+
* (bluefox) Made adapter compatible with js-controller >= 2.2.x
41+
42+
## 4.3.5 (2020-01-26)
43+
* (bluefox) fixed the load of zip files if more than one host
44+
45+
## 4.3.4 (2019-10-28)
46+
* (bluefox) Values are showed in select ID dialog
47+
* (bluefox) Allow select with $ the schedule objects
48+
49+
## 4.3.3 (2019-10-28)
50+
* (bluefox) Search in scripts was corrected
51+
52+
## 4.3.2 (2019-10-27)
53+
* (AlCalzone) Fix syntax help for Node.js runtime methods (#418)
54+
* (AlCalzone) Target ES 2017 in TypeScript (#419)
55+
* (AlCalzone) Automatically load declarations for 3rd party modules (#422)
56+
* (bluefox) Functions with non latin text are working now
57+
58+
## 4.3.1 (2019-10-16)
59+
* (bluefox) Fixed login with non-admin user
60+
* (bluefox) fixed log
61+
* (bluefox) Some GUI fixes
62+
63+
## 4.3.0 (2019-10-09)
64+
* (bluefox) log handlers were implemented
65+
* (bluefox) fixed the error with $ selector and with disabled subscribes
66+
67+
## 4.2.1 (2019-10-07)
68+
* (bluefox) implement inter-script communication.
69+
* (bluefox) Implemented the mirroring on disk
70+
* (bluefox) Translation for other languages was added
71+
72+
## 4.1.16 (2019-08-24)
73+
* (bluefox) Fixed the errors in editor
74+
75+
## 4.1.15 (2019-08-24)
76+
* (bluefox) Added the polish language to CRON
77+
* (bluefox) Fixed the import of scripts
78+
79+
## 4.1.14 (2019-07-14)
80+
* (bluefox) Fixed locale settings
81+
82+
## 4.1.13 (2019-06-02)
83+
* (bluefox) fixed Monaco Loading
84+
* (bluefox) added missing blockly element
85+
* (AlCalzone) Improved the warning message when assigning a variable of wrong type to a state
86+
* (thewhobox) Added selector blockly, language strings, regexp
87+
* (thewhobox) Fixed Blockly bug
88+
* (paul53) fixed for suncalc.getTimes between middle night and nadir
89+
90+
## 4.1.12 (2019-03-07)
91+
* (bluefox) Schedule was corrected
92+
93+
## 4.1.8 (2019-02-03)
94+
* (jkuehner) Updated the blockly to the latest code
95+
* (bleufox) scriptEnabled variables not only for experts
96+
* (bleufox) fixed one error with "cannot extract blockly"
97+
* (bluefox) GUI fixes
98+
* (bluefox) show problem scripts as yellow pause icon
99+
100+
## 4.0.12 (2019-01-20)
101+
* (Apollon77/AlCalzone) fixes unwanted changes in last version
102+
* (SchumyHao) Add Chinese support
103+
104+
## 4.0.11 (2019-01-14)
105+
* (bluefox) add set/getBinaryState
106+
107+
## 3.7.0 (2018-05-05)
108+
* (bluefox) Used VM2 as sandbox. The script errors will be caught.
109+
* (bluefox) refactoring: split into many modules
110+
* (AlCalzone) Change TypeScript version range to include TS 3.0+
111+
112+
## 3.6.5 (2019-02-13)
113+
* (bluefox) Error with formatDate was fixed
114+
115+
## 3.6.4 (2018-02-05)
116+
* (bluefox) Pattern error is fixed
117+
118+
## 3.6.3 (2018-01-31)
119+
* (bluefox) Fixing the CSS for CRON dialog
120+
* (bluefox) Fixing the reorder of scripts
121+
122+
## 3.6.1 (2018-01-23)
123+
* (bluefox) Pattern error is fixed
124+
125+
## 3.6.0 (2017-12-28)
126+
* (bluefox) more translations are added
127+
* (bluefox) update blockly engine
128+
129+
## 3.5.1 (2017-11-14)
130+
* (bluefox) fixed: sometimes MSG is not defined
131+
* (AlCalzone) TypeScript support (preparations)
132+
* (bluefox) add sendToHost call
133+
* (bluefox) protect exec call
134+
* (bluefox) add getStateDelayed function
135+
136+
## 3.4.4 (2017-09-12)
137+
* (soef) typo error in line number correction fixed
138+
139+
## 3.4.1 (2017-08-12)
140+
* (soef) patternMatching optimized
141+
142+
## 3.4.0 (2017-08-06)
143+
* (bluefox) Support of new admin
144+
145+
## 3.3.12 (2017-07-24)
146+
* (bluefox) file and line info added to log outputs
147+
148+
## 3.3.11 (2017-07-18)
149+
* (bluefox) fix build CRON block
150+
151+
## 3.3.9 (2017-06-18)
152+
* (bluefox) Add the toggle blockly block
153+
154+
## 3.3.8 (2017-05-22)
155+
* (Apollon77/bluefox) Accept for subscribes arrays of IDs
156+
157+
## 3.3.6 (2017-05-17)
158+
* (bluefox) add the genitive month for formatDate
159+
160+
## 3.3.4 (2017-04-01)
161+
* (bluefox) Catch error by request if host unavailable
162+
* (bluefox) add "request" to script namespace
163+
164+
## 3.3.3 (2017-03-27)
165+
* (bluefox)Fix stopScript
166+
167+
## 3.3.2 (2017-03-18)
168+
* (bluefox) Support of system coordinates
169+
170+
## 3.3.1 (2017-03-15)
171+
* (bluefox) fix error if no scripts exists
172+
173+
## 3.3.0 (2017-03-14)
174+
* (bluefox) all callbacks in try/catch
175+
176+
## 3.2.8 (2017-03-08)
177+
* (bluefox) Translations
178+
179+
## 3.2.7 (2017-03-03)
180+
* (bluefox) allow creation of states for other javascript instances
181+
182+
## 3.2.6 (2017-02-14)
183+
* (bluefox) Fix import of scripts
184+
* (bluefox) Ask to save before start the script
185+
186+
## 3.2.5 (2017-01-23)
187+
* (bluefox) Extend compareTime function with astro features
188+
189+
## 3.2.4 (2017-01-13)
190+
* (bluefox) fix stopScript
191+
192+
## 3.2.3 (2017-01-05)
193+
* (bluefox) Try to fix error with sayit
194+
195+
## 3.2.2 (2016-12-17)
196+
* (bluefox) Allow with stopScript() to stop itself
197+
198+
## 3.2.1 (2016-11-24)
199+
* (bluefox) Fix error with subscribe for only required states
200+
201+
## 3.2.0 (2016-11-14)
202+
* (bluefox) Fix error with of blocks in adapters
203+
* (bluefox) Support of subscribe for only required states
204+
* (bluefox) add delFile
205+
* (bluefox) fix error with names
206+
207+
## 3.1.0 (2016-10-12)
208+
* (bluefox) Support of blocks in adapters
209+
* (bluefox) Move sendTo blocks into adapters
210+
211+
## 3.0.10 (2016-09-30)
212+
* (bluefox) New blocks: compare time, write state
213+
* (bluefox) Documentation
214+
215+
## 3.0.9 (2016-09-20)
216+
* (bluefox) Bugfixing of blockly
217+
218+
## 3.0.7 (2016-09-09)
219+
* (bluefox) add ack for trigger in blockly
220+
* (bluefox) add block to get info about trigger
221+
* (bluefox) start description of blockly
222+
* (bluefox) add runScript functions
223+
* (bluefox) disable zoom on wheel in blockly
224+
* (bluefox) fix block: time compare
225+
226+
## 3.0.6 (2016-09-07)
227+
* (bluefox) add extendObject function
228+
* (bluefox) add custom sendTo block
229+
* (bluefox) add multiple trigger block
230+
231+
## 3.0.5 (2016-09-03)
232+
* (bluefox) Fix sendTo blocks
233+
234+
## 3.0.4 (2016-09-01)
235+
* (bluefox) Support of convert day of week into text in blockly
236+
237+
## 3.0.3 (2016-08-29)
238+
* (bluefox) Fixed the convert date block
239+
240+
## 3.0.2 (2016-08-28)
241+
* (bluefox) Change name of sandbox debug variable
242+
243+
## 3.0.1 (2016-08-27)
244+
* (bluefox) Fix disabling of script
245+
246+
## 3.0.0 (2016-08-27)
247+
* (bluefox) Beta Release with Blockly
248+
249+
3250
### 2.3.4 (2016-08-24)
4251
* (bluefox) fix sayIt Block
5252

0 commit comments

Comments
 (0)