Skip to content

Releases: mnoorenberghe/mozscreenshots

0.4.0

18 Jan 07:57
Compare
Choose a tag to compare

fetch_screenshots

  • Add a user agent to requests made to Treeherder's API (@edmorley)
  • Update artifact URL after bug 1270629
  • Use TaskCluster to find nightly revisions

compare_screenshots

  • Improve system UI cropping
  • Add mitigation for CVE-2016–3714
  • Handle job name prefixes
  • Use the last matching after directory for comparisons
  • Support comparing images with and without the test file name to each other
  • Support passing arguments directly to cli()
  • Don't fail removing intermediate images if they don't exist

0.3.1

11 Feb 23:24
Compare
Choose a tag to compare

compare_screenshots

  • Add --output-similar-composite
  • Better trim_system_ui support
  • Add recursive directory support to compare all platforms for two revisions
  • apngasm animated comparison support
  • JSON result output
  • --overwrite defaulting to false so an existing comparison isn't re-done

0.3

03 Feb 15:11
Compare
Choose a tag to compare
0.3

Extension code has moved into mozilla-central so this release focuses on the Python helpers to interact with automation and screenshots:

  • compare_screenshots.py
  • fetch_screenshots.py