Skip to content

Commit

Permalink
chore: release v5.4.1
Browse files Browse the repository at this point in the history
* (Apollon77) Fix blockly subscribes broken in 5.4.0
  • Loading branch information
Apollon77 committed Mar 15, 2022
1 parent e865e8c commit d57f81e
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 32 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG_OLD.md
@@ -1,4 +1,12 @@
The newest change log is in README.md
## 5.3.0 (2022-03-02)
* (Apollon77) Prevent some crash cases reported by Sentry (IOBROKER-JAVASCRIPT-A3)
* (Apollon77) Fix Enum Updates
* (Apollon77) Optimize making sure data are current for synchronous return of states/objects even for asynchronous action cases before
* (Apollon77) Make sure admin files is cleaned up on update
* (Apollon77) update channel/device structures for $ selector on object updates
* (Apollon77) Adjustments for js-controller 4.0

## 5.2.21 (2022-01-16)
* (bluefox) Fixed build process

Expand Down
11 changes: 1 addition & 10 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.1 (2022-03-15)
* (Apollon77) Fix blockly subscribes broken in 5.4.0

### 5.4.0 (2022-03-13)
Expand All @@ -60,14 +59,6 @@ And then call `npm run build`.
### 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
* (Apollon77) Optimize making sure data are current for synchronous return of states/objects even for asynchronous action cases before
* (Apollon77) Make sure admin files is cleaned up on update
* (Apollon77) update channel/device structures for $ selector on object updates
* (Apollon77) Adjustments for js-controller 4.0

## 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.fd78a681.chunk.js",
"main.js.map": "/static/js/main.fd78a681.chunk.js.map",
"main.js": "/static/js/main.8ca2dd74.chunk.js",
"main.js.map": "/static/js/main.8ca2dd74.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.fd78a681.chunk.js"
"static/js/main.8ca2dd74.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.0",
"version": "5.4.1",
"news": {
"5.4.1": {
"en": "Fix blockly subscribes broken in 5.4.0",
"de": "In 5.4.0 fehlerhafte Blockly-Abonnements behoben",
"ru": "Исправить блочную подписку, сломанную в 5.4.0",
"pt": "Corrigir assinaturas em bloco quebradas no 5.4.0",
"nl": "Repareer blockly-abonnementen verbroken in 5.4.0",
"fr": "Correction des abonnements bloqués cassés dans 5.4.0",
"it": "Risolto il problema con gli abbonamenti bloccati interrotti nella 5.4.0",
"es": "Arreglar suscripciones bloqueadas rotas en 5.4.0",
"pl": "Napraw blokowe subskrypcje zepsute w 5.4.0",
"zh-cn": "修复 5.4.0 中损坏的块订阅"
},
"5.4.0": {
"en": "Automatically create missing folder objects when states are created using createState\nFix special characters in blockly subscribe logic\nFix timing issue where state updates could not be current on startup\nFix state name handing\nFix potential crash cases reported by Sentry",
"de": "Automatisches Erstellen fehlender Ordnerobjekte, wenn Zustände mit createState erstellt werden\nKorrigieren Sie Sonderzeichen in der Blockly-Subscribe-Logik\nBehebung eines Zeitproblems, bei dem Statusaktualisierungen beim Start nicht aktuell sein konnten\nKorrigieren Sie die Übergabe von Staatsnamen\nBeheben Sie potenzielle Absturzfälle, die von Sentry gemeldet wurden",
Expand Down Expand Up @@ -93,18 +105,6 @@
"es": "Proceso de construcción fijo",
"pl": "Poprawiony proces kompilacji",
"zh-cn": "固定的构建过程"
},
"5.2.20": {
"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.0",
"version": "5.4.1",
"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.0",
"version": "5.4.1",
"private": true,
"dependencies": {
"@iobroker/adapter-react": "^2.0.14",
Expand Down

0 comments on commit d57f81e

Please sign in to comment.