From 9f3f40c8f0be874ec0c75d31cfd22553c2647525 Mon Sep 17 00:00:00 2001 From: raschy Date: Sun, 16 Apr 2023 10:20:43 +0200 Subject: [PATCH] chore: release v0.4.0 * (raschy) Solarman has switched to a new platform --- README.md | 2 +- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 0f840cbe..192cf2dd 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ adaptations of the api, as far as they exist, have not been made. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.4.0 (2023-04-16) * (raschy) Solarman has switched to a new platform ### 0.3.2 (2023-03-28) diff --git a/io-package.json b/io-package.json index 135495e7..512b8ca0 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "solarmanpv", - "version": "0.3.2", + "version": "0.4.0", "news": { + "0.4.0": { + "en": "Solarman has switched to a new platform", + "de": "Solarman hat auf eine neue Plattform umgestellt", + "ru": "Solarman перешел на новую платформу", + "pt": "Solarman mudou para uma nova plataforma", + "nl": "Solarman is overgestapt naar een nieuw platform", + "fr": "Solarman est passé à une nouvelle plateforme", + "it": "Solarman è passato a una nuova piattaforma", + "es": "Solarman ha cambiado a una nueva plataforma", + "pl": "Solarman przeszedł do nowej platformy", + "uk": "Solarman перейшов на нову платформу", + "zh-cn": "太阳能man已转向新的平台" + }, "0.3.2": { "en": "Error 'DB-closed' fixed", "de": "Fehler DB-geschlossen fixiert", @@ -80,19 +93,6 @@ "pl": "Dostarczanie danych baterii od inwerterów hybrydowych", "uk": "Додавання даних акумулятора від гібридних інверторів", "zh-cn": "增加混合喷雾器的电池数据" - }, - "0.1.5": { - "en": "Added support for hybrid inverters and 4 MPPTs", - "de": "Unterstützung für Hybrid-Wechselrichter und 4 MPPTs", - "ru": "Добавлена поддержка гибридных инверторов и 4 MPPT", - "pt": "Adicionado suporte para inversores híbridos e 4 MPPTs", - "nl": "Vervoegde ondersteuning voor hybride inverters en 4 MPPT's", - "fr": "Ajout d'un support pour les convertisseurs hybrides et 4 MPPT", - "it": "Aggiunto supporto per inverter ibridi e 4 MPPTs", - "es": "Apoyo añadido para inversores híbridos y 4 MPPT", - "pl": "Wsparcie dla inwerterów hybrydowych i 4 MPPT", - "uk": "Додано підтримку гібридних інверторів та 4 МРТ", - "zh-cn": "增加对混合喷雾器和4 MPPT的支助" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 1360247e..0d439d04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.solarmanpv", - "version": "0.3.2", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.solarmanpv", - "version": "0.3.2", + "version": "0.4.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.8", diff --git a/package.json b/package.json index 546412e8..123f2d05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.solarmanpv", - "version": "0.3.2", + "version": "0.4.0", "description": "Reading data from balcony power plant", "author": { "name": "raschy",