Skip to content

Commit

Permalink
chore: release v5.2.15
Browse files Browse the repository at this point in the history
* (agross) Added the monitoring of symlinks my mirroring
* (Apollon77) Fix two crash cases reported by Sentry
  • Loading branch information
GermanBluefox committed Nov 18, 2021
1 parent 2ead1f8 commit 874dad8
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 30 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
The newest change log is in README.md
## 5.2.9 (2021-09-02)
* (Apollon77) Make sure day of weeks is an array (Sentry IOBROKER-JAVASCRIPT-7Y)
* (bluefox) Report to sentry is disabled in GUI if sentry is deactivated
* (bluefox) Fixed many GitHub issues

## 5.2.8 (2021-07-22)
* (bluefox) Fixed the debug of scripts

Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ And then call `npm run build`.
-->

## Changelog

### __WORK IN PROGRESS__
### 5.2.15 (2021-11-18)
* (agross) Added the monitoring of symlinks my mirroring
* (Apollon77) Fix two crash cases reported by Sentry

Expand All @@ -60,11 +59,6 @@ And then call `npm run build`.
* (bluefox) Names with the dot at the end are not allowed anymore
* (bluefox) The blockly sounds are disabled

### 5.2.9 (2021-09-02)
* (Apollon77) Make sure day of weeks is an array (Sentry IOBROKER-JAVASCRIPT-7Y)
* (bluefox) Report to sentry is disabled in GUI if sentry is deactivated
* (bluefox) Fixed many GitHub issues

## License

The MIT License (MIT)
Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"files": {
"main.css": "/static/css/main.30470a8b.chunk.css",
"main.js": "/static/js/main.49ea68fe.chunk.js",
"main.js.map": "/static/js/main.49ea68fe.chunk.js.map",
"main.js": "/static/js/main.5a275f96.chunk.js",
"main.js.map": "/static/js/main.5a275f96.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.66e09941.chunk.js",
"static/css/main.30470a8b.chunk.css",
"static/js/main.49ea68fe.chunk.js"
"static/js/main.5a275f96.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
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,20 @@
"Apollon77 <[email protected]>",
"AlCalzone"
],
"version": "5.2.14",
"version": "5.2.15",
"news": {
"5.2.15": {
"en": "Added the monitoring of symlinks my mirroring\nFix two crash cases reported by Sentry",
"de": "Die Überwachung von Symlinks wurde meiner Spiegelung hinzugefügt\nBehebung von zwei Absturzfällen, die von Sentry gemeldet wurden",
"ru": "Добавлен мониторинг симлинков моего зеркалирования\nИсправить два случая сбоя, о которых сообщает Sentry",
"pt": "Adicionado o monitoramento de links simbólicos meu espelhamento\nCorrigir dois casos de falha relatados pelo Sentry",
"nl": "Toegevoegd de monitoring van symbolische links mijn mirroring\nHerstel twee crashgevallen gemeld door Sentry",
"fr": "Ajout de la surveillance des liens symboliques ma mise en miroir\nCorrection de deux cas de plantage signalés par Sentry",
"it": "Aggiunto il monitoraggio dei collegamenti simbolici al mio mirroring\nRisolti due casi di crash segnalati da Sentry",
"es": "Se agregó la supervisión de enlaces simbólicos a mi duplicación.\nArregle dos casos de fallas reportados por Sentry",
"pl": "Dodano monitorowanie dowiązań symbolicznych w moim dublowaniu\nNapraw dwa przypadki awarii zgłoszone przez Sentry",
"zh-cn": "添加了对符号链接的监控我的镜像\n修复 Sentry 报告的两个崩溃案例"
},
"5.2.14": {
"en": "Typings imrovement\nadded \"Solar noon\" to astro-list\nAllowed to define different states for reading and writing alias values",
"de": "Verbesserung der Eingaben\n\"Sonnenmittag\" zur Astro-Liste hinzugefügt\nErlaubt, verschiedene Zustände zum Lesen und Schreiben von Alias-Werten zu definieren",
Expand Down Expand Up @@ -93,18 +105,6 @@
"es": "Se corrigió la depuración de scripts.",
"pl": "Naprawiono debugowanie skryptów",
"zh-cn": "修复了脚本的调试"
},
"5.2.7": {
"en": "Fixed error in rules",
"de": "Fehler in den Regeln behoben",
"ru": "Исправлена ошибка в правилах",
"pt": "Erro corrigido nas regras",
"nl": "Fout in regels opgelost",
"fr": "Correction d'une erreur dans les règles",
"it": "Risolto errore nelle regole",
"es": "Error solucionado en las reglas",
"pl": "Naprawiono błąd w zasadach",
"zh-cn": "修正了规则错误"
}
},
"desc": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.javascript",
"version": "5.2.14",
"version": "5.2.15",
"description": "Rules Engine for ioBroker",
"author": "bluefox <[email protected]>",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js",
"version": "5.2.13",
"version": "5.2.14",
"private": true,
"dependencies": {
"@iobroker/adapter-react": "^2.0.14",
Expand Down Expand Up @@ -50,4 +50,4 @@
"not op_mini all"
],
"devDependencies": {}
}
}

0 comments on commit 874dad8

Please sign in to comment.