Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

36 lines (19 loc) · 1.32 KB

0.4.0 (2023-12-01)

  • Add --image-snapshot-fail-if-missing
  • Update Python versions and add GitHub actions
  • Fail on missing snapshot

0.3.0 (2023-12-01)

  • feat: improve error messages (5d622bc)

0.2.2 (2023-12-01)

  • fix: default threshold should not be None (470c4b0)
  • fix: remove python 3.5 from supported versions (7d08578)
  • doc: use threshold in playwright example (281b7dd)

0.2.1 (2023-11-21)

0.2.0 (2023-11-21)

Features

  • add threshold option for anti-aliasing pixel detection (ce7b303)

0.1.1 (2023-11-16)

Bug Fixes

  • convert RGBA images to RGB for Pillow < 10 (a1086ad)
  • setup.py long_description_content_type (f92004e)