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: imperialCustom CSS
You can add your own CSS file via the new custom-css-file property under theme:
theme:
custom-css-file: /assets/path/style.cssChanged
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.