Skip to content

Commit

Permalink
Bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-sammons committed Jul 24, 2023
1 parent 224066b commit 654b139
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 654b139

Please sign in to comment.