From c261ef98f789e705410f159f780d3ce21415fa3d Mon Sep 17 00:00:00 2001 From: Rob McVey Date: Wed, 29 Aug 2018 14:09:22 -0700 Subject: [PATCH] Updated changelog for 2.0.3, added release notes --- CHANGELOG.md | 23 +++++++++++++++++++++++ public/release-notes.md | 21 +++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 public/release-notes.md diff --git a/CHANGELOG.md b/CHANGELOG.md index fccb2daa..ec72a490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,29 @@ All notable changes to this project will be documented in this file. ---- +## [2.0.3](https://github.com/Netflix-Skunkworks/stethoscope-app/tree/2.0.3) - 2018-08-29 + +----- + +### Changed +- Stethoscope is now a tray/menubar only application! +- Normalized practice names to camelCase between `yaml` and `json` +- Closing window collapses app to menubar/tray instead of quitting +- Improved logging + +### Added +- Automatic scanning (weekly scan by default) - controlled by `rescanIntervalSeconds` in [src/config.json](src/config.json) +- Basic support for internationalization (practices.{LANGUAGE_CODE}.yaml) +- Documentation around policies +- New Mac device versions +- Instructions now display dynamic content via handlebars preprocessing +- Production debugging capabilities +- Basic linux support (requires `root`) + +### Fixed +- Improved thrift connection stability and removed magic numbers/timing +- Windows not properly terminating osqueryd on close + ## [1.2.0](https://github.com/Netflix-Skunkworks/stethoscope-app/tree/1.2.0) - 2018-07-29 ----- diff --git a/public/release-notes.md b/public/release-notes.md new file mode 100644 index 00000000..cd6aad19 --- /dev/null +++ b/public/release-notes.md @@ -0,0 +1,21 @@ +Changed: + +- Stethoscope is now a tray/menubar only application! +- Normalized practice names to camelCase between `yaml` and `json` +- Closing window collapses app to menubar/tray instead of quitting +- Improved logging + +Added: + +- Automatic scanning (weekly scan by default) - controlled by `rescanIntervalSeconds` in [src/config.json](src/config.json) +- Basic support for internationalization (practices.{LANGUAGE_CODE}.yaml) +- Documentation around policies +- New Mac device versions +- Instructions now display dynamic content via handlebars preprocessing +- Production debugging capabilities +- Basic linux support (requires `root`) + +Fixed: + +- Improved thrift connection stability and removed magic numbers/timing +- Windows not properly terminating osqueryd on close