-
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.
Fixed: - upstream auto update issue ([electron issue](electron-userland/electron-builder#3269)) Added: - Thrift connection pooling - Support for AWS workstations - Scan duration to UI - Automated testing for builds * lock electron-builder/updater package versions to avoid bug * Updated changelog and release notes
- Loading branch information
Showing
4 changed files
with
27 additions
and
31 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
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 |
---|---|---|
@@ -1,21 +1,8 @@ | ||
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: | ||
- upstream auto update issue ([electron issue](https://github.com/electron-userland/electron-builder/issues/3269)) | ||
|
||
- Improved thrift connection stability and removed magic numbers/timing | ||
- Windows not properly terminating osqueryd on close | ||
Added: | ||
- Thrift connection pooling | ||
- Support for AWS workstations | ||
- Scan duration to UI | ||
- Automated testing for builds |
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