Beta pre-release. Fixes forecast-heavy configs loading their farthest-future frame before "now". Continues the 3.8.0 beta line — drop-in upgrade from 3.8.0-beta1, no config changes required.
Fixed
- Radar init no longer loads the farthest-future forecast frame before "now" on forecast-heavy configs. For a config like
past_minutes: 0, forecast_minutes: 60, "now" was index 0 and loaded dead last, so the card showed an hour-ahead forecast frame first and took a full sequential pass through every forecast frame before showing current conditions. The load order now always starts at "now" and fans forward through any forecast frames, then backward through any past frames — unchanged for today's common past-only configs. (#246)
Full Changelog: v3.8.0-beta1...v3.8.0-beta2