Skip to content

Commit

Permalink
chore: release v5.4.4
Browse files Browse the repository at this point in the history
* (Apollon77) Fix existsState and existsObject
  • Loading branch information
Apollon77 committed Mar 20, 2022
1 parent 7625c3f commit aae960e
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 27 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
@@ -1,4 +1,7 @@
The newest change log is in README.md
## 5.3.3 (2022-03-06)
* (bluefox) Added async functions: createStateAsync, deleteStateAsync

## 5.3.2 (2022-03-06)
* (Apollon77) fix problem that scripts were not starting when scriptsEnabled State was triggered (or startScript was used)
* (Apollon77) Make sure callbacks on startScript/stopScript work and Async variants also resolve
Expand Down
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -38,8 +38,7 @@ And then call `npm run build`.
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__
### 5.4.4 (2022-03-20)
* (Apollon77) Fix existsState and existsObject

### 5.4.3 (2022-03-17)
Expand All @@ -59,9 +58,6 @@ And then call `npm run build`.
* (Apollon77) Fix state name handing
* (Apollon77) Fix potential crash cases reported by Sentry

### 5.3.3 (2022-03-06)
* (bluefox) Added async functions: createStateAsync, deleteStateAsync

## License
The MIT License (MIT)

Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
@@ -1,8 +1,8 @@
{
"files": {
"main.css": "/static/css/main.5b5813ce.chunk.css",
"main.js": "/static/js/main.c950c786.chunk.js",
"main.js.map": "/static/js/main.c950c786.chunk.js.map",
"main.js": "/static/js/main.545730b9.chunk.js",
"main.js.map": "/static/js/main.545730b9.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.02a8da94.js",
"runtime-main.js.map": "/static/js/runtime-main.02a8da94.js.map",
"static/css/2.a442f2b4.chunk.css": "/static/css/2.a442f2b4.chunk.css",
Expand All @@ -19,6 +19,6 @@
"static/css/2.a442f2b4.chunk.css",
"static/js/2.26654149.chunk.js",
"static/css/main.5b5813ce.chunk.css",
"static/js/main.c950c786.chunk.js"
"static/js/main.545730b9.chunk.js"
]
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/tab.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions io-package.json
Expand Up @@ -20,8 +20,20 @@
"Apollon77 <iobroker@fischer-ka.de>",
"AlCalzone"
],
"version": "5.4.3",
"version": "5.4.4",
"news": {
"5.4.4": {
"en": "Fix existsState and existsObject",
"de": "ExistiertState und ExistiertObjekt korrigiert",
"ru": "Исправление existsState и existsObject",
"pt": "Correção de existState e existObject",
"nl": "Bestaande Staat en ExistObject repareren",
"fr": "Correction de l'état de l'état et de l'objet de l'existence",
"it": "Risolto il problema esiste Stato ed Esiste Oggetto",
"es": "Repara existState y existeObject",
"pl": "Napraw stan istnieje i istniejeObject",
"zh-cn": "修复 existsState 和 existsObject"
},
"5.4.3": {
"en": "Fix handling of month schedules with given date list\nOptimize scheduling to make sure to not miss triggers if callbacks would need too long",
"de": "Behandlung von Monatsplänen mit gegebener Datumsliste korrigiert\nOptimieren Sie die Planung, um sicherzustellen, dass Sie keine Trigger verpassen, wenn Rückrufe zu lange dauern würden",
Expand Down Expand Up @@ -93,18 +105,6 @@
"es": "solucionar el problema de que los scripts no se iniciaban cuando se activaba scriptsEnabled State (o se usaba startScript)\nAsegúrese de que las devoluciones de llamada en startScript/stopScript funcionen y las variantes asíncronas también se resuelvan\nAsegúrese de que startScriptAsync, stopScriptAsync y runScriptAsync también se resuelvan en modo de depuración.",
"pl": "naprawienie problemu polegającego na tym, że skrypty nie uruchamiały się po wywołaniu scriptsEnabled State (lub użyciu startScript)\nUpewnij się, że wywołania zwrotne w startScript/stopScript działają, a warianty Async również się rozwiązują\nUpewnij się, że startScriptAsync, stopScriptAsync i runScriptAsync są również rozwiązywane w trybie debugowania",
"zh-cn": "修复触发scriptsEnabled状态(或使用startScript)时脚本未启动的问题\n确保 startScript/stopScript 上的回调正常工作并且异步变体也可以解决\n确保 startScriptAsync、stopScriptAsync 和 runScriptAsync 也在调试模式下解析"
},
"5.3.1": {
"en": "Add missing callback check in setObject",
"de": "Fehlende Callback-Prüfung in setObject hinzugefügt",
"ru": "Добавить отсутствующую проверку обратного вызова в setObject",
"pt": "Adicionar verificação de retorno de chamada ausente em setObject",
"nl": "Voeg ontbrekende terugbelcontrole toe in setObject",
"fr": "Ajouter une vérification de rappel manquante dans setObject",
"it": "Aggiungi il controllo della richiamata mancante in setObject",
"es": "Agregar verificación de devolución de llamada faltante en setObject",
"pl": "Dodaj brakujące sprawdzenie wywołania zwrotnego w setObject",
"zh-cn": "在 setObject 中添加缺少的回调检查"
}
},
"desc": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "iobroker.javascript",
"version": "5.4.3",
"version": "5.4.4",
"description": "Rules Engine for ioBroker",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "js",
"version": "5.4.3",
"version": "5.4.4",
"private": true,
"dependencies": {
"@iobroker/adapter-react": "^2.0.14",
Expand Down

0 comments on commit aae960e

Please sign in to comment.