Skip to content

Commit 0a2e94f

Browse files
committed
chore: remove outdated changelog entries and link to older changelog
1 parent aff4a29 commit 0a2e94f

1 file changed

Lines changed: 1 addition & 96 deletions

File tree

README.md

Lines changed: 1 addition & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -125,102 +125,7 @@ After a new adapter update, it is recommended to delete the entire directory tre
125125
* (H5N1v2) feat: Leave latitude and longitude empty to use system coordinates in settings.
126126
* (H5N1v2) feat: Added dropdown menu for timezones in settings.
127127

128-
### 2.5.1 (2026-02-17)
129-
* (oFbEQnpoLKKl6mbY5e13) Fix: The Icon 61n.png is not displayed and is in the wrong folder.
130-
* (H5N1) chore: update dependencies to latest versions
131-
132-
### 2.5.0 (2026-02-15)
133-
* (H5N1v2) New: Added "Bright Night Icons" option. You can now choose between dark and bright icons for better visibility on different backgrounds.
134-
* (H5N1v2) New: Added new icon set directory /admin/icons/night_bright/ for enhanced night-time visualization.
135-
* (H5N1v2) New: Move night icons from /admin/icons/weather_icons to /admin/icons/night_dark.
136-
* (H5N1v2) Fix: Updated AdapterConfig types to support new configuration fields.
137-
* (H5N1v2) Fix: Improved icon path logic for current weather and hourly forecasts.
138-
139-
### 2.4.1 (2026-02-14)
140-
* (H5N1v2) chore: update dependencies to latest versions.
141-
* (H5N1v2) add link to Widget in instanz configuration.
142-
143-
### 2.4.0 (2026-02-11)
144-
* (H5N1v2) fix: adjust moon phase calculation for accurate phase key assignment
145-
* (H5N1v2) chore: update dependencies
146-
* (H5N1v2) Added option to choose between wind direction (destination) and wind origin (source) icons in Admin.
147-
* (H5N1v2) New subfolder structure for alternative wind icons (direct_2).
148-
149-
### 2.3.0 (2026-02-09)
150-
* (H5N1v2) Added: Daily air quality & pollen aggregation (configurable 1, 3, or 6 days).
151-
* (H5N1v2) Added: Human-readable text mapping for pollen levels (None, Low, Moderate, High).
152-
* (H5N1v2) Added: Weekday names (name_day) for air quality forecast days.
153-
* (H5N1v2) Changed: Optimized object tree – only daily peak values are stored instead of bulky hourly data.
154-
* (H5N1v2) Changed: Improved cleanup logic – obsolete forecast objects are automatically removed.
155-
156-
### 2.2.5 (2026-02-07)
157-
* (H5N1v2) Nitrogen dioxide (NO2) datapoint added to the air quality data, user request.
158-
* (H5N1v2) Added new datapoints for "global_tilted_irradiance" & "et0_fao_evapotranspiration" in hourlyX and "et0_fao_evapotranspiration_sum" in dailyX.
159-
* (H5N1v2) Some Log-messages translated in main.ts
160-
* (H5N1v2) Corrected setStateAsync to setState in main.ts
161-
* (H5N1v2) fix: update forecast hours handling.
162-
* (H5N1v2) Added an info folder with a last_update data point to check when the last update was performed.
163-
164-
### 2.2.4 (2026-02-06)
165-
* (H5N1v2) fix: update snow depth unit from cm to m in metric unit map
166-
* (H5N1v2) add: precipitation in hourly & precipitation_sum (snow,rain,showers) in daily.
167-
* (H5N1v2) Implemented state caching to reduce redundant database I/O operations.
168-
* (H5N1v2) Optimized socket management with explicit connection handling and timeouts.
169-
* (H5N1v2) Refactored update logic for better resource management
170-
171-
### 2.2.3 (2026-02-03)
172-
* (wg25 iob-forum) Fix: In the hourly forecast, all hours were incorrectly inheriting the date from the last "day".*
173-
* (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.
174-
* (H5N1v2) Updated hours*: Split date and time into separate data points ("date" and "time") based on user feedback.
175-
* (H5N1v2) Added 'date' key with translations to all translation files.
176-
177-
### 2.2.2 (2026-01-30)
178-
* (H5N1v2) fix: update js-controller and admin dependencies to latest versions
179-
* (H5N1v2) fix: add missing responsive breakpoints in jsonConfig
180-
* (H5N1v2) fix: Chinese translations files & correct import path for Chinese translations
181-
* (H5N1v2) fix: add missing translation for precipitation probability to the translations
182-
* (H5N1v2) fix: Adjusted the creation of hourly state icons to account for day/night conditions.
183-
* (H5N1v2) add: Added debug logs to track the execution flow and data processing for better traceability.
184-
* (H5N1v2) Enhance performance and readability by caching translations, unit maps, and imperial settings.
185-
* (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.
186-
187-
### 2.2.1 (2026-01-26)
188-
* (H5N1v2) fix: Correct quotation marks for relative humidity translation in French
189-
190-
### 2.2.0 (2026-01-26)
191-
* (H5N1v2) add unit translations for improved localization in weather data
192-
* (H5N1v2) add additional pollen units and translations to unit maps
193-
* (H5N1v2) add carbon monoxide, dust, olive pollen, and ozone in air quality & translations
194-
* (H5N1v2) refactor weather data fetching to use constants for parameter keys
195-
* (H5N1v2) remove unused dependencies and scripts
196-
* (H5N1v2) add image for wind warning
197-
198-
### 2.1.0 (2026-01-18)
199-
* (H5N1v2) add module suncalc
200-
* (H5N1v2) add Moon Phase value, text and icon url datapoints
201-
* (H5N1v2) add Moon Phase icons
202-
* (H5N1v2) add translations for Moon Phases
203-
* (H5N1v2) Changed location for weather icons for better overview
204-
205-
### 2.0.1 (2026-01-18)
206-
* (H5N1v2) Fix wind direction icons
207-
208-
### 2.0.0 (2026-01-15)
209-
* (H5N1v2) Major Feature: Migrated to a dynamic table-based location management (multi-location support).
210-
* (H5N1v2) Major Feature: Implemented smart recursive cleanup logic for objects (locations, days, hours, air quality).
211-
* (H5N1v2) Improved UI visibility for coordinates link.
212-
213-
### 1.2.1 (2026-01-13)
214-
* (H5n1v2) Fix settings for adapter checker
215-
216-
### 1.2.0
217-
* Updated internal project structure to latest standards; improved code stability and maintenance.
218-
219-
### 1.1.0
220-
* Initial NPM release
221-
* fix for air quality timestamps
222-
* added icons for wind direction and storm warnings
223-
* add some translations
128+
[OLDER CHANGELOG](CHANGELOG_OLD.md)
224129

225130
## Legal & Copyright
226131

0 commit comments

Comments
 (0)