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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on Keep a Changelog,
6
6
and this project adheres to Semantic Versioning.
7
7
8
+
## [1.0.17] - 2026-05-03
9
+
### Changed
10
+
- Captured Requests table now auto-sizes columns (▶ / Status / Method shrink to content; Path takes the remaining width with truncation + full-URL tooltip) so nothing overflows the popup.
11
+
- Removed the per-row match indicator (●) column. The match indicator was unreliable — some matched URLs were not flagged — so it's been disabled until the matcher is fixed; the matched-row green tint is also gone.
12
+
8
13
## [1.0.16] - 2026-05-03
9
14
### Changed
10
15
- Captured Requests table column order is now **▶ | Status | Method | ● | Path**, so Status is right after the include toggle and Path expands to fill the remaining width.
<th class="text-left p-1" title="Include this request when replaying">▶</th>
40
-
<th class="text-left p-1" title="HTTP response status (color-coded). Click to edit. Number in parentheses = replay hits.">Status</th>
41
-
<th class="text-left p-1">Method</th>
42
-
<th class="text-left p-1" title="${isReplaying ? 'Green = matched at least once during replay; gray = not yet matched' : 'Match indicator is shown during replay'}">●</th>
34
+
<th class="text-left p-1 w-px whitespace-nowrap" title="Include this request when replaying">▶</th>
35
+
<th class="text-left p-1 w-px whitespace-nowrap" title="HTTP response status (color-coded). Click to edit. Number in parentheses = replay hits.">Status</th>
0 commit comments