From 4096826099df287be4e39665eb3e952ae8e993dd Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Fri, 25 Mar 2022 09:25:45 +0100 Subject: [PATCH] chore: release v1.1.1 * (Apollon77) Show password fields masked again in config --- README.md | 3 +-- io-package.json | 14 +++++++++++++- package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ca94c6..9be354f 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,7 @@ Please check it https://www.smarthomejetzt.de/mit-iobroker-auf-eine-home-assista --> ## Changelog - -### __WORK IN PROGRESS__ +### 1.1.1 (2022-03-25) * (Apollon77) Show password fields masked again in config ### 1.1.0 (2022-03-24) diff --git a/io-package.json b/io-package.json index e74f7c9..ae41e01 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "hass", - "version": "1.1.0", + "version": "1.1.1", "title": "Home Assistant", "titleLang": { "en": "Home Assistant", @@ -28,6 +28,18 @@ "zh-cn": "ioBroker 的家庭助理连接" }, "news": { + "1.1.1": { + "en": "Show password fields masked again in config", + "de": "Passwortfelder in config wieder maskiert anzeigen", + "ru": "Показать поля пароля снова замаскированные в конфигурации", + "pt": "Mostrar campos de senha mascarados novamente na configuração", + "nl": "Toon wachtwoordvelden opnieuw gemaskeerd in config", + "fr": "Afficher à nouveau les champs de mot de passe masqués dans la configuration", + "it": "Mostra i campi password mascherati di nuovo in config", + "es": "Mostrar campos de contraseña enmascarados nuevamente en la configuración", + "pl": "Pokaż ponownie zamaskowane pola haseł w konfiguracji", + "zh-cn": "在配置中再次显示被屏蔽的密码字段" + }, "1.1.0": { "en": "IMPORTANT: You need to re-enter the password once after installing this version!\nImplement Service triggers to use any value to trigger or stringified JSON to call with fields\nOptimize unload handling\nAdd Sentry for crash reporting", "de": "WICHTIG: Nach der Installation dieser Version müssen Sie das Passwort einmalig neu eingeben!\nImplementieren Sie Dienstauslöser, um einen beliebigen Wert zum Auslösen oder stringifiziertes JSON zum Aufrufen mit Feldern zu verwenden\nEntladehandling optimieren\nFügen Sie Sentry für Absturzberichte hinzu", diff --git a/package.json b/package.json index 0ca7938..3fdd76a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.hass", - "version": "1.1.0", + "version": "1.1.1", "description": "Home Assistant", "author": { "name": "bluefox",