chore: release v1.1.2
* (Apollon77) Fix crash cases reported by Sentry
This commit is contained in:
@@ -93,8 +93,7 @@ Please check it https://www.smarthomejetzt.de/mit-iobroker-auf-eine-home-assista
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
### 1.1.2 (2022-03-29)
|
||||||
### __WORK IN PROGRESS__
|
|
||||||
* (Apollon77) Fix crash cases reported by Sentry
|
* (Apollon77) Fix crash cases reported by Sentry
|
||||||
|
|
||||||
### 1.1.1 (2022-03-25)
|
### 1.1.1 (2022-03-25)
|
||||||
|
|||||||
+13
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"common": {
|
"common": {
|
||||||
"name": "hass",
|
"name": "hass",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"title": "Home Assistant",
|
"title": "Home Assistant",
|
||||||
"titleLang": {
|
"titleLang": {
|
||||||
"en": "Home Assistant",
|
"en": "Home Assistant",
|
||||||
@@ -28,6 +28,18 @@
|
|||||||
"zh-cn": "ioBroker 的家庭助理连接"
|
"zh-cn": "ioBroker 的家庭助理连接"
|
||||||
},
|
},
|
||||||
"news": {
|
"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": {
|
"1.1.1": {
|
||||||
"en": "Show password fields masked again in config",
|
"en": "Show password fields masked again in config",
|
||||||
"de": "Passwortfelder in config wieder maskiert anzeigen",
|
"de": "Passwortfelder in config wieder maskiert anzeigen",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "iobroker.hass",
|
"name": "iobroker.hass",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"description": "Home Assistant",
|
"description": "Home Assistant",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "bluefox",
|
"name": "bluefox",
|
||||||
|
|||||||
Reference in New Issue
Block a user