diff --git a/posts/bnp-changelog.html b/posts/bnp-changelog.html index 8f428d1..25b32ec 100644 --- a/posts/bnp-changelog.html +++ b/posts/bnp-changelog.html @@ -1,5 +1,10 @@ -

Better Network Panel - Changelog

+

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 +

+

Various Bugfixes and Enhancements

+ +

Version 1.0.0

Version 1.0.0 Screenshot diff --git a/posts/bnp-changelog.md b/posts/bnp-changelog.md index 0e9ae05..a6b4a2a 100644 --- a/posts/bnp-changelog.md +++ b/posts/bnp-changelog.md @@ -1,10 +1,42 @@ -# Better Network Panel - Changelog +# 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) +

+ + + +## 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](#panel-settings)) +* Search terms now have better CSS cursor indicators + + ## Version 1.0.0 @@ -13,6 +45,7 @@ + ### 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). @@ -35,6 +68,7 @@ And you can search for: Which would return any requests containing **EITHER** `products` **OR** `services`. + ### 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. @@ -44,6 +78,7 @@ Using the Open Source [JSON Editor](https://github.com/josdejong/jsoneditor), yo + ### Vertical Chrome Panel 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 + ### Download JSON Download the current panel as a JSON doc. diff --git a/public/images/v1.0.1-Panel-Settings.png b/public/images/v1.0.1-Panel-Settings.png new file mode 100644 index 0000000..7674c09 Binary files /dev/null and b/public/images/v1.0.1-Panel-Settings.png differ