diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1901b1b3..e8e9fd3f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 71ac6658d5..7cb8664fba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Brim", - "version": "0.5.4", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -16103,8 +16103,8 @@ } }, "zq": { - "version": "github:brimsec/zq#a3e54c2940fb88bd918298b13e49e81b69e8cc60", - "from": "github:brimsec/zq#v0.8.0" + "version": "github:brimsec/zq#28f78f150391565f09e003d75e70d71807adc331", + "from": "github:brimsec/zq#v0.9.0" } } } diff --git a/package.json b/package.json index 1a3597e855..cd62432f95 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Brim Desktop App", "repository": "https://github.com/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": { @@ -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" } }