This commit is contained in:
Mateusz Gruszczyński
2026-08-26 00:07:54 +02:00
parent b5a4265148
commit 6a35096c5d
10 changed files with 33 additions and 18 deletions
+10 -1
View File
@@ -1,4 +1,4 @@
# GREE Controller v0.7.4 - build and validation report
# GREE Controller v0.7.5 - build and validation report
## Scope
@@ -325,3 +325,12 @@ Validation in this packaging environment:
- `web/index.html` parses successfully and CSS braces are balanced.
- Rust source delimiter/static invariant checks pass, including poll detection, group/automation guards, whole-house override clear and technical manual-command routing.
- The packaging environment has no `cargo`, `rustc` or `rustfmt`; the target update path remains the compile gate and must run `cargo test --all-targets` and `cargo build --release` before replacing the running binary.
## 0.7.5 UI polish
- Added explicit active styling for climate-group **ON/OFF** buttons, matching the existing active mode/profile treatment.
- Reworded simulator demand summary to **Zones with demand** / **Strefy z zapotrzebowaniem**.
- Bumped application and Home Assistant integration version to `0.7.5` and rotated the PWA service-worker cache key.
- Validation: `node --check` passed for the web scripts, PL/EN language packs parse with identical 587-key sets, version declarations are consistent and the package SHA-256 manifest verifies.
- `cargo check` remains unavailable in this environment because the Rust toolchain is not installed.