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.

98 lines
3.0 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. # Better Network Panel - Changelog
  2. <ul>
  3. <li><a href="#version-101">Version 1.0.1</a>
  4. <ul>
  5. <li><a href="#panel-settings">Panel Settings</a></li>
  6. </ul>
  7. </li>
  8. <li><a href="#version-100">Version 1.0.0</a>
  9. <ul>
  10. <li><a href="#improved-search">Improved Search</a></li>
  11. <li><a href="#json-editor-built-in">JSON Editor BUILT IN</a></li>
  12. <li><a href="#vertical-chrome-panel">Vertical Chrome Panel</a></li>
  13. <li><a href="#download-json">Download JSON</a></li>
  14. </ul>
  15. </li>
  16. </ul>
  17. <a id="version-101"></a>
  18. ## Version 1.0.1
  19. <a id="panel-settings"></a>
  20. ### Panel Settings
  21. A new panel has been added that contains some configurable items.
  22. <a href="/images/v1.0.1-Panel-Settings.png" data-jbox-image="gallery">
  23. ![Version 1.0.1 Panel Settings](/images/v1.0.1-Panel-Settings.png)
  24. </a>
  25. ### Various Bugfixes and Enhancements
  26. * SCSS refactor for better handling of page size changes (i.e. using flexbox)
  27. * User can enable/disable auto-scrolling of network logs (See [Panel Settings](#panel-settings))
  28. * Search terms now have better CSS cursor indicators
  29. <a id="version-100"></a>
  30. ## Version 1.0.0
  31. <a href="/images/v1.0.0-FullScreenshot.png" data-jbox-image="gallery">
  32. ![Version 1.0.0 Screenshot](/images/v1.0.0-FullScreenshot.png)
  33. </a>
  34. <a id="improved-search"></a>
  35. ### Improved Search
  36. 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).
  37. <a href="/images/v1.0.0-Search.png" data-jbox-image="gallery">
  38. ![New Improved Search Screenshot](/images/v1.0.0-Search.png)
  39. </a>
  40. Additionally, **AND** and **OR** searching filters have been added. So you can search for:
  41. > `products` **AND** `services`
  42. Which would return any request containing **BOTH** `products` **AND** `services` somewhere in the headers, request body, etc...
  43. And you can search for:
  44. > `products` **OR** `services`
  45. Which would return any requests containing **EITHER** `products` **OR** `services`.
  46. <a id="json-editor-built-in"></a>
  47. ### JSON Editor BUILT IN
  48. 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.
  49. <a href="/images/v1.0.0-JSONEditor.png" data-jbox-image="gallery">
  50. ![JSON Editor Screenshot](/images/v1.0.0-JSONEditor.png)
  51. </a>
  52. <a id="vertical-chrome-panel"></a>
  53. ### Vertical Chrome Panel
  54. Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon.
  55. <a href="/images/v1.0.0-VerticalPanel.png" data-jbox-image="gallery">
  56. ![Vertical Panel Screenshot](/images/v1.0.0-VerticalPanel.png)
  57. </a>
  58. <a id="download-json"></a>
  59. ### Download JSON
  60. Download the current panel as a JSON doc.
  61. <a href="/images/v1.0.0-DownloadJSON.png" data-jbox-image="gallery">
  62. ![Download JSON Button Screenshot](/images/v1.0.0-DownloadJSON.png)
  63. </a>