Skip to content

Commit

Permalink
chore: release v3.0.1
Browse files Browse the repository at this point in the history
- (simatec) Admin-UI has been adapted for small displays.
- (mcm1957) Dependencies have been updated.
  • Loading branch information
mcm1957 committed Oct 26, 2024
1 parent 83f28d1 commit 3007b72
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3007b72

Please sign in to comment.