v0.6.2

glanceapp/glancev0.6.2Sep 29, 2024by svilenmarkov

AI Summary

Added a health check endpoint and resolved several widget-specific bugs.

Key Highlights

  • Added `/api/healthz` endpoint for checking Glance status
  • Fixed collapsing behavior of videos widget inside groups on Chromium
  • Fixed DNS stats widget for Pi-hole with privacy settings
  • Fixed bookmarks widget icon shrinking for long titles

Full Release Notes

## New

* Added `/api/healthz` endpoint that just returns a status code 200, useful for checking if Glance is running and is reachable (thanks @xunleii)

## Fixes

* Fixed a bug with the collapsing behavior of the videos widget using grid-cards style inside of a group widget on chromium based browsers (thanks Atlas)
* Fixed a bug with the dns-stats widget for Pi-hole instances where the privacy setting was used to hide domain names (thanks @SimJunYou)
* Fixed a bug with the bookmarks widget where icons for links with long titles were unintentionally shrinking (thanks @cody-at-ats)