Skip to content

Releases: SUDARSHANCHAUDHARI/RustScreenDiffAI

v1.1.0

02 Jun 12:25

Choose a tag to compare

RustScreenDiffAI v1.1.0

Production feature release for screenshot diff workflows.

Highlights

  • Added --diff-output to generate a visual diff image.
  • Changed pixels are highlighted in magenta while unchanged pixels keep the baseline image.
  • Version bumped to 1.1.0 in Cargo metadata and lockfile.

Verification

  • cargo fmt --check
  • cargo clippy -- -D warnings
  • cargo test
  • cargo build --release
  • cargo package --allow-dirty --no-verify
  • Secret scan reviewed; no real secrets found.
  • No GitHub Actions workflow files are included.

Full Changelog: v1.0.0...v1.1.0

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 May 12:37

Choose a tag to compare

RustScreenDiffAI v1.0.0

Production baseline for the screenshot pixel-diff tool.

Highlights

  • Compares two images pixel by pixel.
  • Validates image dimensions before diffing.
  • Reports changed-pixel count, diff percentage, threshold, and pass/fail verdict.
  • Supports terminal and JSON output.
  • Includes tiny PPM fixtures for quick local testing.
  • Repository README now includes real CLI output.

Verification

  • cargo test passed locally.
  • Release was previously verified with formatting, clippy, release build, and package checks.
  • No GitHub Actions workflow is included by preference.