Skip to content

Commit

Permalink
chore: release v4.6.21
Browse files Browse the repository at this point in the history
catched some more file errors in mirror logic (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)
  • Loading branch information
Apollon77 committed Jul 28, 2020
1 parent cd1771d commit d931790
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
@@ -1,5 +1,10 @@
The newest change log is in README.md

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

## 4.6.14 (2020-05-19)
* (bluefox) Names for scripts can not have dots anymore. They will be replaced by "_"
* (bluefox) "schedule" name is not allowed for CRON
Expand Down
7 changes: 1 addition & 6 deletions README.md
Expand Up @@ -36,7 +36,7 @@ And then call "npm run build".

## Changelog

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

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

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

## License

The MIT License (MIT)
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
@@ -1,7 +1,7 @@
{
"common": {
"name": "javascript",
"version": "4.6.20",
"version": "4.6.21",
"title": "Script Engine",
"titleLang": {
"en": "Script Engine",
Expand All @@ -22,6 +22,18 @@
"AlCalzone"
],
"news": {
"4.6.21": {
"en": "catched some more file errors in mirror logic (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
"de": "Es wurden weitere Dateifehler in der Spiegellogik festgestellt (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C).",
"ru": "перехватил еще несколько файловых ошибок в зеркальной логике (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
"pt": "detectou mais alguns erros de arquivo na lógica de espelho (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
"nl": "ving nog wat meer bestandsfouten op in spiegellogica (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
"fr": "attrapé d'autres erreurs de fichier dans la logique miroir (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
"it": "rilevato altri errori di file nella logica del mirror (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
"es": "detectó algunos errores de archivo más en la lógica espejo (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
"pl": "wyłapałem więcej błędów plików w logice lustrzanej (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)",
"zh-cn": "在镜像逻辑中捕获了更多文件错误(Sentry IOBROKER-JAVASCRIPT-2X,IOBROKER-JAVASCRIPT-3C)"
},
"4.6.20": {
"en": "make sure userdata objects/states are not overwritten on createState",
"de": "Stellen Sie sicher, dass Benutzerdatenobjekte / -zustände in createState nicht überschrieben werden",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "iobroker.javascript",
"version": "4.6.20",
"version": "4.6.21",
"description": "Javascript/Coffescript Script Engine for ioBroker",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
Expand Down

0 comments on commit d931790

Please sign in to comment.