mcp-v0.18.1
·
3 commits
to stable
since this release
Fixes
- Preserve documents with malformed style properties — Documents with empty style property containers (such as self-closing
<w:rPr/>tags created by LibreOffice or certain Word templates) no longer lose content during import. The importer now skips unreadable properties instead of discarding the entire document. - Recover documents with unreadable style records — Documents with malformed style definitions in
word/styles.xmlno longer fail to import. Invalid outline levels, tab stops, and conditional formatting entries are now skipped safely rather than aborting the entire import.