Disk Activity Monitor 1.4.12
Release notes for v1.4.12:
## What's changed
- **Per-file breakdown on hover** — hovering a process bar in the tray dashboard now shows which files that process is writing to, so you can see the source of the activity without drilling in (`4ae3a9a`).
- **Top written files in heavy-write alerts** — heavy-write notifications now list the top written files for the offending process, giving actionable detail directly in the alert (`295769a`).
- **Documentation updated** — `HELP.md` and the in-app help (`HELP.html`) describe the new hover breakdown and the top-files detail in alerts (`d224479`).
- **Test coverage added** — new cases in `FileTargetTests` and `MainWindowCoverageTests` cover the file-target and tray window behaviour introduced above.
Changed files: `HELP.md`, `src/DiskActivityMonitor.Tray/HELP.html`, `src/DiskActivityMonitor.Tray/MainWindow.xaml`, `src/DiskActivityMonitor.Tray/MainWindow.xaml.cs`, `src/DiskActivityMonitor.Tray/TrayController.cs`, `tests/DiskActivityMonitor.Tests/FileTargetTests.cs`, `tests/DiskActivityMonitor.Tests/MainWindowCoverageTests.cs` (7 files, +152 / -20).
**Full changelog:** [`v1.4.11...v1.4.12`](https://github.com/andrewtheart/DiskActivityMonitor/compare/v1.4.11...v1.4.12)
## Installation
Download the self-contained installer for your architecture from the [release assets](https://github.com/andrewtheart/DiskActivityMonitor/releases/latest) — no .NET runtime is required on the target machine:
| Architecture | Installer |
|---|---|
| **x64** (64-bit Intel/AMD) | `DiskActivityMonitor-Setup-1.4.12-x64.exe` |
| **x86** (32-bit) | `DiskActivityMonitor-Setup-1.4.12-x86.exe` |
The installer registers the **DiskActivityMonitor** Windows Service (auto-start), adds a Start Menu shortcut, and optionally creates a startup entry so the tray dashboard launches at sign-in.
When upgrading from v1.4.11, setup asks whether to keep your existing settings and monitoring database; **Keep existing data** is the focused default.Assets
| File | Size (bytes) | Size (MB) | SHA-256 |
|---|---|---|---|
| DiskActivityMonitor-Setup-1.4.12-x64.exe | 87012271 | 82.98 | 87ae531f65b485f3a55a2468cb12678af95ad4cad7cab9b51cc45602cad3e590 |
| DiskActivityMonitor-Setup-1.4.12-x86.exe | 79834918 | 76.14 | aaa6e21449e6151359b0da6ccb0808e98f2cd8666ba54465fd3b1eb955bdf6c6 |
Validation
- Built variants: x64, x86
- Build configuration: Release
- Commit target: d224479
- Assets verified locally: DiskActivityMonitor-Setup-1.4.12-x64.exe, DiskActivityMonitor-Setup-1.4.12-x86.exe