v0.7.7

glanceapp/glancev0.7.7Mar 17, 2025by svilenmarkov

AI Summary

This release includes UI accessibility improvements, design tweaks, and a type change in the Custom API widget.

Key Highlights

  • Improved accessibility of the Docker containers widget.
  • Reduced contrast of calendar dates to match other widgets.
  • Added more info to DNS stats widget error messages.
  • Changed Custom API `int` type from `int64` to `int`.

Full Release Notes

## What's changed

* Improved accessibility of the Docker containers widget (thanks @Lanie-Carmelo)
* Reduced the contrast of calendar dates to better match the design language of other widgets
* Added more info to error messages of DNS stats widget when using `service: pihole-v6` to help with debugging issues
* Changed the integer type in the Custom API widget to `int` from `int64` so that you can now perform calculations on the result of the `len` function (thanks @titembaatar)

## Fixed

* Videos widget with style `vertical-list` not opening links in new tab (thanks @aliaghil)
* DNS stats widget "Top blocked domains" in the UI having an additional triangle on the left on Safari (thanks @lukpep)