diff --git a/custom_components/gree_controller/manifest.json b/custom_components/gree_controller/manifest.json index bdd87d7..d5c3300 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.15", + "version": "0.14.18", "config_flow": true, "integration_type": "hub", "iot_class": "local_polling", diff --git a/gree-controller/CHANGELOG.md b/gree-controller/CHANGELOG.md index 1e5c41a..d8e429a 100644 --- a/gree-controller/CHANGELOG.md +++ b/gree-controller/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 0.14.18 + +- Renames the shared segmented navigation class from feature-specific `automation-tabs` to generic `segmented-tabs`. +- Generalizes shared configuration layout classes to `config-form`, `form-section`, `form-section-head`, `form-grid`, `sticky-form-actions` and `full-width-form`. +- Generalizes reusable chart, enable-toggle and diagram classes used across History/public charts, Zones/Flow and Simulator/Flow editor. +- Replaces Flow-palette-specific category modifiers with shared `block-category-*` classes also used by the block library. +- Removes all references to the replaced shared class names without changing component behavior or visual styling. + +## 0.14.17 + +- Makes History navigation visually identical to the Flow / Schedules / Automations segmented navigation. +- Reuses the shared `automation-tabs` component for Overview, Zones, GREE devices, Energy, Pings, HA sensors and Custom chart. +- Removes redundant History-only tab CSS, including its separate mobile overrides. + +## 0.14.16 + +- Adds an explicit Saved Charts list to History → Custom Chart with load, edit, update and delete actions. +- Keeps chart name, selected series and range editable when updating an existing saved chart instead of creating duplicates. +- Adds a range selector to standalone public Custom Chart links; the public data endpoint accepts an optional `hours` override while keeping the shared series definition fixed. +- Fits the standalone public chart to the viewport and prevents vertical page scrolling, including compact/mobile layouts. + ## 0.14.15 - Treats TCP `8787` as the fixed internal Home Assistant add-on application/ingress port and validates the Supervisor-reported ingress port at startup. diff --git a/gree-controller/config.yaml b/gree-controller/config.yaml index 5488a00..1d205f3 100644 --- a/gree-controller/config.yaml +++ b/gree-controller/config.yaml @@ -1,5 +1,5 @@ name: "GREE Controller" -version: "0.14.15" +version: "0.14.18" 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/"