From a9101cca0ca71b23a10b04010512493b16c721b8 Mon Sep 17 00:00:00 2001 From: Black-Thunder Date: Sun, 21 Jun 2020 01:13:34 +0200 Subject: [PATCH] 1.0.5 --- README.md | 5 +++++ io-package.json | 14 +++++++++++++- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebc9cef9..a425062d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ Documentation: ## Changelog +### 1.0.5 21.06.2020 +* (Black-Thunder) added more checks when processing HTTP response +* (Black-Thunder) corrected typo in subscribeStates() +* (Black-Thunder) moved subscribeStates() after init and first successful connection + ### 1.0.4 05.06.2020 * (Black-Thunder) added new value for 'vaneHorizontalDirection': 50/50 (1 vane left, 1 vane right - only for models with 2 independent horizontal vanes) diff --git a/io-package.json b/io-package.json index 2e5a24a0..c9906e6a 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "melcloud", - "version": "1.0.4", + "version": "1.0.5", "news": { + "1.0.5": { + "en": "technical optimizations", + "de": "technische Optimierungen", + "ru": "технические оптимизации", + "pt": "otimizações técnicas", + "nl": "technische optimalisaties", + "fr": "optimisations techniques", + "it": "ottimizzazioni tecniche", + "es": "optimizaciones técnicas", + "pl": "optymalizacje techniczne", + "zh-cn": "技术优化" + }, "1.0.4": { "en": "added new value for 'vaneHorizontalDirection': 50/50 (1 vane left, 1 vane right - only for models with 2 independent horizontal vanes)", "de": "Neuer Wert für 'vaneHorizontalDirection': 50/50 (1 Flügel links, 1 Flügel rechts - nur für Modelle mit 2 unabhängigen horizontalen Flügeln)", diff --git a/package.json b/package.json index 9367388f..492e5daa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.melcloud", - "version": "1.0.4", + "version": "1.0.5", "description": "melcloud", "author": { "name": "black-thunder",