From b1417c3b323e8757a125f486cb6d0b34c58c01b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 16 Sep 2026 11:27:43 +0200 Subject: [PATCH] GREE Controller 0.14.11 --- custom_components/gree_controller/manifest.json | 2 +- gree-controller/CHANGELOG.md | 7 +++++++ gree-controller/config.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/custom_components/gree_controller/manifest.json b/custom_components/gree_controller/manifest.json index 537cf97..3077e49 100644 --- a/custom_components/gree_controller/manifest.json +++ b/custom_components/gree_controller/manifest.json @@ -1,7 +1,7 @@ { "domain": "gree_controller", "name": "GREE Controller", - "version": "0.14.10", + "version": "0.14.11", "config_flow": true, "integration_type": "hub", "iot_class": "local_polling", diff --git a/gree-controller/CHANGELOG.md b/gree-controller/CHANGELOG.md index 7e20a2b..289a6c2 100644 --- a/gree-controller/CHANGELOG.md +++ b/gree-controller/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.14.11 + +- Replaces font-dependent Unicode glyphs used as Web UI icons with a shared inline SVG icon set. +- Covers navigation, theme/refresh controls, dialogs, menus, Flow editor/statuses, chart zoom/fullscreen controls, thermostat/device +/- controls, custom-select checks/chevrons and event-category icons. +- Leaves semantic text symbols such as `°C`, `±`, comparison operators, mathematical multiplication and Flow expression notation as text. +- Keeps the 0.14.10 full-width Night mode and Home Assistant / Sensors layout fix. + ## 0.14.10 - Makes the standalone Night mode and Home Assistant / Sensors forms use the full available page width, matching the other application sections on desktop and responsive layouts. diff --git a/gree-controller/config.yaml b/gree-controller/config.yaml index 8f63061..73e1bfa 100644 --- a/gree-controller/config.yaml +++ b/gree-controller/config.yaml @@ -1,5 +1,5 @@ name: "GREE Controller" -version: "0.14.10" +version: "0.14.11" slug: "gree_controller" description: "Local GREE HVAC controller with Web UI and Home Assistant integration" url: "https://git.linuxiarz.pl/gru/gree-controller-ha-addon/"