Changelog
v1.3.0Feb 2026
- WebSocket + SSE (EventSource) capture — recorded as a single interaction with frame log.
- Team sync via GitHub Gist — Menu → Upload to Gist produces a shareable URL; Menu → Import from Gist fetches & imports with one click.
- In-browser simulator at
/simulator.html— demo the record/mock loop without installing. - Chrome Web Store ready: 440×280 promo tile + 1400×560 marquee + 4 captioned 1280×800 screenshots.
- CI: tag-triggered release workflow zips the extension and attaches to GitHub Releases; optional auto-publish to Chrome Web Store.
v1.2.0Feb 2026
- GraphQL match mode (operation + query fingerprint + variables).
- URL blocklist via Chrome
urlFilterpatterns — blocks any matching request at the network layer. - localStorage copy/paste between tabs with smart clipboard detection.
- Onboarding page opens on fresh install.
- Landing page + Docs + FAQ (this site).
v1.1.0Feb 2026
- Overflow menu collapses EXPORT / IMPORT / SETTINGS / CLEAR — popup no longer overflows in 400px.
- Scope system: Domain (default) / Tab / Global — recordings filtered per scope.
- Per-API match modes: strict / ignore-query / ignore-body / path-wildcard.
- Themes: Dark / Light / Auto.
- JSON syntax highlighter (textarea +
<pre>overlay). - Keyboard shortcuts via manifest commands.
- Action badge: REC while recording, MOCK while mocking.
- Auto-open popup on tab refresh when recording (
chrome.action.openPopup). - Resizable DevTools panel.
- Fixed: search input typing in reverse (soft-render list only).
- Fixed: list + detail scroll resetting across polling re-renders (snapshot/restore).
- Fixed: CLEAR now wipes all interactions in current scope.
- Fixed: CORS toggle reachable via overflow menu + persistent footer indicator.
v1.0.0Feb 2026
- Initial release.
- Record
fetch+XMLHttpRequestper tab. - Strict matching (method + URL + body hash).
- Per-API mock toggle + per-tab master toggle.
- Raw JSON body editor, status + headers override.
- Latency slider + error simulation (4xx / 5xx / network / timeout).
- Search + filter + domain grouping.
- Conflict handling with version picker.
- Export / Import JSON.
- CORS override via
declarativeNetRequest.