github glanceapp/glance v0.2.0

latest releases: v0.5.0, v0.5.0-beta.1, v0.4.0...
2 months ago

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.

Don't miss a new glance release

NewReleases is sending notifications on new releases.