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