This commit is contained in:
Mateusz Gruszczyński
2026-08-24 23:45:55 +02:00
parent f8ff19f90c
commit 9191fba212
9 changed files with 31 additions and 22 deletions
+9 -2
View File
@@ -1,8 +1,8 @@
# GREE Controller v0.6.2 - build and validation report
# GREE Controller v0.6.3 - build and validation report
## Scope
Version 0.6.2 includes the notification, reverse-proxy, mobile decimal-input, log filtering and thermostat-copy changes described below, plus a Rust type-safety hotfix for communication-failure notifications.
Version 0.6.3 includes the notification, reverse-proxy, mobile decimal-input, log filtering and thermostat-copy changes described below, the Rust type-safety hotfix for communication-failure notifications, and a clearer persistent visual state for the selected house climate mode.
## Implemented changes
@@ -107,3 +107,10 @@ Validation performed in the build environment:
- Copy-source choices exclude the currently edited zone.
- Copying thermostat settings explicitly preserves the destination zone ID, name, assigned device, sensor strategy/entity and enabled state.
- Zone updates use the independently tracked destination ID, preventing the source profile from being overwritten by a stale or mutated form ID.
## 0.6.3 house climate mode highlight
- The selected whole-house climate mode (Cool / Heat / Off) now has a persistent illuminated border, accent fill and glowing status dot.
- The active mode is still derived from persisted `settings.house_mode`, so the highlight survives refreshes and reconnects.
- Mode buttons now expose `aria-pressed` for an explicit accessible selected state.