chore: release v1.1.2

* (Apollon77) Fix crash cases reported by Sentry
This commit is contained in:
Ingo Fischer
2022-03-29 09:07:54 +02:00
parent dc47f48004
commit 1c9f7b375a
3 changed files with 15 additions and 4 deletions
+1 -2
View File
@@ -93,8 +93,7 @@ Please check it https://www.smarthomejetzt.de/mit-iobroker-auf-eine-home-assista
-->
## Changelog
### __WORK IN PROGRESS__
### 1.1.2 (2022-03-29)
* (Apollon77) Fix crash cases reported by Sentry
### 1.1.1 (2022-03-25)
+13 -1
View File
@@ -1,7 +1,7 @@
{
"common": {
"name": "hass",
"version": "1.1.1",
"version": "1.1.2",
"title": "Home Assistant",
"titleLang": {
"en": "Home Assistant",
@@ -28,6 +28,18 @@
"zh-cn": "ioBroker 的家庭助理连接"
},
"news": {
"1.1.2": {
"en": "Fix crash cases reported by Sentry",
"de": "Von Sentry gemeldete Absturzfälle beheben",
"ru": "Исправить случаи сбоев, о которых сообщил Sentry",
"pt": "Corrigir casos de travamento relatados pelo Sentinela",
"nl": "Herstel crashgevallen gemeld door Sentry",
"fr": "Correction des cas de plantage signalés par Sentry",
"it": "Risolvi i casi di crash segnalati da Sentry",
"es": "Solucionar casos de fallas informados por Sentry",
"pl": "Napraw przypadki awarii zgłoszone przez Sentry",
"zh-cn": "修复 Sentry 报告的崩溃案例"
},
"1.1.1": {
"en": "Show password fields masked again in config",
"de": "Passwortfelder in config wieder maskiert anzeigen",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iobroker.hass",
"version": "1.1.1",
"version": "1.1.2",
"description": "Home Assistant",
"author": {
"name": "bluefox",