Animated GIFs
Animated GIFs have been changed to be off by default.
You can re-enable them by setting show_animated_gifs to true.
Clock seconds
The live clock now supports displaying seconds.
Enable this by setting show_seconds to true.
Weather: Temperature Range
You can now display the high and low temperatures for the next 24 hours.
weather:
locations:
- name: London
lat: xxx
lon: xxx
api: xxx
unit: metric
lang: en
default: true
show:
temperature_range: true # 👈
humidity: true
wind: true
visibility: trueWhat's Changed
🚀 New Features
- Feature/animated gifs config by @damongolding in #714
- allow seconds in clock by @damongolding in #717
⚡ Fixes
- fix/transparent-bg by @damongolding in #719
🔨 Maintenance
- Chore/deps by @damongolding in #715
- deps by @damongolding in #721
Other changes
New Contributors
Full Changelog: v0.35.0...v0.36.0