Skip to content

Release v2.2.2

Choose a tag to compare

@Tomer27cz Tomer27cz released this 28 May 16:24

⚠️ Breaking Change: Dash-Separated Corner (Theme) Naming

If you're using the following corner values (also labeled as "theme" in the UI) in your configuration:

  • corner: lite_rounded
  • corner: medium_rounded

Please update them to:

  • corner: lite-rounded
  • corner: medium-rounded

This change aligns with standardized dash-separated naming conventions and may affect how your themes render.

✨ New Features

  • Add option to show entity icon in label by @philipdouglas in #10

  • Fallback Label Localization
    Ensures labels are still readable when translations are unavailable - revert to English.

  • Improved Documentation & UI Enhancements

    • Added a Table of Contents and more shields to the README.
    • Added alt tags to all images.
    • Improved alignment and readability of config defaults.
    • Reorganized folder structure and updated images, including a new main image.
    • Fixed formatting issues in documentation.

🐛 Bug Fixes

  • Default Multiplier Calculation
    Fixed an issue where the default multiplier for new entities was inverted.

  • Center Alignment Issue on GitHub
    Reverted to previous layout approach to fix centering problems in README rendering.

🧑‍💻 New Contributors

  • @philipdouglas made their first contribution in #10 – thank you!

All contributions are welcome!
Whether it's fixing a bug, improving documentation, or adding a new feature—feel free to open a pull request or an issue.


Full Changelog: v2.2.1...v2.2.2