Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 07 May 20:47
· 272 commits to main since this release
e1125ef

0.9.0 (2025-05-07)

cards_preview

Note

This release changes card's and badge default behavior by introducing start_from_zero config which by default is set to false, that causes existing cards and badges to start from min value instead of zero like it used to. Users using gauges that were intended to start from zero should add start_from_zero: true config to restore the previous behavior.

Bug Fixes

  • incorrect theme color handling with smooth segments (#86) (5970709)
  • show unit with overriden state (#90) (8c4405b)
  • template code flash (#77) (c26b186)

Features