|
1 | 1 | ## CHANGELOG OLD |
| 2 | +## 2.6.2 (2026-03-25) |
| 3 | +* (H5N1v2) update @types/node dependency to version 22.19.15 |
2 | 4 |
|
3 | 5 | ## 2.6.1 (2026-03-04) |
4 | 6 | * (H5N1v2) chore: update dependencies to latest versions |
5 | 7 | * (mcm1957) fix: axios seems to be missing in dependencies |
6 | 8 | * (mcm1957) fix: language used for stateIds and names |
7 | 9 | * (mcm1957) fix: creation of intermediate objects missing |
8 | 10 |
|
9 | | -### 2.6.0 (2026-02-19) |
| 11 | +## 2.6.0 (2026-02-19) |
10 | 12 | * (H5N1v2) feat: Leave latitude and longitude empty to use system coordinates in settings. |
11 | 13 | * (H5N1v2) feat: Added dropdown menu for timezones in settings. |
12 | 14 |
|
13 | | -### 2.5.1 (2026-02-17) |
| 15 | +## 2.5.1 (2026-02-17) |
14 | 16 | * (oFbEQnpoLKKl6mbY5e13) Fix: The Icon 61n.png is not displayed and is in the wrong folder. |
15 | 17 | * (H5N1) chore: update dependencies to latest versions |
16 | 18 |
|
17 | | -### 2.5.0 (2026-02-15) |
| 19 | +## 2.5.0 (2026-02-15) |
18 | 20 | * (H5N1v2) New: Added "Bright Night Icons" option. You can now choose between dark and bright icons for better visibility on different backgrounds. |
19 | 21 | * (H5N1v2) New: Added new icon set directory /admin/icons/night_bright/ for enhanced night-time visualization. |
20 | 22 | * (H5N1v2) New: Move night icons from /admin/icons/weather_icons to /admin/icons/night_dark. |
21 | 23 | * (H5N1v2) Fix: Updated AdapterConfig types to support new configuration fields. |
22 | 24 | * (H5N1v2) Fix: Improved icon path logic for current weather and hourly forecasts. |
23 | 25 |
|
24 | | -### 2.4.1 (2026-02-14) |
| 26 | +## 2.4.1 (2026-02-14) |
25 | 27 | * (H5N1v2) chore: update dependencies to latest versions. |
26 | 28 | * (H5N1v2) add link to Widget in instanz configuration. |
27 | 29 |
|
28 | | -### 2.4.0 (2026-02-11) |
| 30 | +## 2.4.0 (2026-02-11) |
29 | 31 | * (H5N1v2) fix: adjust moon phase calculation for accurate phase key assignment |
30 | 32 | * (H5N1v2) chore: update dependencies |
31 | 33 | * (H5N1v2) Added option to choose between wind direction (destination) and wind origin (source) icons in Admin. |
32 | 34 | * (H5N1v2) New subfolder structure for alternative wind icons (direct_2). |
33 | 35 |
|
34 | | -### 2.3.0 (2026-02-09) |
| 36 | +## 2.3.0 (2026-02-09) |
35 | 37 | * (H5N1v2) Added: Daily air quality & pollen aggregation (configurable 1, 3, or 6 days). |
36 | 38 | * (H5N1v2) Added: Human-readable text mapping for pollen levels (None, Low, Moderate, High). |
37 | 39 | * (H5N1v2) Added: Weekday names (name_day) for air quality forecast days. |
38 | 40 | * (H5N1v2) Changed: Optimized object tree – only daily peak values are stored instead of bulky hourly data. |
39 | 41 | * (H5N1v2) Changed: Improved cleanup logic – obsolete forecast objects are automatically removed. |
40 | 42 |
|
41 | | -### 2.2.5 (2026-02-07) |
| 43 | +## 2.2.5 (2026-02-07) |
42 | 44 | * (H5N1v2) Nitrogen dioxide (NO2) datapoint added to the air quality data, user request. |
43 | 45 | * (H5N1v2) Added new datapoints for "global_tilted_irradiance" & "et0_fao_evapotranspiration" in hourlyX and "et0_fao_evapotranspiration_sum" in dailyX. |
44 | 46 | * (H5N1v2) Some Log-messages translated in main.ts |
45 | 47 | * (H5N1v2) Corrected setStateAsync to setState in main.ts |
46 | 48 | * (H5N1v2) fix: update forecast hours handling. |
47 | 49 | * (H5N1v2) Added an info folder with a last_update data point to check when the last update was performed. |
48 | 50 |
|
49 | | -### 2.2.4 (2026-02-06) |
| 51 | +## 2.2.4 (2026-02-06) |
50 | 52 | * (H5N1v2) fix: update snow depth unit from cm to m in metric unit map |
51 | 53 | * (H5N1v2) add: precipitation in hourly & precipitation_sum (snow,rain,showers) in daily. |
52 | 54 | * (H5N1v2) Implemented state caching to reduce redundant database I/O operations. |
53 | 55 | * (H5N1v2) Optimized socket management with explicit connection handling and timeouts. |
54 | 56 | * (H5N1v2) Refactored update logic for better resource management |
55 | 57 |
|
56 | | -### 2.2.3 (2026-02-03) |
| 58 | +## 2.2.3 (2026-02-03) |
57 | 59 | * (wg25 iob-forum) Fix: In the hourly forecast, all hours were incorrectly inheriting the date from the last "day".* |
58 | 60 | * (wg25 iob-forum) Fix: Corrected name_day for day0. Previously, it was hardcoded as "Today" (a legacy remnant). It now correctly displays the actual day of the week. |
59 | 61 | * (H5N1v2) Updated hours*: Split date and time into separate data points ("date" and "time") based on user feedback. |
60 | 62 | * (H5N1v2) Added 'date' key with translations to all translation files. |
61 | 63 |
|
62 | | -### 2.2.2 (2026-01-30) |
| 64 | +## 2.2.2 (2026-01-30) |
63 | 65 | * (H5N1v2) fix: update js-controller and admin dependencies to latest versions |
64 | 66 | * (H5N1v2) fix: add missing responsive breakpoints in jsonConfig |
65 | 67 | * (H5N1v2) fix: Chinese translations files & correct import path for Chinese translations |
|
69 | 71 | * (H5N1v2) Enhance performance and readability by caching translations, unit maps, and imperial settings. |
70 | 72 | * (H5N1v2) Refactor icon retrieval methods for wind direction and moon phases, optimize cleanup logic for deleted locations, improve state creation and updating with consistent translation handling. |
71 | 73 |
|
72 | | -### 2.2.1 (2026-01-26) |
| 74 | +## 2.2.1 (2026-01-26) |
73 | 75 | * (H5N1v2) fix: Correct quotation marks for relative humidity translation in French |
74 | 76 |
|
75 | | -### 2.2.0 (2026-01-26) |
| 77 | +## 2.2.0 (2026-01-26) |
76 | 78 | * (H5N1v2) add unit translations for improved localization in weather data |
77 | 79 | * (H5N1v2) add additional pollen units and translations to unit maps |
78 | 80 | * (H5N1v2) add carbon monoxide, dust, olive pollen, and ozone in air quality & translations |
79 | 81 | * (H5N1v2) refactor weather data fetching to use constants for parameter keys |
80 | 82 | * (H5N1v2) remove unused dependencies and scripts |
81 | 83 | * (H5N1v2) add image for wind warning |
82 | 84 |
|
83 | | -### 2.1.0 (2026-01-18) |
| 85 | +## 2.1.0 (2026-01-18) |
84 | 86 | * (H5N1v2) add module suncalc |
85 | 87 | * (H5N1v2) add Moon Phase value, text and icon url datapoints |
86 | 88 | * (H5N1v2) add Moon Phase icons |
87 | 89 | * (H5N1v2) add translations for Moon Phases |
88 | 90 | * (H5N1v2) Changed location for weather icons for better overview |
89 | 91 |
|
90 | | -### 2.0.1 (2026-01-18) |
| 92 | +## 2.0.1 (2026-01-18) |
91 | 93 | * (H5N1v2) Fix wind direction icons |
92 | 94 |
|
93 | | -### 2.0.0 (2026-01-15) |
| 95 | +## 2.0.0 (2026-01-15) |
94 | 96 | * (H5N1v2) Major Feature: Migrated to a dynamic table-based location management (multi-location support). |
95 | 97 | * (H5N1v2) Major Feature: Implemented smart recursive cleanup logic for objects (locations, days, hours, air quality). |
96 | 98 | * (H5N1v2) Improved UI visibility for coordinates link. |
97 | 99 |
|
98 | | -### 1.2.1 (2026-01-13) |
| 100 | +## 1.2.1 (2026-01-13) |
99 | 101 | * (H5n1v2) Fix settings for adapter checker |
100 | 102 |
|
101 | | -### 1.2.0 |
| 103 | +## 1.2.0 |
102 | 104 | * Updated internal project structure to latest standards; improved code stability and maintenance. |
103 | 105 |
|
104 | | -### 1.1.0 |
| 106 | +## 1.1.0 |
105 | 107 | * Initial NPM release |
106 | 108 | * fix for air quality timestamps |
107 | 109 | * added icons for wind direction and storm warnings |
|
0 commit comments