Skip to content

v1.8.1

Choose a tag to compare

@benjamin-dcs benjamin-dcs released this 23 Nov 19:08

v1.8 - Using custom shapes? This release changes your configuration

v1.8.1

  • Fixes an issue where the incorrect shape of the main needle was rendered for dual-gauges with severity inner-gauge

Full Changelog: v1.8.0...v1.8.1

v1.8.0

This release simplifies the shapes variables. It's no longer necessary to define a shape based on your configuration. For example: main_needle_with_inner no longer exists in favour of the (already existing) main_needle.

Complete list of merged variables:

  • main_needle_with_inner -> main_needle
  • main_min_indicator_with_inner -> main_min_indicator
  • main_max_indicator_with_inner -> main_max_indicator
  • inner_needle_on_main -> inner_needle
  • inner_setpoint_needle_on_main -> inner_setpoint_needle

Simplify shapes object by @benjamin-dcs in #209

Full Changelog: v1.7.1...v1.8.0

What's Changed

Full Changelog: v1.8.0...v1.8.1