Skip to content

v0.9.0

Choose a tag to compare

@benjamin-dcs benjamin-dcs released this 08 May 06:34
· 570 commits to main since this release
6ef0ea4

What's Changed - Icons! πŸŒˆπŸ› οΈπŸŒžβ„οΈπŸŒ‘οΈ

Value text icons

Added the possibility for value_texts (both primary and secondary) to render as an icon. Wrap your icon in icon(...) and the value text will show your icon! Example: icon(mdi:gauge).

Title font size

Added primary_font_size and secondary_font_size which lets you control the font-size of a title!

Adjusted gradient resolution

All settings have increased detail. I expect the medium setting, and perhaps even de low setting to be sufficient for the majority of the configs. Lower settings increase performance of your card/dashboard. The high setting should only be needed in cases of high density gradient; in other words: high amount of color changes over a short distance, as shown in this example:
image

Behind the scenes TLC

I've done quite some reorganizing of the codebase. This includes some (edge-case) bug-fixes. However, with every changes there's a change of new bugs.

Full Changelog: v0.8.1...v0.9.0