Skip to content

Releases: glanceapp/glance

v0.2.0

29 Apr 17:15
Compare
Choose a tag to compare

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.

v0.1.0

27 Apr 19:15
Compare
Choose a tag to compare
Initial commit