Release Notes¶
Release 2.0.0¶
Forked to v2.0.0 as the config syntax has fully changed
New configuration syntax as a python dict
Removed bottle dependency
Added HTML element selection
Use a static name for the watermark image to support spaces in text
Added additional fonts with configuration
Customizable border options
Default image size to fit US Letter PDF pages
Release 1.0.0¶
Move to 1.0.0 stable release.
#39: Replace Travis-CI with GitHub Actions.
Release 0.2.1¶
#38: use pathlib in place of os.path.
#37: add type annotations.
#36: update option documentation to include
sphinx_book_theme
. Thanks rscohn2.
Release 0.2.0¶
#34: add support for Sphinx 2.0. Remove support for Python 2.7.
Release 0.1.19¶
Release 0.1.18¶
#26: enable
parallel_read_safe
.Remove unused
publish.sh
script.Tidy
tox.ini
file.