Skip to content

Releases: Statusnone420/Diff-Drift

Diff Drift v0.5.1

12 Jun 21:54
b48715e

Choose a tag to compare

Draft release for v0.5.1. Smoke-test the installer per the release runbook before publishing, then paste in the CHANGELOG section for this version.

This build is UNSIGNED — SmartScreen will warn on first run. Verify your download against SHA256SUMS.txt.

Artifacts: NSIS installer, MSI installer, bare diff-drift-cli.exe (console CLI for CI and the GitHub Action), SHA256SUMS.txt, CycloneDX SBOMs (Rust core + npm production deps).

Diff Drift v0.5.0

12 Jun 20:03
d315c72

Choose a tag to compare

Draft release for v0.5.0. Smoke-test the installer per the release runbook before publishing, then paste in the CHANGELOG section for this version.

This build is UNSIGNED — SmartScreen will warn on first run. Verify your download against SHA256SUMS.txt.

Artifacts: NSIS installer, MSI installer, bare diff-drift-cli.exe (console CLI for CI and the GitHub Action), SHA256SUMS.txt, CycloneDX SBOMs (Rust core + npm production deps).

Diff Drift v0.4.2

12 Jun 14:17
421d2da

Choose a tag to compare

Draft release for v0.4.2. Smoke-test the installer per the release runbook before publishing, then paste in the CHANGELOG section for this version.

This build is UNSIGNED — SmartScreen will warn on first run. Verify your download against SHA256SUMS.txt.

Artifacts: NSIS installer, MSI installer, bare diff-drift-cli.exe (console CLI for CI and the GitHub Action), SHA256SUMS.txt, CycloneDX SBOMs (Rust core + npm production deps).

Diff Drift v0.4.1

12 Jun 03:19
61296bf

Choose a tag to compare

Diff Drift v0.4.1 Pre-release
Pre-release

Draft release for v0.4.1. Smoke-test the installer per the release runbook before publishing, then paste in the CHANGELOG section for this version.

This build is UNSIGNED — SmartScreen will warn on first run. Verify your download against SHA256SUMS.txt.

Artifacts: NSIS installer, MSI installer, bare diff-drift-cli.exe (console CLI for CI and the GitHub Action), SHA256SUMS.txt, CycloneDX SBOMs (Rust core + npm production deps).

Diff Drift v0.4.0

12 Jun 02:02
83a8258

Choose a tag to compare

Diff Drift v0.4.0 Pre-release
Pre-release

Draft release for v0.4.0. Smoke-test the installer per the release runbook before publishing, then paste in the CHANGELOG section for this version.

This build is UNSIGNED — SmartScreen will warn on first run. Verify your download against SHA256SUMS.txt.

Artifacts: NSIS installer, MSI installer, bare diff-drift-cli.exe (console CLI for CI and the GitHub Action), SHA256SUMS.txt, CycloneDX SBOMs (Rust core + npm production deps).

Diff Drift v0.3.2

11 Jun 21:48

Choose a tag to compare

Diff Drift v0.3.2 Pre-release
Pre-release

What's new in 0.3.2

Added

  • A dedicated console CLI, diff-drift-cli.exe: the same read-only check as the app binary, built as a console program so PowerShell, cmd, and sh all wait for it and see its severity exit code. The installers place it next to the app, and it is a release asset covered by SHA256SUMS.txt, so CI jobs and scripts can use the headless check without installing the app.
  • A GitHub Action (uses: Statusnone420/Diff-Drift@v0.3.2): downloads the release CLI, verifies its checksum, runs diff-drift check, writes the Markdown report to the job summary, and fails the job at a configurable severity threshold (fail-on: none|low|medium|high). Windows runners only; needs fetch-depth: 0 for the merge-base baseline. A smoke workflow (action-smoke.yml) exercises the action in CI.
  • Demo video capture (npm run demo:video): drives the demo storyboard through the browser UI at watchable pacing with a title and closing card and produces an MP4 (needs a system ffmpeg; without one it keeps the WebM). The video is a release asset, not a repo file.

Changed

  • The GitHub Actions recipe in the User Guide uses the published action instead of building the CLI from source; the source build remains documented as an alternative.

Fixed

  • diff-drift.exe check from PowerShell or cmd never set $LASTEXITCODE/%ERRORLEVEL%: the release app binary is GUI-subsystem (no console window for the app), and those shells start GUI programs without waiting. Scripts should use the new console diff-drift-cli.exe instead, which every shell waits for; the User Guide recipes and the GitHub Action now do.
  • check no longer panics with "The pipe is being closed (os error 232)" when its stdout reader goes away mid-print (for example diff-drift-cli check | head). The report write is abandoned quietly; the exit code still carries the result.

This build is UNSIGNED — SmartScreen will warn on first run. Verify your download against SHA256SUMS.txt.

Artifacts: NSIS installer, MSI installer, bare diff-drift-cli.exe (console CLI for CI and the GitHub Action), demo video (diff-drift-demo.mp4, attached after the CI build so it is not covered by SHA256SUMS.txt), SHA256SUMS.txt, CycloneDX SBOMs (Rust core + npm production deps).

Diff Drift v0.3.1

11 Jun 14:57
7ca3fe9

Choose a tag to compare

Diff Drift v0.3.1 Pre-release
Pre-release

Draft release for v0.3.1. Smoke-test the installer per the release runbook before publishing, then paste in the CHANGELOG section for this version.

This build is UNSIGNED — SmartScreen will warn on first run. Verify your download against SHA256SUMS.txt.

Artifacts: NSIS installer, MSI installer, SHA256SUMS.txt, CycloneDX SBOMs (Rust core + npm production deps).

Diff Drift v0.3.0

11 Jun 02:44
0d66e47

Choose a tag to compare

Diff Drift v0.3.0 Pre-release
Pre-release

Draft release for v0.3.0. Smoke-test the installer per the release runbook before publishing, then paste in the CHANGELOG section for this version.

This build is UNSIGNED — SmartScreen will warn on first run. Verify your download against SHA256SUMS.txt.

Artifacts: NSIS installer, MSI installer, SHA256SUMS.txt, CycloneDX SBOMs (Rust core + npm production deps).

Diff Drift v0.2.1

10 Jun 18:52

Choose a tag to compare

Diff Drift v0.2.1 Pre-release
Pre-release

Draft release for v0.2.1. Smoke-test the installer per the release runbook before publishing, then paste in the CHANGELOG section for this version.

This build is UNSIGNED — SmartScreen will warn on first run. Verify your download against SHA256SUMS.txt.

Artifacts: NSIS installer, MSI installer, SHA256SUMS.txt, CycloneDX SBOMs (Rust core + npm production deps).