Skip to content

✨ v0.29.1

Choose a tag to compare

@github-actions github-actions released this 10 Feb 02:53
· 96 commits to main since this release

Vizzly CLI v0.29.1

What's Changed

Added

  • Honeydiff analysis data — Expose detailed visual analysis metrics (ssim_score, gmsd_score, cluster_metadata, fingerprint_hash, diff_regions) in comparison output for both JSON and human-readable formats
  • Screenshot URLs in comparisons — Include baseline, current, and diff image URLs when viewing comparison details
  • Comparison counts in build list — Display summary of comparisons (3 changed · 2 new · 25 identical) in the builds list output
  • Approval badges in build list — Show colored approval status badges (APPROVED, PENDING, REJECTED) next to completed builds
  • Diff percentage display — Show percentage difference for each comparison in the builds output
  • Classification labels — Display honeydiff classification in verbose mode to help identify types of visual changes

Fixed

  • Undefined comparison names — Fixed issue where comparison names could appear as "undefined" by using fallback chain: name → current_name → id
  • JSON compatibility — Improved robustness with older API responses by adding current_name fallback for the name field

Full Changelog: v0.29.0...v0.29.1