Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
* (Feuersturm) Some minor corrections to installations news and some internal changes at pacakging have been applied.
  • Loading branch information
mcm1957 committed Dec 15, 2024
1 parent 7ed395c commit 81d9e53
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Older Changelogs
## 0.2.1

- Added support for run times on different controller model
- Less polling for some states to reduce requests to controller

## 0.2.0

- Added remaining irrigation time of zone
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This adapter would not have been possible without the great work of Marius Burka
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.0.1 (2024-12-15)
* (Feuersturm) Some minor corrections to installations news and some internal changes at pacakging have been applied.

### 2.0.0 (2024-12-13)
Expand All @@ -70,11 +70,6 @@ This adapter would not have been possible without the great work of Marius Burka

- Added fixes for adapter crashes on failed connection to controller

### 0.2.1

- Added support for run times on different controller model
- Less polling for some states to reduce requests to controller

## License

The MIT License (MIT)
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": "rainbird",
"version": "2.0.0",
"version": "2.0.1",
"news": {
"2.0.1": {
"en": "Some minor corrections to installations news and some internal changes at packging have been applied.",
"de": "Einige kleinere Korrekturen der News im Zuge der Installation und einige interne Änderungen am Packaging wurden vorgenommen.",
"ru": "Были применены некоторые незначительные исправления к новостям об установках и некоторые внутренние изменения при остановке.",
"pt": "Foram aplicadas algumas correções menores às notícias das instalações e algumas mudanças internas no pacakging.",
"nl": "Er zijn enkele kleine correcties toegepast op het installatienieuws en enkele interne veranderingen tijdens de pacaking.",
"fr": "Quelques corrections mineures aux nouvelles des installations et quelques changements internes au pacakging ont été appliqués.",
"it": "Sono state applicate alcune piccole correzioni alle notizie delle installazioni e alcune modifiche interne al pacakging.",
"es": "Se han aplicado algunas correcciones menores a las noticias de las instalaciones y algunos cambios internos en la pacakging.",
"pl": "Zastosowano pewne drobne korekty w instalacjach wiadomości i pewne zmiany wewnętrzne przy pakaksowaniu.",
"uk": "Наведено незначні корекції для встановлення новин та деяких внутрішніх змін при пакуванні.",
"zh-cn": "对设施新闻进行了一些小的更正,并对内部进行了一些改动."
},
"2.0.0": {
"en": "BREAKING: The password is stored encrypted now. Please reenter you password at configuration page. This is required only once after migration from release < 2.0.0 to release 2.0.0 or newer.\nAdapter requires node.js 20 now\nAdapter requires js-controller 5 and admin 6 now\nswitch adapter config to jsonconfig\nDependencies have been updated",
"de": "BREAKING: Das Passwort wird jetzt verschlüsselt gespeichert. Bitte geben Sie Ihr Passwort auf der Konfigurationsseite ein. Dies ist nur einmal nach der Migration von Release < 2.0.0 bis Release 2.0.0 oder neuer erforderlich.\nAdapter benötigt node.js 20 jetzt\nAdapter benötigt jetzt js-controller 5 und admin 6\nAdapter config wurde auf jsonconfig umgestellt.\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.rainbird",
"version": "2.0.0",
"version": "2.0.1",
"description": "rain bird",
"author": {
"name": "Marius Burkard",
Expand Down

0 comments on commit 81d9e53

Please sign in to comment.