Skip to content

Commit 7a62868

Browse files
chore: changelog for 0.4.8
1 parent 8e39ece commit 7a62868

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.8] - 2026-06-25
11+
12+
### WebSocket capture, now surfaced end-to-end
13+
- **Toggle WebSocket capture from the TUI** — a new switch in Config > Run lets you turn WS frame capture on or off without editing config files.
14+
- **WS frames appear alongside network activity** — WebSocket traffic is folded into the devtools network view, so HTTP and WS events show up in one place during both test runs and authoring sessions.
15+
16+
### Smarter AI-generated test steps
17+
- **No more invented response field names** — when extracting values from API responses, kane-cli now insists on named extractions tied to real fields rather than making up key names.
18+
- **Conditionals inside multi-step flows wrap correctly** — flows that mix conditional logic with multiple actions no longer produce malformed step sequences.
19+
- **Driver and block payloads are treated as literal data** — previously, the runner could misinterpret structured payloads; they are now passed through as-is.
20+
21+
### Version check that actually works
22+
- **`check-version` reliably detects when a newer release is published** — the gate was previously missing live published versions; it now correctly compares against the registry.
23+
1024
## [0.4.7] - 2026-06-22
1125

1226
### A live run view that shows what's happening

0 commit comments

Comments
 (0)