GREE Controller 0.15.12

This commit is contained in:
Mateusz Gruszczyński
2026-09-21 10:09:15 +02:00
parent 0d35e739be
commit 8d9f6b953d
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.15.12
- Flow cards now allow editing the description directly from the Flow list without opening the visual editor.
- Adds a dedicated simple Flow simulator next to the editor button. It opens in a modal, uses the saved Flow, current live values by default, and allows quick scenario overrides plus simulation date/time.
- Simulator results are intentionally simplified to clear “will run / will not run / blocked” outcomes with readable checked conditions and friendly block reasons, while remaining non-mutating.
## 0.15.11
- Routine Visual Flow edit confirmations now appear as a compact status inside the editor instead of global toasts for save/copy/cut/paste/duplicate/undo actions.