Skip to content

Disk Activity Monitor 1.4.10

Choose a tag to compare

@andrewtheart andrewtheart released this 03 Aug 08:37
c806064

What's changed

  • Added reviewed whole-file Copilot commit planning for installer releases, with exact pending-path coverage, temporary-index staging validation, and explicit approval before any real staging or commit.
  • Fixed the planner failure StandardOutputEncoding is only supported when standard output is redirected. PowerShell's native invocation was applying an output encoding without a redirected stream; the workflow now launches native copilot.exe through ProcessStartInfo with stdout and stderr explicitly redirected as UTF-8.
  • Added Windows PowerShell 5.1-safe argument quoting, bounded planning context to stay below the Windows command-line limit, actionable Copilot stderr reporting, and strict normalized-plan collection handling.
  • Fixed release-note generation when the previous published tag exists remotely but is missing locally by fetching that exact tag before building the Git comparison range.

Installation

Download the installer matching your Windows architecture below. Both installers are self-contained and do not require a separate .NET runtime.

Assets

File Size (bytes) Size (MB) SHA-256
DiskActivityMonitor-Setup-1.4.10-x64.exe 86975979 82.95 7703411e5c491d402000206a7300286dd8d777d2cec7315c6073b62f09df1117
DiskActivityMonitor-Setup-1.4.10-x86.exe 79807719 76.11 92ad01e54a7c4925a7d21aa8167766ae0868ebf95719472fca655a1eb18ab8dc

Validation

  • Serial Debug solution build completed with 0 warnings and 0 errors.
  • Full test suite: 325 passed, 0 failed.
  • Installer workflow tests: 16 passed, including native executable resolution and Windows PowerShell 5.1 argument quoting.
  • Real Copilot planning completed with exact path validation and temporary-index preflight before approval.
  • Self-contained Release installers built successfully for win-x64 and win-x86 with Inno Setup 6.7.3.
  • GitHub tag target, published/latest state, release body, asset names, sizes, and SHA-256 digests were verified.
  • Commit target: c806064

Full changelog

Compare v1.4.9...v1.4.10