JoKneeMo/sphinx-watermark

View on GitHub
doc/content/relnotes.rst

Summary

Maintainability
Test Coverage
=============
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 <https://github.com/kallimachos/sphinxmark/pull/39>`_: Replace Travis-CI with GitHub
   Actions.

Release 0.2.1
~~~~~~~~~~~~~

-  `#38 <https://github.com/kallimachos/sphinxmark/issues/38>`_: use pathlib in place of os.path.
-  `#37 <https://github.com/kallimachos/sphinxmark/issues/37>`_: add type annotations.
-  `#36 <https://github.com/kallimachos/sphinxmark/pull/36>`_: update option documentation to
   include ``sphinx_book_theme``. Thanks `rscohn2 <https://github.com/rscohn2>`_.
-  `#35 <https://github.com/kallimachos/sphinxmark/issues/35>`_: fix text watermark opacity issue.
   Thanks `chad-iris <https://github.com/chad-iris>`_.

Release 0.2.0
~~~~~~~~~~~~~

-  `#34 <https://github.com/kallimachos/sphinxmark/pull/34>`_: add support for
   Sphinx 2.0. Remove support for Python 2.7.


Release 0.1.19
~~~~~~~~~~~~~~

-  `#29 <https://github.com/kallimachos/sphinxmark/pull/29>`_: fix isort test
   error.
-  `#28 <https://github.com/kallimachos/sphinxmark/pull/28>`_: remove invalid
   argument to ``ImageDraw.text()`` method.

Release 0.1.18
~~~~~~~~~~~~~~

-  `#26 <https://github.com/kallimachos/sphinxmark/issues/26>`_: enable
   ``parallel_read_safe``.
-  Remove unused ``publish.sh`` script.
-  Tidy ``tox.ini`` file.

Release 0.1.17
~~~~~~~~~~~~~~

-  `#23 <https://github.com/kallimachos/sphinxmark/issues/23>`_: remove Pillow
   and Bottle version requirements.
-  `#22 <https://github.com/kallimachos/sphinxmark/issues/22>`_: add
   ``sphinxmark_text_width`` option and increase default width.
-  Add Release Notes and restructure documentation.