GREE Controller 0.15.11

This commit is contained in:
Mateusz Gruszczyński
2026-09-19 22:22:11 +02:00
parent 676d6343fa
commit 0d35e739be
4 changed files with 11 additions and 3 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 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.
- Adds right-click context menus: selected blocks can be copied, cut, duplicated or deleted; the canvas can add/paste/select-all/fit/undo; and connections can be removed directly.
- Context-menu paste can place a copied subgraph at the clicked canvas position while preserving internal connections.
- Adds `Ctrl/Cmd+Z` undo with a bounded edit history for block creation/deletion, connections, paste/duplicate/cut, block movement, inspector setting changes, template application, Flow name changes and Enabled state changes.
- Updates the built-in shortcut reference and PL/EN labels for the new undo and context-menu workflow.
## 0.15.10
- Visual Flow adds keyboard-first authoring: `A`, `Insert` or `Ctrl/Cmd+K` opens block search, and `Enter` inserts the first matching block.