You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
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.
0 commit comments