Skip to content

Releases: JustusRijke/DiffPDF

DiffPDF 0.3.2

01 Jan 19:27

Choose a tag to compare

What's Changed

  • Refactor: consolidate comparison logic into init.py by @JustusRijke in #3
  • Simplify logging: remove colorlog, use bool verbose flag by @JustusRijke in #4
  • Update to pixelmatch-fast 1.3.0

Full Changelog: v0.3.1...v0.3.2

DiffPDF 0.3.1

31 Dec 09:14

Choose a tag to compare

Refactor diffpdf function to return bool instead of calling exit()

DiffPDF 0.3.0

31 Dec 07:02

Choose a tag to compare

  • Switched to pixelmatch-fast for image comparison
  • Providing an diff output path is now optional (if blank, no diff images are stored)
  • Cleaned up API entrypoint

DiffPDF 0.2.0

15 Dec 14:28

Choose a tag to compare

Ignore white space when comparing text

DiffPDF 0.1.2

13 Dec 20:16

Choose a tag to compare

DiffPDF 0.1.2 Pre-release
Pre-release

Initial publish on PyPI