All Versions
27
Latest Version
Avg Release Cycle
65 days
Latest Release
504 days ago
Changelog History
Page 1
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