Skip to content

Commit 59cb788

Browse files
committed
chore: release v2.0.1
* (H5N1v2) Fix wind direction icons
1 parent b7d38de commit 59cb788

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The adapter provides dynamic icon paths that can be used directly in visualizati
6262

6363
---
6464
## Change Log
65-
### **WORK IN PROGRESS**
65+
### 2.0.1 (2026-01-18)
6666
* (H5N1v2) Fix wind direction icons
6767

6868
### 2.0.0 (2026-01-15)

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "open-meteo-weather",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"news": {
6+
"2.0.1": {
7+
"en": "Fix wind direction icons",
8+
"de": "Icons der Windrichtung fixieren",
9+
"ru": "Исправьте иконки направления ветра",
10+
"pt": "Corrigir os ícones de direção do vento",
11+
"nl": "Windrichtingpictogrammen herstellen",
12+
"fr": "Correction des icônes de direction du vent",
13+
"it": "Fissare le icone della direzione del vento",
14+
"es": "Fijar iconos de dirección del viento",
15+
"pl": "Napraw ikony kierunku wiatru",
16+
"uk": "Виправлення значків напрямку вітру",
17+
"zh-cn": "修整风向图标"
18+
},
619
"2.0.0": {
720
"en": "Major Feature: Migrated to a dynamic table-based location management (multi-location support).\nMajor Feature: Implemented smart recursive cleanup logic for objects (locations, days, hours, air quality).\nImproved UI visibility for coordinates link.",
821
"de": "Hauptmerkmal: Migration auf ein dynamisches tabellenbasiertes Standortmanagement (Multi-Location-Unterstützung).\nMajor Feature: Implementierte intelligente rekursive Aufräumlogik für Objekte (Standorte, Tage, Stunden, Luftqualität).\nVerbesserte UI Sichtbarkeit für Koordinatenlink.",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.open-meteo-weather",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Get local weather, air quality and pollen data from Open-Meteo.com",
55
"author": {
66
"name": "H5N1",

0 commit comments

Comments
 (0)