All Versions
27
Latest Version
Avg Release Cycle
65 days
Latest Release
624 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