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: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
See [VERSIONING.md](VERSIONING.md) for why the version starts at 1.8.1.
9
9
10
+
## [1.11.4] - 2026-05-26
11
+
12
+
### Added
13
+
14
+
-**Authenticode-signed Windows binaries and MSIs**: release artifacts are now signed via Azure Trusted Signing, so installs no longer trip SmartScreen/EDR unsigned-binary heuristics on Windows.
15
+
-**Feature gate for selective scanning**: new feature-gate mechanism allows disabling or enabling individual scanners at runtime, giving operators a way to scope what a deployment reports without rebuilding.
16
+
-**Invocation method + in-flight status reporting**: telemetry now records how the agent was invoked (launchd / systemd / scheduled task / interactive) and emits structured per-phase status info while a scan is running.
17
+
-**`$HOME` expansion in configured paths**: path-style config values now expand `$HOME` (and `~`) consistently across platforms.
18
+
19
+
### Fixed
20
+
21
+
-**Windows console window flashes during scheduled scans**: the scheduled task no longer pops a visible console window on each run.
22
+
-**Telemetry post-phase is non-blocking**: post-phase telemetry submission can no longer stall scan completion if the backend is slow or unreachable; sandbox invocation tests added to cover the path.
23
+
-**Canonicalised `$HOME`/`~` expansion**: path expansion now goes through `filepath.Join` so the resulting paths are normalised across `/`-vs-`\` and trailing-separator edge cases.
24
+
25
+
### Changed
26
+
27
+
-**Per-phase telemetry sub-progress incl. upload phase**: progress reporting now tracks sub-progress within each phase and adds an explicit upload phase, giving the dashboard finer-grained visibility into long-running scans.
28
+
-**CI: on-demand test-binary + MSI workflow** added so non-release builds can be produced from a PR without cutting a tag.
29
+
-**CI: msi-smoke workflow hardened** following StepSecurity best-practice review.
30
+
10
31
## [1.11.3] - 2026-05-21
11
32
12
33
### Added
@@ -181,6 +202,7 @@ First open-source release. The scanning engine was previously an internal enterp
0 commit comments