You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+128Lines changed: 128 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,134 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.3.0
9
+
10
+
### Added
11
+
12
+
-`completion` command for generating and installing shell completions (bash, zsh, fish)
13
+
-`--all` flag for `images` command to fetch images from all configured sandboxes
14
+
-`--suspicious` flag for `report` command to include suspicious detects
15
+
-`--open-browser` flag for `scan`, `scan-new` and `re-scan` commands
16
+
-`--preserve-filename` flag for `scan-new` to keep the original filename during analysis
17
+
-`--wait-timeout` option for `scan-new` (useful for heavy samples)
18
+
-`--timeout` option for `re-scan` (response waiting time for large traces)
19
+
-`--amsi` and `--dex` download options for `scan`, `scan-new` and `download` commands
20
+
-`--concurrency` and `--read-timeout` options for `download` command
21
+
-`--query` and `--count` options for `download` command to search and download tasks
22
+
-`--unimon-hooks`, `--fileextractor-excludes`, `--no-procdumps-on-finish`, `--disable-lightweight-dumps` and `--file-type-as-ext` options for `scan-new`
23
+
-`--debug` download option for `re-scan`
24
+
-`description` field in sandbox config
25
+
-`rules-path` config option for specifying a base path to the rules directory
26
+
- Support for task links in `download` command
27
+
- Support for wildcard scan files on Windows
28
+
29
+
### Changed
30
+
31
+
-**Breaking:**`--procdump-new-processes-on-finish` renamed to `--no-procdumps-on-finish` (inverted semantics)
32
+
-**Breaking:**`--latest` flag removed from `report` command
33
+
-`email` command description changed from "Send an email" to "Upload an email"
34
+
-`--rules` now accepts platform aliases (`windows`, `linux`) in addition to paths
35
+
-`--crashdumps` short flag changed from `-c` to `-C` in `download` command
36
+
-`report` command now supports download output without `scan_config.json`
37
+
-`report --key` is now used only for link generation when `scan_config.json` is missing
38
+
- CLI startup optimized via lazy command registration
0 commit comments