Skip to content

Commit

Permalink
Prep for v0.6.0 (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Apr 4, 2020
1 parent 1176732 commit 7ecb272
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.6.0

* Add auto-update for MacOS (#515)
* Fix error message presentation via content-type inspection (#519)
* Add menu options for **Help > About** and **File > Settings** in Windows (#521)
* Add menu options for **File > Close Tab**, **File > Close Window**, and **File > Exit** (Windows only) (#522)
* Remove dependency on unzip executable (#525)
* Fix an issue where slices from pcap filenames containing space chars would not open (#526)
* Store pcap slices in OS temp dir rather than `Downloads` dir (#528)
* Fix an issue when clicking between multiple tabs during pcap ingest (#527)
* Maintain separate Log Details panel for each Space (#541)
* Show a warning in History panel for items from deleted Spaces (#547)
* Sign the Windows installer (#549)
* Change logging config to use the new waterfall logger in zqd (#540)
* Use a new Zeek launcher on Windows to improve error handling (#548)

## v0.5.4

* Ensure bundled zeek can run on MacOS version 10.10 and beyond. (#513)
Expand Down
6 changes: 3 additions & 3 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:/brimsec/brim",
"license": "BSD-3-Clause",
"version": "0.5.4",
"version": "0.6.0",
"main": "dist/js/electron/main.js",
"author": "Brim Security, Inc.",
"bin": {
Expand Down Expand Up @@ -140,6 +140,6 @@
"rimraf": "^3.0.2",
"source-map-support": "^0.5.16",
"valid-url": "^1.0.9",
"zq": "brimsec/zq#v0.8.0"
"zq": "brimsec/zq#v0.9.0"
}
}

0 comments on commit 7ecb272

Please sign in to comment.