v0.9.1 - Cleaned up a lot of code, which could have some performance improvements.
Again, this also includes some (edge-case / non-noticeable) bug-fixes. However, with every changes there's a change of new bugs.
v0.9 - 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:
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
Full Changelog: v0.9.0...v0.9.1