Skip to content

Releases: hoffawhy/KritiDocX

Stable Release v0.1.1

20 Mar 02:57

Choose a tag to compare

Stable Release v0.1.1 Pre-release
Pre-release

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

✨ Key Features in this Release

  • Matrix Geometry Engine: Flawlessly resolves HTML tables with nested rowspan and colspan before 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 /tmp directories.
  • 💾 Memory Leak Patched: Implemented a size-limited LRU Cache for ImageLoader to prevent RAM exhaustion on long-running servers.
  • 🛑 Graceful Degradation: Muted strict PermissionError & NoneType issues inside SystemLogger and AppConfig when generating error crash dumps remotely.

Thank you to the community and Google AI Studio for assisting in architecting this robust engine!