Release 2.3.2 - ⚠️ breaking changes
Breaking changes
The text box for all text sensors has been reworked to remove top margin.
This results in:
- faster text refresh on screen
- text sensors can be displayed one above the other closer than before
But this has an impact on all previously made themes: some texts are now displayed higher than expected.
Theme files have to be manually edited, and the impacted text Y coordinates have to be increased by few pixels to restore the original theme layout.
Not all texts are impacted: it depends on the font used, and is usually tied to non-monospaced fonts.
All the included themes have already been updated to match the new text box
What's Changed
- fix text bbox height by @cobacdavid in #163
- Fix/fix text bbox height by @mathoudebine in #167
- Clean themes by removing unused entries (will be picked from default.yaml) by @mathoudebine in #168
New Contributors
- @cobacdavid made their first contribution in #163
Full Changelog: 2.3.1...2.3.2