From a7a031c1a2342e4371303bd20647ea32c95f2bd4 Mon Sep 17 00:00:00 2001 From: Moritz Heusinger Date: Tue, 20 Apr 2021 13:14:59 +0200 Subject: [PATCH] chore: release v3.0.20 admin/controller has a bug still requiring `common.title` (fixes #133) --- README.md | 3 +++ io-package.json | 27 ++++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 9ed402b..1ac68b4 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,9 @@ with the ioBroker CLI. You can change the port via `iob set hm-rega. - ### __WORK IN PROGRESS__ --> +### 3.0.20 (2021-04-20) +* (foxriver76) admin/controller has a bug still requiring `common.title` (fixes #133) + ### 3.0.19 (2021-04-16) * (foxriver76) fix for custom webinterface port (addresses #117) diff --git a/io-package.json b/io-package.json index a008029..36e59d5 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "hm-rega", - "version": "3.0.19", + "version": "3.0.20", "news": { + "3.0.20": { + "en": "admin/controller has a bug still requiring `common.title` (fixes #133)", + "de": "admin / controller hat einen Fehler, der immer noch \"common.title\" erfordert (Fixes # 133)", + "ru": "У администратора / контроллера есть ошибка, по-прежнему требующая `common.title` (исправления # 133)", + "pt": "admin / controlador tem um bug que ainda requer `common.title` (correções # 133)", + "nl": "admin / controller heeft een bug die nog steeds `common.title` vereist (fixes # 133)", + "fr": "admin / controller a un bogue nécessitant toujours `common.title` (corrections # 133)", + "it": "admin / controller ha un bug che richiede ancora `common.title` (correzioni # 133)", + "es": "admin / controller tiene un error que aún requiere `common.title` (arreglos # 133)", + "pl": "administrator / kontroler ma błąd wciąż wymagający `common.title` (poprawki # 133)", + "zh-cn": "管理员/控制器有一个仍然需要`common.title`的错误(修正#133)" + }, "3.0.19": { "en": "fix for custom webinterface port (addresses #117)", "de": "Fix für benutzerdefinierten Webinterface-Port (Adressen # 117)", @@ -230,20 +242,9 @@ "es": "arreglos para fallas de casos de borde", "pl": "poprawki dotyczące awarii skrajnych", "zh-cn": "修复了边缘机壳崩溃的问题" - }, - "2.6.22": { - "en": "fixed error where alarm states of hm-rpc instances with instance number >= 10 are created for the wrong instance", - "de": "Fehler behoben, bei dem Alarmzustände von hm-rpc-Instanzen mit der Instanznummer> = 10 für die falsche Instanz erstellt wurden", - "ru": "исправлена ошибка, при которой аварийные состояния экземпляров hm-rpc с номером экземпляра> = 10 создаются для неправильного экземпляра", - "pt": "corrigido o erro em que os estados de alarme de instâncias hm-rpc com número de instância> = 10 são criados para a instância errada", - "nl": "fout opgelost waarbij alarmstatussen van hm-rpc-instanties met instantienummer> = 10 werden gemaakt voor de verkeerde instantie", - "fr": "Correction d'une erreur où les états d'alarme des instances hm-rpc avec un numéro d'instance> = 10 sont créés pour la mauvaise instance", - "it": "corretto errore in cui gli stati di allarme delle istanze hm-rpc con numero di istanza> = 10 venivano creati per l'istanza sbagliata", - "es": "Error fijo donde los estados de alarma de instancias de hm-rpc con número de instancia> = 10 se crean para la instancia incorrecta", - "pl": "poprawiono błąd, w którym stany alarmowe instancji hm-rpc o numerze instancji> = 10 są tworzone dla niewłaściwej instancji", - "zh-cn": "修复了以下错误:为错误的实例创建了实例号> = 10的hm-rpc实例的警报状态" } }, + "title": "HomeMatic ReGaHSS", "titleLang": { "en": "HomeMatic ReGaHSS", "de": "HomeMatic ReGaHSS" diff --git a/package-lock.json b/package-lock.json index b8f51a9..eb66d56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.hm-rega", - "version": "3.0.19", + "version": "3.0.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.hm-rega", - "version": "3.0.19", + "version": "3.0.20", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.0.0", diff --git a/package.json b/package.json index acdca04..cba134e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.hm-rega", - "version": "3.0.19", + "version": "3.0.20", "engines": { "node": ">=10.0.0" },