Skip to content

Commit

Permalink
chore: release v2.7.1
Browse files Browse the repository at this point in the history
* (klein0r) Summary channel should not be deleted
  • Loading branch information
klein0r committed May 10, 2023
1 parent c649121 commit 1503afb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 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
## 2.5.0 (2023-01-11)
* (klein0r) Added hourly values for energy
* (Apollon77) Added Sentry for crash reporting
* (klein0r) Dropped Admin 5 support
* (klein0r) Added Ukrainian language

## 2.4.0 (2022-12-09)
* (stromdao) Added SolarPredictionAPI

Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.7.1 (2023-05-10)
* (klein0r) Summary channel should not be deleted

### 2.7.0 (2023-05-09)
Expand All @@ -47,12 +47,6 @@ Provides forecast data from [forecast.solar](https://forecast.solar), [Solcast](
### 2.5.1 (2023-01-13)
* (klein0r) Fixed JSON table when using solcast

### 2.5.0 (2023-01-11)
* (klein0r) Added hourly values for energy
* (Apollon77) Added Sentry for crash reporting
* (klein0r) Dropped Admin 5 support
* (klein0r) Added Ukrainian language

## 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.7.0",
"version": "2.7.1",
"news": {
"2.7.1": {
"en": "Summary channel should not be deleted",
"de": "Zusammenfassung Kanal sollte nicht gelöscht werden",
"ru": "Аннотация канала не должна быть удалена",
"pt": "O canal sumário não deve ser excluído",
"nl": "Sumary kanaal mag niet worden verwijderd",
"fr": "Le canal sommaire ne doit pas être supprimé",
"it": "Canale di sintesi non deve essere cancellato",
"es": "No se debe eliminar el canal sumario",
"pl": "Kanał nie powinien być usuwany",
"uk": "Резюме каналу не потрібно видаляти",
"zh-cn": "不应删除汇总表"
},
"2.7.0": {
"en": "Request forecast data in correct timezone\nType of the `summary` object was changed to `device`",
"de": "Fordern Sie Prognosedaten in korrekter Zeitzone an\nArt des Zusammenfassungsobjekts wurde in das Gerät geändert",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Added SolarPrediction",
"uk": "Додано SolarPredictionAPI",
"zh-cn": "增加太阳能防疫协会"
},
"2.3.0": {
"en": "Add summary values to InfluxDB\nUse cron to ensure update on day change\nRemoved visibility from weather data (doesn't exist in response)",
"de": "Zusammenfassungswerte zu InfluxDB hinzufügen\nVerwenden Sie cron, um sicherzustellen, Update auf Tageswechsel\nEntfernung der Sichtbarkeit von Wetterdaten (nicht vorhanden in Antwort)",
"ru": "Добавьте сводные значения в InfluxDB\nИспользуйте cron для обеспечения изменения в день\nУдаленная видимость от погодных данных (не существует в ответ)",
"pt": "Adicionar valores de resumo ao InfluxDB\nUse o cron para garantir a atualização na mudança do dia\nVisibilidade removida dos dados meteorológicos (não existe em resposta)",
"nl": "Verzamel de waarde van InfluxDB\nGebruik gewassen om updates te maken over dagverandering\nVerwijderde zichtbaarheid van weergegevens die niet bestaan in reactie",
"fr": "Ajouter des valeurs sommaires à InfluxDB\nUtilisez cron pour assurer la mise à jour sur le changement de jour\nVisibilité supprimée des données météorologiques (ne pas exister en réponse)",
"it": "Aggiungi i valori di sintesi per InfluxDB\nUtilizzare cron per garantire l'aggiornamento sul cambiamento di giorno\nRimozione della visibilità dai dati meteo (non esiste in risposta)",
"es": "Añadir valores sumarios a InfluxDB\nUse cron para asegurar la actualización del cambio de día\nLa visibilidad eliminada de los datos meteorológicos (no existe en respuesta)",
"pl": "Dokładne wartości do InfluxDB\nZastosowanie crona w celu zapewnienia aktualizacji zmian w dzień\nPrzewiduje widoczność danych pogodowych (nie istnieje w odpowiedzi)",
"uk": "Додайте підсумкові значення до InfluxDB\nВикористовуйте cron, щоб забезпечити оновлення при зміні дня\nВилучено видимість із даних про погоду (відповідь не існує)",
"zh-cn": "增加流感\n为确保更新日内的变化而使用心\n消除天气数据(反应中存在)的可见度"
}
},
"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.7.0",
"version": "2.7.1",
"description": "pvforecast",
"author": {
"name": "Patrick Walther",
Expand Down

0 comments on commit 1503afb

Please sign in to comment.