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.
 
 
 
 
 

49 lines
2.9 KiB

<h1 id="betternetworkpanelchangelogomitintoc">Better Network Panel - Changelog <!-- omit in toc --></h1>
<ul>
<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>
<h2 id="version100">Version 1.0.0</h2>
<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" />
</a></p>
<p><a id="improved-search"></a></p>
<h3 id="improvedsearch">Improved Search</h3>
<p>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).</p>
<p><a href="/images/v1.0.0-Search.png" data-jbox-image="gallery">
<img src="/images/v1.0.0-Search.png" alt="New Improved Search Screenshot" />
</a></p>
<p>Additionally, <strong>AND</strong> and <strong>OR</strong> searching filters have been added. So you can search for:</p>
<blockquote>
<p><code>products</code> <strong>AND</strong> <code>services</code></p>
</blockquote>
<p>Which would return any request containing <strong>BOTH</strong> <code>products</code> <strong>AND</strong> <code>services</code> somewhere in the headers, request body, etc…</p>
<p>And you can search for:</p>
<blockquote>
<p><code>products</code> <strong>OR</strong> <code>services</code></p>
</blockquote>
<p>Which would return any requests containing <strong>EITHER</strong> <code>products</code> <strong>OR</strong> <code>services</code>.</p>
<p><a id="json-editor-built-in"></a></p>
<h3 id="jsoneditorbuiltin">JSON Editor BUILT IN</h3>
<p>Using the Open Source <a href="https://github.com/josdejong/jsoneditor">JSON Editor</a>, you can now easily search and view JSON data just as you can on the official <a href="https://jsoneditoronline.org">jsoneditoronline.org</a> website.</p>
<p><a href="/images/v1.0.0-JSONEditor.png" data-jbox-image="gallery">
<img src="/images/v1.0.0-JSONEditor.png" alt="JSON Editor Screenshot" />
</a></p>
<p><a id="vertical-chrome-panel"></a></p>
<h3 id="verticalchromepanel">Vertical Chrome Panel</h3>
<p>Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon.</p>
<p><a href="/images/v1.0.0-VerticalPanel.png" data-jbox-image="gallery">
<img src="/images/v1.0.0-VerticalPanel.png" alt="Vertical Panel Screenshot" />
</a></p>
<p><a id="download-json"></a></p>
<h3 id="downloadjson">Download JSON</h3>
<p>Download the current panel as a JSON doc.</p>
<p><a href="/images/v1.0.0-DownloadJSON.png" data-jbox-image="gallery">
<img src="/images/v1.0.0-DownloadJSON.png" alt="Download JSON Button Screenshot" />
</a></p>