Skip to content

3.3.0 - 2026-06-08

Choose a tag to compare

@github-actions github-actions released this 08 Jun 05:55
f800c05

Release Notes

Build + deploy cycle made consistent with the sibling TR-300 tool, plus a LICENSE
file. No changes to the nd300/speedqx binaries themselves.

Added

  • LICENSE file (PolyForm Noncommercial 1.0.0) at the repo root — matches the
    Cargo.toml license field and the sibling TR-300 repo (ND-300 previously
    declared the SPDX license but shipped no file). Added to the crate include list
    and shown in the Inno EXE installer wizards (LicenseFile=..\LICENSE in
    inno/global.iss + inno/corporate.iss, replacing the prior omission).
  • .github/workflows/crates-publish.yml — publishes the nd300 crate via
    workflow_run after CI succeeds on a main push (idempotent; skips an
    already-published version). Mirrors TR-300.

Changed

  • Deploy model → tag-push, consistent with TR-300. release.yml is now the
    stock cargo-dist tag-triggered workflow (+ the nd-300-installer legacy
    aliases); it no longer fires on a main push and no longer publishes the crate
    (that moved to crates-publish.yml, avoiding a double-publish). windows-installers.yml
    reverts to the tag-based filter (startsWith(head_branch,'v'), tag resolved from
    head_branch). A release is now: bump version → merge to main (crate
    publishes) → push a vX.Y.Z tag (binaries/installers/GitHub Release).
  • Docs (CLAUDE.md, AGENTS.md): rewritten Release Process as the canonical
    tag-push deploy guide (incl. bumping Cargo.toml + the homepage version
    fallbacks), updated patch-bump loop, and the windows-installers.yml note.

Install nd300 3.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/QubeTX/qube-network-diagnostics/releases/download/v3.3.0/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.3.0/nd300-installer.ps1 | iex"

Download nd300 3.3.0

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