From 654b139c67a53b2053b0fadd36efd9a15d10ff49 Mon Sep 17 00:00:00 2001 From: Kyle Sammons Date: Mon, 24 Jul 2023 11:47:53 -0700 Subject: [PATCH] Bump to v0.3.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 448057f..556f943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.3.0 +### New features +* Added a sidebar that displays all the detected fields in the logs returned +* Added a popover on the sidebar that when clicked will show detailed statistics about the values of a given field +* Added buttons to the popover sidebar UI that allows you to filter fields by one of the values shown (either positively +or negatively), added loading indicators, folding, and various other small touchups + +### Breaking changes +N/A + +### Bugs squashed +N/A + ## 0.2.1 ### New features N/A diff --git a/package.json b/package.json index 9cd0847..0bd114e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slack-kaldb-app", - "version": "0.2.1", + "version": "0.3.0", "description": "Grafana KalDB App", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",