From 4dbc1f40cab15578a613a92bd1739b724e3c75f9 Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Wed, 27 Jan 2021 14:58:58 -0600 Subject: [PATCH] HTML link fix --- posts/bnp-changelog.html | 24 ++++++++++++------------ posts/bnp-changelog.md | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/posts/bnp-changelog.html b/posts/bnp-changelog.html index 5296902..8f428d1 100644 --- a/posts/bnp-changelog.html +++ b/posts/bnp-changelog.html @@ -1,19 +1,19 @@

Better Network Panel - Changelog

Version 1.0.0

Version 1.0.0 Screenshot

-

+

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).

@@ -29,19 +29,19 @@

products OR services

Which would return any requests containing EITHER products OR services.

-

+

JSON Editor BUILT IN

Using the Open Source JSON Editor, you can now easily search and view JSON data just as you can on the official jsoneditoronline.org website.

JSON Editor Screenshot

-

+

Vertical Chrome Panel

Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon.

Vertical Panel Screenshot

-

+

Download JSON

Download the current panel as a JSON doc.

diff --git a/posts/bnp-changelog.md b/posts/bnp-changelog.md index bb3dc0c..0e9ae05 100644 --- a/posts/bnp-changelog.md +++ b/posts/bnp-changelog.md @@ -12,7 +12,7 @@ ![Version 1.0.0 Screenshot](/images/v1.0.0-FullScreenshot.png) - + ### 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). @@ -34,7 +34,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. @@ -43,7 +43,7 @@ Using the Open Source [JSON Editor](https://github.com/josdejong/jsoneditor), yo ![JSON Editor Screenshot](/images/v1.0.0-JSONEditor.png) - + ### Vertical Chrome Panel Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon. @@ -52,7 +52,7 @@ Better Network Panel now supports a vertical layout using responsive CSS. Panel ![Vertical Panel Screenshot](/images/v1.0.0-VerticalPanel.png) - + ### Download JSON Download the current panel as a JSON doc.