This commit is contained in:
Mateusz Gruszczyński
2026-08-25 19:24:34 +02:00
parent dcdb821c60
commit 62d071c972
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -253,3 +253,10 @@ Validation for the 0.7.1 package:
- Added navigation from a zone configuration card to its matching Dashboard quick thermostat.
- Kept backend zone-control endpoints and thermostat logic unchanged.
- Kept the legacy `setpoint` field in form submission as a hidden compatibility value while profile temperatures remain the explicit configuration surface.
## 0.7.2 packaging hotfix
- Corrected an invalid `Cargo.lock` entry that labeled the `tokio-util` package as `0.7.29` while retaining the checksum and dependency resolution for `0.7.19`.
- Restored `tokio-util = 0.7.19`, which satisfies `tower-http 0.6.11` (`^0.7`) and is present in the crates.io index used by the target LXC.
- No application source, database schema, scheduler, automation, device-control or Web UI logic changed in this hotfix.