Releases: SUDARSHANCHAUDHARI/RustScreenDiffAI
Releases · SUDARSHANCHAUDHARI/RustScreenDiffAI
v1.1.0
RustScreenDiffAI v1.1.0
Production feature release for screenshot diff workflows.
Highlights
- Added
--diff-outputto generate a visual diff image. - Changed pixels are highlighted in magenta while unchanged pixels keep the baseline image.
- Version bumped to
1.1.0in Cargo metadata and lockfile.
Verification
cargo fmt --checkcargo clippy -- -D warningscargo testcargo build --releasecargo 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
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 testpassed locally.- Release was previously verified with formatting, clippy, release build, and package checks.
- No GitHub Actions workflow is included by preference.