All Versions
27
Latest Version
Avg Release Cycle
65 days
Latest Release
1427 days ago

Changelog History
Page 1

  • v0.16.3 Changes

    July 14, 2022
    • 🛠 fix #448
  • v0.16.2 Changes

    July 14, 2022
    • 🛠 fix #444
    • 🛠 fix #443
  • v0.16.1 Changes

    June 12, 2022
    • PR #442
  • v0.16.0 Changes

    April 16, 2022
    • ➕ add jinja2 comment support - Thanks to staffanm
  • v0.15.2 Changes

    January 12, 2022
    • 🛠 fix #408
  • v0.15.1 Changes

    December 20, 2021
    • Multi-rendering with same DocxTemplate object is now possible see tests/multi_rendering.py
    • 🛠 fix #392
    • 🛠 fix #398
  • v0.14.1 Changes

    October 01, 2021
    • 💻 One can now use python -m docxtpl on command line to generate a docx from a template and a json file as a context Thanks to Lcrs123@github
  • v0.12.0 Changes

    August 15, 2021
    • 👍 Code has be split into many files for better readability
    • 👉 Use docxcomposer to attach parts when a docx file is given to create a subdoc Images, styles etc... must now be taken in account in subdocs
    • Some internal XML IDs are now renumbered to avoid collision, thus images are not randomly disapearing anymore.
    • 🛠 fix #372
    • 🛠 fix #374
    • 🛠 fix #375
    • 🛠 fix #369
    • 🛠 fix #368
    • 🛠 fix #347
    • 🛠 fix #181
    • 🛠 fix #61
  • v0.11.5 Changes

    May 09, 2021
    • PR #351
    • It is now possible to put InlineImage in header/footer
    • 🛠 fix #323
    • 🛠 fix #320
    • \n, \a, \t and \f are now accepted in simple context string. Thanks to chabErch@github
  • v0.11.4 Changes

    April 06, 2021
    • It is now possible to put InlineImage in header/footer