v0.8.4

GyulyVGC/sniffnetv0.8.4Jun 10, 2025by svilenmarkov

AI Summary

This release adds Material Design icon support and improves the icon auto-invert functionality. It includes several bug fixes to improve widget stability and search functionality across different keyboard layouts.

Key Highlights

  • Added support for Material Design icons via the `mdi` prefix
  • Made `auto-invert` icon prefix work for icons from external libraries
  • Fixed search widget shortcut not working with non-English keyboard layouts
  • Fixed multiple to-do widgets on a single page not functioning
  • Removed Docker image health check

Breaking Changes

  • Removed Docker image health check

New Features

  • Material Design icons support
  • Auto-invert icon prefix for libraries
  • Fixed multiple to-do widgets
  • Fixed search widget shortcut

Full Release Notes

## New

* Added support for [Material Design icons](https://pictogrammers.com/library/mdi/) via `mdi` prefix (thanks @NextBlaubeere)
* Made the `auto-invert` icon prefix work for icons from libraries, so you can now do things like `icon: auto-invert sh:glance-dark` which will automatically invert dark icons to light depending on your theme

## Fixes

* Fixed multiple to-do widgets on a single page not working (thanks @rhijjawi & @tty2)
* Fixed the search widget shortcut (`S`) not working when using a keyboard layout other than English (thanks @NikD0T)

## Changed

* The Docker image health check has been removed, for more information see #676 

## New Contributors

* @chenkhuaning0816 made their first contribution in https://github.com/glanceapp/glance/pull/687
* @thallada made their first contribution in https://github.com/glanceapp/glance/pull/689
* @chenrui333 made their first contribution in https://github.com/glanceapp/glance/pull/693
* @rhijjawi made their first contribution in https://github.com/glanceapp/glance/pull/705
* @septechx made their first contribution in https://github.com/glanceapp/glance/pull/699