Release history
[2.0.0] - 2026-01-23
Core
- Corporate-friendly build that does not require installation.
- Version tracking and notifications for new updates.
- Project moved to an
iframeentry;popupis no longer the primary entry point.
Performance
- Fixed a memory spike on static sites, including Docusaurus and Hugo.
UI / UX
- Refreshed styles and overall visual design.
[2.1.0] - 2026-02-02
Core
- New
Networkmanagement tab. - Redesign for
iframelayout instead ofpopup— more useful space on screen. - JSON layout tweaks — editor uses full app height.
- Fixed tabs sticking when opening early —
PropsandPiniano longer require a full page reload to appear.
Props
- Fixed favorites not resolving after reload or repeated flows.
- Optimized Props for long sessions without excessive CPU; internal refactor.
- Props tab overhaul — better behavior with large trees and hover search.
- Removed
Props onlymode.
Network
- Intercepts
fetchandXMLHttpRequestexceptOPTIONSand extension-originated calls. - Summary columns: status, method, name, duration, size.
- Detailed view: params, auth, headers, request, response — only CORS-exposed headers where applicable.
- Pause/resume capture; recording on by default on first open.
Breakpoint— pause and edit outbound requests before send.Mock Response— intercept and return a synthetic response.- Quick copy of URLs, tokens, and key fields.
- Clear all captured requests.
- Event-driven architecture without polling for lower CPU.
- Binary detection — textual preview suppressed with metadata only.
[2.2.0] - 2026-02-24
Core
Display Mode— move the app into aDevToolstab or disable pure overlay.Optionsreorganized into logical sections.Props,Pinia Store, andNetworkfilters editable inline without jumping to Options.Fixed JSON text-mode click target area.
Large JSON no longer truncates — heavy CSS disabled for performance.
Update notifications revised:
Dismiss→Later;Download→Previewpointing toOptions → About;- detail block with
IgnoreandDownload.
Props
- Fixed missing Props hover highlight in
Standalone.
Network
form-datasupport for reading and traffic substitution.- Saved files for reuse with
Breakpoint/form-data. Rewrite Breakpoint/Rewrite Mock— overwrite existing rules instead of duplicating.- Badges for active
Breakpoint/Mockper request; click opens matching Options. - Search by HTTP status code.
Breakpointrules consider HTTP method.- Fixed inspector not opening when a
breakpointfired. - Context menu entries:
Disable/Enable Breakpoint,Disable/Enable Mock,Delete Breakpoint/Mock(shown when applicable).
Options
General
- Core settings (
Display Mode,Search Parameters,Auto Refresh,JSON Editor Mode) grouped together. Settings Managementmoved from the tab header.
Network
Search Settingssplit into their own section and decoupled.Breakpoints/Mockstable layout fixes — rows no longer over-stretch.- Toggle and edit existing rules.
Props
- Settings file controls moved into the section.
Component Blacklistmoved here from the general block.Favorite Componentsmoved here from the general block.
Pinia Store
- Settings file controls moved into the section.
About
Release notesandCheck for updates(extension only).When an update exists:
Ignoresilences this version until a newer one ships;Downloadfetches the app archive.
[2.3.0] - 2026-03-16
Network
Postmancollection export from capturedNetworktraffic.- Single-panel mode:
Copy cURLreplaced with a header context menu —Breakpoint,Mock,Copy cURL. - Right-click context menu on request detail header.
Props
- Favorites and blacklist behavior fixes.
- Blacklist applied during collection traversal (not only table filtering) — faster Props load.
- Quick actions menu for
Props. - Refresh open component in read mode.
- Shortcut jump to favorites from the favorites counter.
Store
- Pinia
favoriteswith shortcut navigation. - Quick actions menu for
Pinia Store. - Refresh open entry in read mode.
Optionssupports manual favorite entries withwildcards.
Options
- User files now persist as local copies in app storage.
Standaloneuses dedicated local storage — settings survive relaunch and work across sites.- Tree JSON editor temporarily disabled — text mode only.
Customize
Options → General → Customize adds theming:
Dark / Lightcolor scheme;Imagebackground (File / Link) with stills,GIF,MP4;Browseor pick from saved files;- Add by URL;
Image Opacity,Blur,Noise Intensity / Opacity,Position (X / Y),Scale(100–200%).
UI / UX
- Responsive layout for smaller screens.
- Wide layout: split list + details.
- ~
1000pxwidth collapses to single-panel. Esccloses panels/dialogs.Ctrl+Fsearch inDevToolstab mode.- Loading skeletons for
Props/Piniatables instead of raw “Not found”. - Column visibility toggles for
Props,Pinia,Network. - Chevron redesign for iframe open/close.
- Table context menus (right-click).
Performance
- Blacklist applied during Props tree pre-walk — faster data collection and tab load.
Fixes
- JSON edit hit area while scrolling.
Networktab freezes after long sessions.Ctrl+Aselects only the focused input.- Reset/delete buttons respect
disabledstate. Optionstables with many rows.- JSON edit mode styling.
- Minor cosmetic fixes.
[2.4.0] - 2026-04-05
Network
- When
Pauseis enabled, inspector interceptors are detached, so native DevTools display theoriginal initiatorinstead ofinjected.ts. - The
Networktable now uses virtualization for better performance and reduced UI freezes. - The request details view now opens on the
Responsetab by default. - When a
Breakpointis triggered, the paused method automatically opens on theRequesttab. Search bylists on theNetworktab and inOptionsnow support searching by theNamecolumn.
Props
Propsperformance has been significantly improved, makingauto refreshsafe to use.In the
Propstable, thePropscolumn has been split intoPassedandDeclared(all columns can be hidden):Passed— number of props currently received;Declared— number of props declared on the component.
In the right-side
Props detailspanel, data is now split into two tabs:Passed— props currently received (opened by default);Declared— all props declared by the component.
The
Props detailspanel now includes aSizeparameter.
Inspect (Props Inspector)
- Added page element selection mode similar to
Chrome DevTools Elements. - Allows selecting elements directly on the page for quick
Propsfiltering. - Highlights
Vuecomponents on hover. - Displays quick element info:
Name,Root element,Received Props,Nested components. - After selection,
Propsdisplays only the selected element and its nested components. - The filter can be quickly cleared via the
Filteredbadge.
UI / UX
Windowed mode
- Added support for windowed mode with saved position for both launch modes.
- Updated the iframe open chevron with a drag indicator.
- Added support for docking the launcher to any of the four browser edges with automatic vertical stretching.
Auto launch settings
Added
Whitelistfor automatic app launch andBlacklistfor excluded sites where launch and launcher display are disabled.Added extension
popupwith quick actions:Forced Launch— launches the app ignoring whitelist, blacklist, and static-site restrictions;Reset Settings— resets all extension settings.
Other UI improvements
- Fixed
JSONstyling for large data volumes. - Added exact search when entering values in quotes; without quotes, search works in
likemode. - Minor visual interface improvements.
- Improved
Escbehavior inDevToolsmode: first closes nested tabs, and when nothing else remains, opens theDevTools Console.
Performance
- Improved
PropsandStoredetection mechanism for significantly faster data retrieval. - Increased limits for maximum readable
Propscount. - Refactored internal project structure: removed unused modules, dead code, and duplicated logic.
Documentation
- Full project documentation has been added.
- Added a
Documentationsection to the landing page. - Added quick documentation access via
Options → About.
Fixes
- Blocked native right-click menu inside the application context menu. • Fixed incorrect favorite detection in Props details when names matched.
- Improved search behavior in
DevTools mode: fixed cases where search could stop working and added highlight reset when clearing the field or closing search. - Fixed an issue when saving changes to
GettersinPinia Store. - Fixed an issue with retrieving
Propsdata inVueduring local development. - Fixed
Networkissues during local development.