Temp Range Indicators
Added a small indicator on the temp range values to add help visually distinguish between high and low temps.
The default wind direction is now compass directions
Changed the default wind direction to use compass directions (N, NE, E etc)
wind_direction
Added wind_direction to weather locations. Setting this to true will display the wind direction as degrees
weather:
locations:
- name: xxx
lat: xxx
lon: xxx
api: xxx
unit: metric
lang: en
show:
wind: true
wind_direction: falseImproved live photo handling
Fixed an issue where Kiosk could become stuck if a live photo failed to fetch.
What's Changed
🚀 New Features
- temp range indicators by @damongolding in #746
- feat: Added support for wind direction displayed as compass heading by @pengee in #742
⚡ Fixes
- Fix/forced-light-mode by @damongolding in #743
- Fix/live photo polling by @damongolding in #744
🔨 Maintenance
- deps by @damongolding in #747
- go v bump by @damongolding in #748
Other changes
- change default by @damongolding in #745
- Task/release by @damongolding in #749
New Contributors
Full Changelog: v0.38.0...v0.38.1