Releases: hoffawhy/KritiDocX
Releases · hoffawhy/KritiDocX
Stable Release v0.1.1
We are thrilled to announce the first stable release of KritiDocX (v0.1.1)! 🚀
This version graduates the engine from development to a fully production-ready, cloud-optimized state.
🌟 Ecosystem Links
- Official Documentation: https://hoffawhy.github.io/KritiDocX/
- Live Playground / Testing: https://kritidocx.hoffawhy.com/
- PyPI Package: https://pypi.org/project/kritidocx/
✨ Key Features in this Release
- Matrix Geometry Engine: Flawlessly resolves HTML tables with nested
rowspanandcolspanbefore compiling to XML. - Native OMML Math: Translates LaTeX (
$$ E=mc^2 $$) strictly to editable MS Word mathematical objects (No images!). - Hybrid Injection: Separates layout from data. Inject Markdown natively into an HTML design wrapper.
- Interactive Forms: Native conversion of Checkboxes, Dropdowns, and Text Inputs into Word SDT components.
🛠️ Stability & Cloud Fixes
- ☁️ Serverless Ready: Fully optimized for Read-Only filesystems like Vercel and AWS Lambda by auto-resolving to OS native
/tmpdirectories. - 💾 Memory Leak Patched: Implemented a size-limited LRU Cache for
ImageLoaderto prevent RAM exhaustion on long-running servers. - 🛑 Graceful Degradation: Muted strict
PermissionError&NoneTypeissues insideSystemLoggerandAppConfigwhen generating error crash dumps remotely.
Thank you to the community and Google AI Studio for assisting in architecting this robust engine!