Skip to content

Commit

Permalink
prepare v0.27.0 (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwt authored Nov 3, 2021
1 parent c756671 commit 6bc74c9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.27.0

* Update Zed to [v0.32.0](https://github.com/brimdata/zed/releases/tag/v0.32.0)
* Fix an issue where entering relative dates in the time range caused a crash (#1932)
* Fix an issue where selecting a large pool made the app unresponsive (#1919)
* Fix an issue where exporting data failed (#1909)
* Highlight Zed error values (#1903)
* Fix an issue where the bar chart did not stay in sync with the search results (#1897)
* Fix an issue where switching to a tab reissued its search (#1891)
* Add nested folders, library importing, and inline renaming to the Query Library (#1887)
* Improve search bar responsiveness (#1877)
* Update Brimcap to [v1.1.2](https://github.com/brimdata/brimcap/releases/tag/v1.1.2) (#1889)
* Fix an issue where records containing a type alias were not displayed properly (#1882)
* Maintain sidebar layout when switching tabs (#1873)

## v0.26.0

* Update Zed to [v0.31.0](https://github.com/brimdata/zed/releases/tag/v0.31.0)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Brim Desktop App",
"repository": "https://github.com/brimdata/brim",
"license": "BSD-3-Clause",
"version": "0.26.0",
"version": "0.27.0",
"main": "dist/src/js/electron/main.js",
"author": "Brim Security, Inc.",
"scripts": {
Expand Down Expand Up @@ -159,7 +159,7 @@
"tree-model": "^1.0.7",
"use-resize-observer": "^8.0.0",
"valid-url": "^1.0.9",
"zed": "git+https://github.com/brimdata/zed.git#0594b010324639a68a151a0aec432acd241b2aca"
"zed": "git+https://github.com/brimdata/zed.git#v0.32.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit 6bc74c9

Please sign in to comment.