-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated changelog for 2.0.3, added release notes
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |