Skip to content

v2.3.0

Choose a tag to compare

@benjamin-dcs benjamin-dcs released this 19 Feb 20:30

2.3 - What's Changed

Added 'Gradient' mode for severity gauges!

image image

Usage:

severity_color_mode: "basic" | "interpolation" | "gradient"

This also moved the gradient setting for severity gauges to the new interpolation mode.

Other noteworthy improvements and fixes

  • Severity gauges are now rounded
  • Removed marker as option and made permanent. Really don't like it? You can still use --main-severity-marker (with card-mod) to set the fill-color
  • Removed the gradient-path dependency. Resolution segments are now calculated internally.
    • Also removed the remaining very_low and low setting in favor of auto and <number> only. Visually nothing (should have) changed
  • Segments now have a 0.01 precision in the Visual Editor - #282
  • Fixed a bug where rounding wasn't applied in some cases #281

Full Changelog: v2.2.1...v2.3.0