From 82679797f51f8307fb71c31ef3b97eea0d0f894e Mon Sep 17 00:00:00 2001 From: Kyle Sammons Date: Fri, 1 Dec 2023 11:24:57 -0800 Subject: [PATCH 1/2] To 0.4.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d22206..2c72871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.4.0 +### New features +* Improved the performance of the application by combining two network requests into one +* Improved the performance of the application through various optimizations that _should_ +result in an average load time speed up of ~50% + +### Breaking changes +N/A + +### Bugs squashed +* Fixed the background color for the most popular fields list not being correct in dark mode + + ## 0.3.0 ### New features * Added a sidebar that displays all the detected fields in the logs returned From 200b671b6d77019dfad2e34c45f8b491d3cfcbc8 Mon Sep 17 00:00:00 2001 From: Kyle Sammons Date: Fri, 1 Dec 2023 11:26:28 -0800 Subject: [PATCH 2/2] Also bump the package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10a874b..41fe930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slack-kaldb-app", - "version": "0.3.0", + "version": "0.4.0", "description": "Grafana KalDB App", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",