Changelog & License

License

MIT License

Copyright (c) 2023 Randy Duodu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Changelog

0.0.4

Released: 28-02-2024

  • Fix issue #5: Set weasyprint version to >=60.0, <61.0 as versions >=61.0 has PDF build issues.

0.0.3

Released: 17-05-2023

  • 17/05/2023 :
    • Updated docs

    • Bug fixes to improve plugin

    • Updated plugin log messages output

0.0.2

Released: 07-05-2023

  • 07/05/2023 :
    • Updated docs and plugin code

    • Bug fixes to improve plugin

    • Updated GitHub Actions workflows and noxfile.py

0.0.1

Released: 06-05-2023

  • 06/05/2023 :
    • Updated docs

    • Updated code for restructuring content tabs look on PDFs

    • Updated plugin’s CSS

    • Updated GitHub Actions workflows and noxfile.py

  • 03/05/2023 :
    • Added docs for options, changelog, and customisation

    • Added GH Action workflows

  • 30/04/2023 :
    • Added pdfgen_plugin_handler_path config variable

    • Updated cli print outputs

    • Updated plugin’s CSS

    • Updated type hints for some methods and classes

  • 23/04/2023 - Added code formatting, linting, and type-hints

  • 21/04/2023 - Added Sphinx-Material theme support

  • 06/04/2023 :
    • Added page-break role

    • Removed metadata CLI argument and unwanted codes

  • 07/03/2023 - Setup Sphinx-PDF-Generate project