From 3007b727c663c9889e98c5459663da31cd9438ad Mon Sep 17 00:00:00 2001 From: "Martin M." Date: Sat, 26 Oct 2024 18:16:33 +0200 Subject: [PATCH] chore: release v3.0.1 - (simatec) Admin-UI has been adapted for small displays. - (mcm1957) Dependencies have been updated. --- CHANGELOG_OLD.md | 6 ++++++ README.md | 8 +------- io-package.json | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 24 insertions(+), 11 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index d0ff700..fbde0af 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,10 @@ # Older changes +## 1.0.0 (2023-10-01) + +- (o0shojo0o) Increase to the first major release, as it has now reached a stable level. +- (o0shojo0o) added yieldtotal Protection against incorrect zeroing when the OpenDTU restarts if the inverter is not accessible +- (o0shojo0o) added option `Set the states to 0 if the inverter is not accessible.` ([#97](https://github.com/o0shojo0o/ioBroker.opendtu/issues/97)) + ## 0.1.8 (2023-09-22) - (o0shojo0o) added option `Protect self-set names from being overwritten by the adapter` ([#76](https://github.com/o0shojo0o/ioBroker.opendtu/issues/76)) diff --git a/README.md b/README.md index bb16194..d24b23a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Ideally, please use GitHub issues for this, with the best method achieved by set Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 3.0.1 (2024-10-26) - (simatec) Admin-UI has been adapted for small displays. - (mcm1957) Dependencies have been updated. @@ -72,12 +72,6 @@ Ideally, please use GitHub issues for this, with the best method achieved by set - (o0shojo0o) fixed `power_control.current_limit_absolute" has value "-1" less than min "0"` -### 1.0.0 (2023-10-01) - -- (o0shojo0o) Increase to the first major release, as it has now reached a stable level. -- (o0shojo0o) added yieldtotal Protection against incorrect zeroing when the OpenDTU restarts if the inverter is not accessible -- (o0shojo0o) added option `Set the states to 0 if the inverter is not accessible.` ([#97](https://github.com/o0shojo0o/ioBroker.opendtu/issues/97)) - ## License MIT License diff --git a/io-package.json b/io-package.json index 9cabc26..fc05932 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "opendtu", - "version": "3.0.0", + "version": "3.0.1", "news": { + "3.0.1": { + "en": "Admin-UI has been adapted for small displays.\nDependencies have been updated.", + "de": "Admin-UI wurde für kleine Displays angepasst.\nAbhängigkeiten wurden aktualisiert.", + "ru": "Admin-UI был адаптирован для небольших дисплеев.\nЗависимость была обновлена.", + "pt": "Admin-UI foi adaptado para pequenos monitores.\nAs dependências foram atualizadas.", + "nl": "Beheerder-UI is aangepast voor kleine displays.\nAfhankelijkheden zijn bijgewerkt.", + "fr": "Admin-UI a été adapté pour les petits affichages.\nLes dépendances ont été actualisées.", + "it": "Admin-UI è stato adattato per piccoli display.\nLe dipendenze sono state aggiornate.", + "es": "Admin-UI ha sido adaptado para pequeñas pantallas.\nSe han actualizado las dependencias.", + "pl": "Admin- UI został dostosowany do małych wyświetlaczy.\nZaktualizowano zależność.", + "uk": "Адмін-УІ адаптований для малих дисплеїв.\nОновлено залежність.", + "zh-cn": "Admin-UI已经适应了小型显示功能.\n附属关系已经更新." + }, "3.0.0": { "en": "Adapter has been moved to iobroker-community-adapter organisation.\nAdapter requires js-controller 5, admin 6 and node.js 20 now.\nDependencies have been updated.", "de": "Adapter wurde in die iobroker-community-Adapter-Organisation verschoben.\nAdapter benötigt jetzt js-controller 5, admin 6 und node.js 20.\nAbhängigkeiten wurden aktualisiert.", diff --git a/package-lock.json b/package-lock.json index dcc844e..48acb26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.opendtu", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.opendtu", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.2", diff --git a/package.json b/package.json index bcdd510..e74505a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.opendtu", - "version": "3.0.0", + "version": "3.0.1", "description": "Adapter for the OpenDTU project", "author": { "name": "Dennis Rathjen",