Skip to content

Commit

Permalink
chore: release v2.9.0
Browse files Browse the repository at this point in the history
* (klein0r) Updated conversion for Solcast
* (klein0r) Store JSON state values in prettified format
  • Loading branch information
klein0r committed Oct 28, 2023
1 parent 863f8dd commit 891eb7e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 2.7.0 (2023-05-09)
* (klein0r) Request forecast data in correct timezone
* (bluefox) Type of the `summary` object was changed to `device`

## 2.6.0 (2023-03-09)
* (arteck) chart summary for more strings
* (klein0r) Fixed charting summary
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Provides forecast data from [forecast.solar](https://forecast.solar), [Solcast](
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.9.0 (2023-10-28)
* (klein0r) Updated conversion for Solcast
* (klein0r) Store JSON state values in prettified format

Expand All @@ -59,10 +59,6 @@ Provides forecast data from [forecast.solar](https://forecast.solar), [Solcast](
### 2.7.1 (2023-05-10)
* (klein0r) Summary channel should not be deleted

### 2.7.0 (2023-05-09)
* (klein0r) Request forecast data in correct timezone
* (bluefox) Type of the `summary` object was changed to `device`

## License
MIT License

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "pvforecast",
"version": "2.8.2",
"version": "2.9.0",
"news": {
"2.9.0": {
"en": "Updated conversion for Solcast\nStore JSON state values in prettified format",
"de": "Aktualisierte Konvertierung für Solcast\nSpeichern von JSON-Zustandswerten im vortifizierten Format",
"ru": "Обновленная конверсия для Solcast\nХранить государственные ценности JSON в предварительном формате",
"pt": "Conversão atualizada para Solcast\nArmazenar valores de estado JSON em formato pré-tificado",
"nl": "Verouderde conversatie voor Solcast\nVertaling:",
"fr": "Conversion mise à jour pour Solcast\nStocker les valeurs de l'état JSON en format prétisé",
"it": "Conversione aggiornata per Solcast\nConservare i valori di stato JSON in formato prettificato",
"es": "Conversión actualizada para Solcast\nValores del estado de Store JSON en formato pretificado",
"pl": "Przejście na Solcast\nStore JSON (ang.)",
"uk": "Оновлена конвертація для Solcast\nЗберігайте значення стану JSON у попередньо встановленому форматі",
"zh-cn": "A. 更新的换文\nB. 前导 言"
},
"2.8.2": {
"en": "Added icons in admin tabs",
"de": "Icons in Admin-Tabs hinzugefügt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "podsumowanie więcej strun\nFixed chart summary (ang.)\nOkrągłe wartości w podsumowaniu JSON",
"uk": "схема резюме для більш рядків\nФіксований розрахунок резюме\nЗакруглені значення в JSON резюме",
"zh-cn": "更细表\n固定图表\nB. 联合执行会摘要的附带价值"
},
"2.5.2": {
"en": "Fixed error when weather data could not be fetched",
"de": "Fehler behoben, wenn Wetterdaten nicht abgeholt werden konnten",
"ru": "Исправлена ошибка, когда погодные данные не могут быть получены",
"pt": "Erro fixo quando os dados meteorológicos não poderiam ser obtidos",
"nl": "Vergissing wanneer weergegevens niet kunnen worden opgehaald",
"fr": "Erreur fixe lorsque les données météorologiques ne peuvent pas être récupérées",
"it": "Errore fisso quando i dati meteo non potrebbero essere recuperati",
"es": "Error fijo cuando los datos meteorológicos no se pueden buscar",
"pl": "Błękitne błędy, gdy dane pogodowe nie mogą być odczytane",
"uk": "Виправлено помилку, коли дані погоди не можуть бути",
"zh-cn": "当天气数据不能分期时,固定错误"
}
},
"titleLang": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.pvforecast",
"version": "2.8.2",
"version": "2.9.0",
"description": "pvforecast",
"author": {
"name": "Patrick Walther",
Expand Down

0 comments on commit 891eb7e

Please sign in to comment.