Update alert!
Christophe Jeannette just released version 1.48 of Din clean!
Release notes
Addition of intermediate bars on the graph for better readability, and reduction of the temperature font size when values are negative.
Christophe Jeannette just released version 1.48 of Din clean!
Addition of intermediate bars on the graph for better readability, and reduction of the temperature font size when values are negative.
Christophe Jeannette just released version 1.49 of Din clean!
New Weather API: Open-Meteo
Refactored settings page
Christophe Jeannette just released version 1.50 of Din clean!
Fixed hour labels positioning on weather graph. Added vertical time indicator bars in temperature graph. Fixed wind speed label positions. Improved negative temperature display.
Christophe Jeannette just released version 1.51 of Din clean!
fix: ensure distinct temperature labels in weather graph
Guarantee 3 distinct vertical reference values (min, mid, max) in the temperature graph display, even when actual temperatures are very close or equal.
Christophe Jeannette just released version 1.52 of Din clean!
Add wind speed unit option (m/s or km/h) for metric mode
Christophe Jeannette just released version 1.53 of Din clean!
Cleanup: remove code duplication, reduce memory footprint, centralize weather logic
Christophe Jeannette just released version 1.54 of Din clean!
- Fix weather cache not loading on app restart
- Fix offline_delay value (was 4200s instead of 600s)
- Check cache freshness before triggering weather API on startup
- Add KEY_LAST_REFRESH to persist condition (critical fix)
- Load persisted data with individual exist checks for robustness
- Add NULL checks for bitmap loading in ui_icon_bar
- Always display background/date even without fresh weather data
Very pleased with your numerous updates. Would like to see an option for black text on a white background.
Christophe Jeannette just released version 1.55 of Din clean!
Make weather icons persist 1 hour after data expires
Christophe Jeannette just released version 1.56 of Din clean!
Improve weather request reliability with automatic retry and error handling.
I noticed something in the high/low temperature display. For Metric it shows low/high, in Imperial it shows low/high, but on your image it correctly shows high/low.
Christophe Jeannette just released version 1.57 of Din clean!
weather refresh without retry limit and active even in silent mode
Christophe Jeannette just released version 1.58 of Din clean!
Heap memory improvements