Extended weather
You can now display humidity, wind, and visibility alongside the current weather description.
weather:
locations:
- name: London
lat: xxx
lon: xxx
api: xxx
unit: metric
lang: en
default: true
show:
humidity: true
wind: true
visibility: true
AM/PM toggle
You can now hide the AM/PM suffix on 12-hour clocks by setting show_am_pm: false.
What's Changed
🚀 New Features
- better mime support by @damongolding in #705
- feat: Add show_am_pm config option to toggle am/pm in 12h clock by @johnlago in #708
- Feature/extended weather by @damongolding in #707
🔨 Maintenance
- Chore/housekeeping by @damongolding in #706
New Contributors
Full Changelog: v0.34.0...v0.35.0