fix: retain completed results during live editing
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -2,6 +2,16 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.4.1 — 2026-07-27
|
||||
|
||||
- Keep the last completed syntax and execution frame visible while edited
|
||||
inputs are parsed and executed, then replace it atomically with the newest
|
||||
revision instead of rendering transient empty panels.
|
||||
- Bind every retained result to its exact flavour, options, pattern, flags,
|
||||
subject, replacement, mode and syntax snapshots. Mark it as stale, disable
|
||||
execution until current syntax is ready, and suppress stale editor ranges
|
||||
and cross-panel selection.
|
||||
|
||||
## 0.4.0 — 2026-07-27
|
||||
|
||||
- Expand the workbench from four to twelve selectable execution profiles:
|
||||
|
||||
Reference in New Issue
Block a user