Skip to content

v0.6.0

Latest

Choose a tag to compare

@developer0hye developer0hye released this 01 Jun 06:28
1f3af16

Highlights

  • Fixed DOCX floating drawing fidelity for issue #176 so geometry-only shapes, blue text boxes, connector arrows, and related text stay in the converted PDF.
  • Improved DOCX list continuation and nesting across fragmented numbering IDs.
  • Preserved hard line breaks and character-style syntax highlighting in DOCX code blocks.
  • Improved DOCX table border handling by rendering explicit borders instead of relying on Typst defaults.
  • Added the public issue #176 attachment as a regression fixture so this layout stays covered in CI.
  • Improved WASM stability and CI coverage for time handling.

Verification

  • Release PR #183 passed the full CI matrix.
  • cargo test --workspace passed locally before the version bump PR was merged.

Contributors