From 9ce5829510d79f646a490d07eeef301961aa97d0 Mon Sep 17 00:00:00 2001 From: misanorot Date: Mon, 21 Oct 2024 16:49:07 +0200 Subject: [PATCH] chore: release v1.5.0 * (misanorot) fixed issue #235 Responsive --- CHANGELOG_OLD.md | 3 +++ README.md | 6 +----- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 21 insertions(+), 22 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 2e55c83..5e88946 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -68,6 +68,9 @@ #### 0.0.1 * (misanorot) initial release +## 1.4.5 (2023-08-13) +* (misanorot) fixed issue #135 + ## 1.4.4 (2023-06-21) * (misanorot) Fixed JS-Controller 5 issues diff --git a/README.md b/README.md index c2abd3c..336046e 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,7 @@ Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> - -### **WORK IN PROGRESS** +### 1.5.0 (2024-10-21) * (misanorot) fixed issue #235 Responsive ### 1.4.9 (2024-09-09) @@ -49,9 +48,6 @@ ### 1.4.6 (2023-10-31) * (misanorot) fixed open connection after unload -### 1.4.5 (2023-08-13) -* (misanorot) fixed issue #135 - ### License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index 7107b5b..b67ecb3 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "viessmann", - "version": "1.4.9", + "version": "1.5.0", "news": { + "1.5.0": { + "en": "fixed issue #235 Responsive", + "de": "feste Ausgabe #235 Antwort", + "ru": "#235 Реакция", + "pt": "problema fixo #235 Responsivo", + "nl": "vaste uitgave #235 Responsief", + "fr": "émission fixe #235 Réceptif", + "it": "numero fisso #235 Risposta", + "es": "número fijo #235 Responsabilidad", + "pl": "stała emisja # 235 Odpowiedź", + "uk": "виправлено проблему #235 Відповідальність", + "zh-cn": "固定版号235 响应" + }, "1.4.9": { "en": "fixed issue #211", "de": "feste ausgabe #211", @@ -80,19 +93,6 @@ "pl": "JS-Controller 5 numerów", "uk": "Фіксований JS-Controller 5 питань", "zh-cn": "九. 固定的协会-企业管理员 问题5" - }, - "1.4.3": { - "en": "fixed reload xml issues", - "de": "fixed reload xml probleme", - "ru": "фиксированная перезагрузка xml", - "pt": "problemas de xml de recarga fixa", - "nl": "vertaling:", - "fr": "décharge fixe xml problèmes", - "it": "problemi xml di ricarica", - "es": "recarga fija cuestiones xml", - "pl": "reload xml", - "uk": "виправлені проблеми перевантаження xml", - "zh-cn": "b. 固定重载的xml问题" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 11b630f..ade6a49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.viessmann", - "version": "1.4.9", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.viessmann", - "version": "1.4.9", + "version": "1.5.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.2", diff --git a/package.json b/package.json index 61100d2..7c52c64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.viessmann", - "version": "1.4.9", + "version": "1.5.0", "description": "Connect a viessmann heating system over vcontrold", "author": { "name": "misanorot",