v0.2.0
New
Weather widget temperature units
You can now switch between Celsius and Fahrenheit using the new units
property which accepts either metric
or imperial
:
- type: weather
units: imperial
Custom CSS
You can add your own CSS file via the new custom-css-file
property under theme
:
theme:
custom-css-file: /assets/path/style.css
Changed
Monitor widget
Previously the widget would try to make a HEAD
request in order to determine the status of a site, however some servers don't support this method which lead to client errors. It will instead make a GET
request now which should resolve the issues caused by this behavior.