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
4xx/5xx errors now show red across the entire row — status code, URL path, row background, waterfall bar, and detail panel
Error response body shown in red with a status banner in both Preview and Response tabs
Network failures (DNS, timeout) now correctly show "ERR — Network Error" in the Headers tab instead of misleading "Pending"
Bug Fixes — App Stability
Fixed context menu memory leak: Right-click handlers in the network detail panel were accumulating on every tab switch — now properly cleaned up
Fixed update check timing: Update notification now retries delivery (500ms, 2s, 5s) to ensure the Settings panel always receives it
Fixed semver comparison: Update check now uses proper semantic version comparison instead of string equality — prevents false "update available" when local version is ahead
Fixed Metro port validation: Main process now validates the port (1024–65535) before applying, preventing invalid values from breaking CDP target discovery
Fixed CDP button port display: Now reads from the actual server-side port state instead of localStorage