Releases: bgeron/diff-pdf-visually
Releases · bgeron/diff-pdf-visually
v1.6.4
- feat: add a
--version
command line argument (dc0ddf5)
v1.6.3
Fixes
- restore the entry point, so that you can run again from the command line (1bde417)
v1.6.2
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
Fixes
- build: restore declared compatibility with py36, py37; fix tox config instead
v1.6.0
Features
- New 'tempdir' argument to pdfdiff_pages, to specify a directory in which temporary images & image difference will be kept (f72bb56)
v1.5.1
Fixes
- list of returned pages did not consider significance threshold (#5)
v1.5.0
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.
This is a purely cosmetic release, removing spurious output.
Bug Fixes
- don't print version output from pdftocairo (5a3adea)
Release v1.4.
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)