Skip to content

v0.15.1

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Aug 05:52
v0.15.1
  • Update typst to v0.15.1.
  • Add experimental sentence-level text wrapping with wrap_mode = "sentence" or --wrap-text=sentence. Breaking: the boolean wrap_text configuration option is replaced by wrap_mode; migrate true to "fill" and false to "none". The existing bare --wrap-text CLI flag remains supported as shorthand for --wrap-text=fill.