docxtpl v0.3.9 Release Notes

Release Date: 2017-06-27 // almost 7 years ago
    • ๐Ÿ›  Fix exception in fix_table()
    • ๐Ÿ›  Fix bug when using more than one {{r }} or {%r %} in the same run
    • ๐Ÿ›  Fix git tag v0.3.6 was in fact for 0.3.5 package version so create a tag 0.3.7 for 0.3.7 package version
    • ๐Ÿ‘ Better head/footer jinja2 handling (Thanks to hugokernel)
    • ๐Ÿ›  Fix bug where one is using '%' (modulo operator) inside a tag
    • โž• Add Listing class to manage \n and \a (new paragraph) and escape text AND keep current styling
    • โž• Add {%tc } tags for dynamic table columns (Thanks to majkls23)
    • โœ‚ Remove version limitation over sphinx package in setup.py
    • โž• Add PNG & JPEG in tests/test_files/
    • You can now add images directly without using subdoc, it is much more faster.