All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Regression coverage for custom Jinja delimiters in headers and footers
- Regression coverage for mutable file-like
InlineImagedescriptors - Regression coverage for fast
InlineImageXML template generation and fallback behavior - Repository ignore rules for macOS
.DS_Storefiles
- Mirrored upstream
devbranch rendering optimizations, including faster XML parsing and body replacement, reduced header/footer processing when no Jinja tags are present, precompiled tag-stripping regexes, and early exit for listing resolution when no listing control characters are present - Improved
InlineImageperformance by prebuilding reusable image XML, deduplicating image parts by stable descriptors, caching image metadata instead of full XML, deriving image part counters from existing media names, and initializing drawing IDs from existing document, header, footer, and footnote IDs - Updated fast
InlineImageXML template generation to write placeholders into explicit XML attributes instead of replacing numeric sentinel values in serialized XML - Added a native
python-docxfallback forInlineImageXML generation if the optimized template is incompatible with a futurepython-docxXML shape - Merged upstream PR #626 to emit RichText font properties in the OOXML order expected by Word
- Fixed header and footer rendering when callers provide a
jinja_envwith custom delimiters, such asvariable_start_string="[[", variable_end_string="]]" - Fixed stale
InlineImagecache reuse for hashable file-like descriptors such asio.BytesIOand open file handles - Fixed
InlineImagehandling forNonefilenames - Fixed Poetry project metadata required by the build configuration