Release Notes

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.

  • #35: fix text watermark opacity issue. Thanks chad-iris.

Release 0.2.0

  • #34: add support for Sphinx 2.0. Remove support for Python 2.7.

Release 0.1.19

  • #29: fix isort test error.

  • #28: remove invalid argument to ImageDraw.text() method.

Release 0.1.18

  • #26: enable parallel_read_safe.

  • Remove unused publish.sh script.

  • Tidy tox.ini file.

Release 0.1.17

  • #23: remove Pillow and Bottle version requirements.

  • #22: add sphinxmark_text_width option and increase default width.

  • Add Release Notes and restructure documentation.