My personal website https://leviolson.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

3.0 KiB

Better Network Panel - Changelog

Version 1.0.1

Panel Settings

A new panel has been added that contains some configurable items.

![Version 1.0.1 Panel Settings](/images/v1.0.1-Panel-Settings.png)

Various Bugfixes and Enhancements

  • SCSS refactor for better handling of page size changes (i.e. using flexbox)
  • User can enable/disable auto-scrolling of network logs (See Panel Settings)
  • Search terms now have better CSS cursor indicators

Version 1.0.0

![Version 1.0.0 Screenshot](/images/v1.0.0-FullScreenshot.png)

Advanced search capability has been added in this release which improves on the previous search by adding a negation search (i.e. "-carts" which would remove requests containing "carts" in the results).

![New Improved Search Screenshot](/images/v1.0.0-Search.png)

Additionally, AND and OR searching filters have been added. So you can search for:

products AND services

Which would return any request containing BOTH products AND services somewhere in the headers, request body, etc...

And you can search for:

products OR services

Which would return any requests containing EITHER products OR services.

JSON Editor BUILT IN

Using the Open Source JSON Editor, you can now easily search and view JSON data just as you can on the official jsoneditoronline.org website.

![JSON Editor Screenshot](/images/v1.0.0-JSONEditor.png)

Vertical Chrome Panel

Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon.

![Vertical Panel Screenshot](/images/v1.0.0-VerticalPanel.png)

Download JSON

Download the current panel as a JSON doc.

![Download JSON Button Screenshot](/images/v1.0.0-DownloadJSON.png)