# 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.0 ![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). ![New Improved Search Screenshot](/images/v1.0.0-Search.png) Additionally, **AND** and **OR** searching filters have been added. So you can search for: > `products` **AND** `services` Which would return any request containing **BOTH** `products` **AND** `services` somewhere in the headers, request body, etc... And you can search for: > `products` **OR** `services` 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. ![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. ![Vertical Panel Screenshot](/images/v1.0.0-VerticalPanel.png) ### Download JSON Download the current panel as a JSON doc. ![Download JSON Button Screenshot](/images/v1.0.0-DownloadJSON.png)