Skip to content

Commit d931790

Browse files
committed
chore: release v4.6.21
catched some more file errors in mirror logic (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)
1 parent cd1771d commit d931790

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

CHANGELOG_OLD.md

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

3+
## 4.6.15 (2020-05-23)
4+
* (bluefox) BREAKING: Please check "stopTimeout" blocks in your blockly scripts that the correct timeout name is listed there and correct after the update!
5+
* (paul53) fix "control" blockly node with "delete delay if running"
6+
* (foxriver76) change dependencies with Admin
7+
38
## 4.6.14 (2020-05-19)
49
* (bluefox) Names for scripts can not have dots anymore. They will be replaced by "_"
510
* (bluefox) "schedule" name is not allowed for CRON

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ And then call "npm run build".
3636

3737
## Changelog
3838

39-
### __WORK IN PROGRESS__
39+
### 4.6.21 (2020-07-28)
4040
* (Apollon77) catched some more file errors in mirror logic (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)
4141

4242
### 4.6.20 (2020-07-26)
@@ -61,11 +61,6 @@ And then call "npm run build".
6161
### 4.6.16 (2020-05-24)
6262
* (bluefox) Corrected sendTo and clear delay blocks.
6363

64-
### 4.6.15 (2020-05-23)
65-
* (bluefox) BREAKING: Please check "stopTimeout" blocks in your blockly scripts that the correct timeout name is listed there and correct after the update!
66-
* (paul53) fix "control" blockly node with "delete delay if running"
67-
* (foxriver76) change dependencies with Admin
68-
6964
## License
7065

7166
The MIT License (MIT)

io-package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common": {
33
"name": "javascript",
4-
"version": "4.6.20",
4+
"version": "4.6.21",
55
"title": "Script Engine",
66
"titleLang": {
77
"en": "Script Engine",
@@ -22,6 +22,18 @@
2222
"AlCalzone"
2323
],
2424
"news": {
25+
"4.6.21": {
26+
"en": "catched some more file errors in mirror logic (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
27+
"de": "Es wurden weitere Dateifehler in der Spiegellogik festgestellt (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C).",
28+
"ru": "перехватил еще несколько файловых ошибок в зеркальной логике (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
29+
"pt": "detectou mais alguns erros de arquivo na lógica de espelho (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
30+
"nl": "ving nog wat meer bestandsfouten op in spiegellogica (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
31+
"fr": "attrapé d'autres erreurs de fichier dans la logique miroir (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
32+
"it": "rilevato altri errori di file nella logica del mirror (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
33+
"es": "detectó algunos errores de archivo más en la lógica espejo (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
34+
"pl": "wyłapałem więcej błędów plików w logice lustrzanej (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
35+
"zh-cn": "在镜像逻辑中捕获了更多文件错误(Sentry IOBROKER-JAVASCRIPT-2X,IOBROKER-JAVASCRIPT-3C)"
36+
},
2537
"4.6.20": {
2638
"en": "make sure userdata objects/states are not overwritten on createState",
2739
"de": "Stellen Sie sicher, dass Benutzerdatenobjekte / -zustände in createState nicht überschrieben werden",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.javascript",
3-
"version": "4.6.20",
3+
"version": "4.6.21",
44
"description": "Javascript/Coffescript Script Engine for ioBroker",
55
"author": "bluefox <dogafox@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)