My ham website
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.

62 lines
2.1 KiB

3 years ago
3 years ago
3 years ago
3 years ago
  1. # Better Network Panel - Changelog <!-- omit in toc -->
  2. - [Version 1.0.0](#version-100)
  3. - [Improved Search](#improved-search)
  4. - [JSON Editor BUILT IN](#json-editor-built-in)
  5. - [Vertical Chrome Panel](#vertical-chrome-panel)
  6. - [Download JSON](#download-json)
  7. ## Version 1.0.0
  8. <a href="/images/v1.0.0-FullScreenshot.png" data-jbox-image="gallery">
  9. ![Version 1.0.0 Screenshot](/images/v1.0.0-FullScreenshot.png)
  10. </a>
  11. <a id="improved-search"></a>
  12. ### Improved Search
  13. 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).
  14. <a href="/images/v1.0.0-Search.png" data-jbox-image="gallery">
  15. ![New Improved Search Screenshot](/images/v1.0.0-Search.png)
  16. </a>
  17. Additionally, **AND** and **OR** searching filters have been added. So you can search for:
  18. > `products` **AND** `services`
  19. Which would return any request containing **BOTH** `products` **AND** `services` somewhere in the headers, request body, etc...
  20. And you can search for:
  21. > `products` **OR** `services`
  22. Which would return any requests containing **EITHER** `products` **OR** `services`.
  23. <a id="json-editor-built-in"></a>
  24. ### JSON Editor BUILT IN
  25. Using the Open Source [JSON Editor](https://github.com/josdejong/jsoneditor), you can now easily search and view JSON data just as you can on the official [jsoneditoronline.org](https://jsoneditoronline.org) website.
  26. <a href="/images/v1.0.0-JSONEditor.png" data-jbox-image="gallery">
  27. ![JSON Editor Screenshot](/images/v1.0.0-JSONEditor.png)
  28. </a>
  29. <a id="vertical-chrome-panel"></a>
  30. ### Vertical Chrome Panel
  31. Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon.
  32. <a href="/images/v1.0.0-VerticalPanel.png" data-jbox-image="gallery">
  33. ![Vertical Panel Screenshot](/images/v1.0.0-VerticalPanel.png)
  34. </a>
  35. <a id="download-json"></a>
  36. ### Download JSON
  37. Download the current panel as a JSON doc.
  38. <a href="/images/v1.0.0-DownloadJSON.png" data-jbox-image="gallery">
  39. ![Download JSON Button Screenshot](/images/v1.0.0-DownloadJSON.png)
  40. </a>