Browse Source

Panel Settings

master
Levi Olson 3 years ago
parent
commit
5647b121b6
3 changed files with 63 additions and 7 deletions
  1. +21
    -1
      posts/bnp-changelog.html
  2. +42
    -6
      posts/bnp-changelog.md
  3. BIN
      public/images/v1.0.1-Panel-Settings.png

+ 21
- 1
posts/bnp-changelog.html View File

@ -1,5 +1,10 @@
<h1 id="betternetworkpanelchangelogomitintoc">Better Network Panel - Changelog <!-- omit in toc --></h1>
<h1 id="betternetworkpanelchangelog">Better Network Panel - Changelog</h1>
<ul> <ul>
<li><a href="#version-101">Version 1.0.1</a>
<ul>
<li><a href="#panel-settings">Panel Settings</a></li>
</ul>
</li>
<li><a href="#version-100">Version 1.0.0</a> <li><a href="#version-100">Version 1.0.0</a>
<ul> <ul>
<li><a href="#improved-search">Improved Search</a></li> <li><a href="#improved-search">Improved Search</a></li>
@ -9,6 +14,21 @@
</ul> </ul>
</li> </li>
</ul> </ul>
<p><a id="version-101"></a></p>
<h2 id="version101">Version 1.0.1</h2>
<p><a id="panel-settings"></a></p>
<h3 id="panelsettings">Panel Settings</h3>
<p>A new panel has been added that contains some configurable items.</p>
<p><a href="/images/v1.0.1-Panel-Settings.png" data-jbox-image="gallery">
<img src="/images/v1.0.1-Panel-Settings.png" alt="Version 1.0.1 Panel Settings" />
</a></p>
<h3 id="variousbugfixesandenhancements">Various Bugfixes and Enhancements</h3>
<ul>
<li>SCSS refactor for better handling of page size changes (i.e. using flexbox)</li>
<li>User can enable/disable auto-scrolling of network logs (See <a href="#panel-settings">Panel Settings</a>)</li>
<li>Search terms now have better CSS cursor indicators</li>
</ul>
<p><a id="version-100"></a></p>
<h2 id="version100">Version 1.0.0</h2> <h2 id="version100">Version 1.0.0</h2>
<p><a href="/images/v1.0.0-FullScreenshot.png" data-jbox-image="gallery"> <p><a href="/images/v1.0.0-FullScreenshot.png" data-jbox-image="gallery">
<img src="/images/v1.0.0-FullScreenshot.png" alt="Version 1.0.0 Screenshot" /> <img src="/images/v1.0.0-FullScreenshot.png" alt="Version 1.0.0 Screenshot" />

+ 42
- 6
posts/bnp-changelog.md View File

@ -1,10 +1,42 @@
# Better Network Panel - Changelog <!-- omit in toc -->
# Better Network Panel - Changelog
- [Version 1.0.0](#version-100)
- [Improved Search](#improved-search)
- [JSON Editor BUILT IN](#json-editor-built-in)
- [Vertical Chrome Panel](#vertical-chrome-panel)
- [Download JSON](#download-json)
<ul>
<li><a href="#version-101">Version 1.0.1</a>
<ul>
<li><a href="#panel-settings">Panel Settings</a></li>
</ul>
</li>
<li><a href="#version-100">Version 1.0.0</a>
<ul>
<li><a href="#improved-search">Improved Search</a></li>
<li><a href="#json-editor-built-in">JSON Editor BUILT IN</a></li>
<li><a href="#vertical-chrome-panel">Vertical Chrome Panel</a></li>
<li><a href="#download-json">Download JSON</a></li>
</ul>
</li>
</ul>
<a id="version-101"></a>
## Version 1.0.1
<a id="panel-settings"></a>
### Panel Settings
A new panel has been added that contains some configurable items.
<a href="/images/v1.0.1-Panel-Settings.png" data-jbox-image="gallery">
![Version 1.0.1 Panel Settings](/images/v1.0.1-Panel-Settings.png)
</a>
### 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](#panel-settings))
* Search terms now have better CSS cursor indicators
<a id="version-100"></a>
## Version 1.0.0 ## Version 1.0.0
@ -13,6 +45,7 @@
</a> </a>
<a id="improved-search"></a> <a id="improved-search"></a>
### Improved Search ### Improved Search
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). 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).
@ -35,6 +68,7 @@ And you can search for:
Which would return any requests containing **EITHER** `products` **OR** `services`. Which would return any requests containing **EITHER** `products` **OR** `services`.
<a id="json-editor-built-in"></a> <a id="json-editor-built-in"></a>
### JSON Editor BUILT IN ### JSON Editor BUILT IN
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. 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.
@ -44,6 +78,7 @@ Using the Open Source [JSON Editor](https://github.com/josdejong/jsoneditor), yo
</a> </a>
<a id="vertical-chrome-panel"></a> <a id="vertical-chrome-panel"></a>
### Vertical Chrome Panel ### Vertical Chrome Panel
Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon. Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon.
@ -53,6 +88,7 @@ Better Network Panel now supports a vertical layout using responsive CSS. Panel
</a> </a>
<a id="download-json"></a> <a id="download-json"></a>
### Download JSON ### Download JSON
Download the current panel as a JSON doc. Download the current panel as a JSON doc.

BIN
public/images/v1.0.1-Panel-Settings.png View File

Before After
Width: 1131  |  Height: 476  |  Size: 23 KiB

Loading…
Cancel
Save