Skip to content

3.2.1 - 2026-06-08

Choose a tag to compare

@github-actions github-actions released this 08 Jun 01:26
ede79d8

Release Notes

Fixed

  • Windows EXE installer build (inno/global.iss). The v3.2.0 consolidation work referenced a non-existent Inno Setup constant {userprofile} in the Global EXE's [Run] parameters, which failed the iscc step in windows-installers.yml — so the v3.2.0 GitHub release published without the Corporate MSI and the two Inno EXE add-ons (22 of 28 assets). Inno has no reliable pre-elevation user-profile constant ({userprofile} doesn't exist; {%USERPROFILE} / runasoriginaluser resolve to the admin account under separate-credential elevation), so the --user-profile argument is dropped from the Global EXE's migrate-cleanup invocation. migrate-cleanup falls back to the process environment (CARGO_HOME, then %USERPROFILE% / %LocalAppData%) — correct in the common case (an admin elevating their own session) and fail-safe otherwise (no copy under the admin profile → harmless no-op). The perMachine MSI still resolves the invoking user via its Impersonate='yes' custom action. Behavior is otherwise unchanged; v3.2.1 publishes the complete 28-asset Windows installer set.

Install nd300 3.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/QubeTX/qube-network-diagnostics/releases/download/v3.2.1/nd300-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/QubeTX/qube-network-diagnostics/releases/download/v3.2.1/nd300-installer.ps1 | iex"

Download nd300 3.2.1

File Platform Checksum
nd300-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
nd300-x86_64-apple-darwin.tar.xz Intel macOS checksum
nd300-x86_64-pc-windows-msvc.zip x64 Windows checksum
nd300-x86_64-pc-windows-msvc.msi x64 Windows checksum
nd300-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
nd300-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
nd300-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum