Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 01 May 05:05
· 54 commits to main since this release

v0.7.0

Highlights

  • Added Document.save(path), which chooses DOCX, PDF, or HTML rendering from the output file extension.
  • Added Document.save_all(output_dir), which writes the normal DOCX/PDF/HTML review bundle in one call.
  • Added Word-style inline authoring helpers:
    • highlight(...)
    • strike(...) / strikethrough(...)
    • line_break()
  • Added paragraph left/right/first-line indentation and ParagraphStyle.hanging(...) for Word-like hanging indents.
  • Made paragraph indent values follow DocumentSettings(unit=...) by default, with per-style overrides through ParagraphStyle(unit=...).
  • Added horizontal and vertical table-cell alignment controls:
    • TableCell(horizontal_alignment=..., vertical_alignment=...)
    • TableStyle(cell_horizontal_alignment=..., cell_vertical_alignment=...)
    • TableStyle(header_horizontal_alignment=..., header_vertical_alignment=...)
  • Expanded the README and usage guide with lower-friction save examples, LaTeX-to-docscriptor mapping, Word-style inline formatting, paragraph indentation, and table-cell alignment examples.

Notes

  • release-notes/v0.6.0.md has been restored to the content that matches the already-published v0.6.0 tag; post-v0.6.0 changes are collected here.