Skip to content

Commit

Permalink
chore: release v5.4.2
Browse files Browse the repository at this point in the history
* (Apollon77) Fix automatic start of Rules scripts when starting adapter
  • Loading branch information
Apollon77 committed Mar 15, 2022
1 parent 992e9d3 commit 039907d
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.1 (2022-03-03)
* (Apollon77) Add missing callback check in setObject

## 5.3.0 (2022-03-02)
* (Apollon77) Prevent some crash cases reported by Sentry (IOBROKER-JAVASCRIPT-A3)
* (Apollon77) Fix Enum Updates
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.2 (2022-03-15)
* (Apollon77) Fix automatic start of Rules scripts when starting adapter

### 5.4.1 (2022-03-15)
Expand All @@ -60,9 +59,6 @@ And then call `npm run build`.
* (Apollon77) Make sure callbacks on startScript/stopScript work and Async variants also resolve
* (Apollon77) Make sure startScriptAsync, stopScriptAsync and runScriptAsync resolve in debug mode too

### 5.3.1 (2022-03-03)
* (Apollon77) Add missing callback check in setObject

## 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.8ca2dd74.chunk.js",
"main.js.map": "/static/js/main.8ca2dd74.chunk.js.map",
"main.js": "/static/js/main.a50dcaed.chunk.js",
"main.js.map": "/static/js/main.a50dcaed.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.8ca2dd74.chunk.js"
"static/js/main.a50dcaed.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.1",
"version": "5.4.2",
"news": {
"5.4.2": {
"en": "Fix automatic start of Rules scripts when starting adapter",
"de": "Automatisches Starten von Regelskripten beim Start des Adapters behoben",
"ru": "Исправлен автоматический запуск скриптов Rules при запуске адаптера.",
"pt": "Corrige o início automático de scripts de regras ao iniciar o adaptador",
"nl": "Automatische start van Regelscripts repareren bij het starten van de adapter",
"fr": "Correction du démarrage automatique des scripts de règles lors du démarrage de l'adaptateur",
"it": "Risolto il problema con l'avvio automatico degli script delle regole all'avvio dell'adattatore",
"es": "Arreglar el inicio automático de los scripts de reglas al iniciar el adaptador",
"pl": "Napraw automatyczne uruchamianie skryptów reguł podczas uruchamiania adaptera",
"zh-cn": "修复启动适配器时规则脚本的自动启动"
},
"5.4.1": {
"en": "Fix blockly subscribes broken in 5.4.0",
"de": "In 5.4.0 fehlerhafte Blockly-Abonnements behoben",
Expand Down Expand Up @@ -93,18 +105,6 @@
"es": "Evite algunos casos de bloqueo informados por Sentry (IOBROKER-JAVASCRIPT-A3)\nCorregir actualizaciones de enumeración\nOptimice asegurándose de que los datos estén actualizados para el retorno síncrono de estados/objetos incluso para casos de acción asíncrona antes\nAsegúrese de que los archivos de administración se limpien en la actualización\nactualizar las estructuras de canal/dispositivo para el selector $ en las actualizaciones de objetos\nAjustes para js-controller 4.0",
"pl": "Zapobiegaj niektórym przypadkom awarii zgłaszanych przez Sentry (IOBROKER-JAVASCRIPT-A3)\nNapraw aktualizacje Enum\nZoptymalizuj, upewniając się, że dane są aktualne dla synchronicznego zwracania stanów/obiektów, nawet w przypadku działań asynchronicznych wcześniej\nUpewnij się, że pliki administratora zostały wyczyszczone podczas aktualizacji\nzaktualizuj struktury kanałów/urządzeń dla selektora $ przy aktualizacjach obiektów\nKorekty dla js-controller 4.0",
"zh-cn": "防止 Sentry 报告的一些崩溃案例 (IOBROKER-JAVASCRIPT-A3)\n修复枚举更新\n优化确保数据是最新的,以同步返回状态/对象,即使是之前的异步操作案例\n确保在更新时清理管理文件\n更新对象更新时 $ 选择器的通道/设备结构\njs-controller 4.0 的调整"
},
"5.2.21": {
"en": "Fixed build process",
"de": "Build-Prozess behoben",
"ru": "Исправлен процесс сборки",
"pt": "Processo de compilação corrigido",
"nl": "Vast bouwproces",
"fr": "Processus de construction fixe",
"it": "Risolto il problema con il processo di compilazione",
"es": "Proceso de construcción fijo",
"pl": "Poprawiony proces kompilacji",
"zh-cn": "固定的构建过程"
}
},
"desc": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "iobroker.javascript",
"version": "5.4.1",
"version": "5.4.2",
"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.1",
"version": "5.4.2",
"private": true,
"dependencies": {
"@iobroker/adapter-react": "^2.0.14",
Expand Down

0 comments on commit 039907d

Please sign in to comment.