Skip to content

Releases: bgeron/diff-pdf-visually

v1.7.0

05 Dec 00:45
Compare
Choose a tag to compare
Release 1.7.0

v1.6.4

02 Mar 22:14
Compare
Choose a tag to compare
  • feat: add a --version command line argument (dc0ddf5)

v1.6.3

17 Feb 00:12
Compare
Choose a tag to compare

Fixes

  • restore the entry point, so that you can run again from the command line (1bde417)

v1.6.2

14 Mar 17:36
Compare
Choose a tag to compare

Fixes

  • Polyfill nullcontext to restore compatibility with py3.6. (9515561)
  • Document compatibility with Python versions. (9515561)
  • Correct URL in setup.py (3342f11)

v1.6.1

09 Mar 21:13
Compare
Choose a tag to compare

Fixes

  • build: restore declared compatibility with py36, py37; fix tox config instead

v1.6.0

07 Mar 15:55
Compare
Choose a tag to compare

Features

  • New 'tempdir' argument to pdfdiff_pages, to specify a directory in which temporary images & image difference will be kept (f72bb56)

v1.5.1

07 Mar 15:56
Compare
Choose a tag to compare

Fixes

  • list of returned pages did not consider significance threshold (#5)

v1.5.0

25 Oct 23:51
Compare
Choose a tag to compare

Features

  • new function: pdfdiff_pages returns page numbers with differences (d11fb27)

  • Moved build system from poetry to hatch, to make pip install -e possible.

Release v1.4.1.

04 Jan 17:30
Compare
Choose a tag to compare

This is a purely cosmetic release, removing spurious output.

Bug Fixes

  • don't print version output from pdftocairo (5a3adea)

Release v1.4.

04 Jan 17:17
Compare
Choose a tag to compare

Bug Fixes

  • open log file for read+write; this fixes a bug on Windows (eaaa293)
  • widen ImageMagick compatibility by allowing for 1.#Inf (7e1215f)

Features

  • add detection for the command name of ImageMagick's compare (2669611)