Skip to content

v0.52.0

Latest

Choose a tag to compare

@kivikakk kivikakk released this 04 Apr 07:39
· 23 commits to main since this release
60a4fae

Happy April!

Reverts:

  • I had to remove the Typst formatter I was so happy about in the last release! This is very unfortunate. It turned out to be LLM-generated, and I just haven't had the time or energy to replace it myself. (by @kivikakk in #781)

Changed APIs:

  • Deprecate the option name header_ids in favor of header_id_prefix, to make it clear that the option value actually adds a prefix to the id attribute, and add the header_id_prefix_in_href option, which adds the same prefix to generated hrefs. (by @miketheman in #776)
  • Decouple greentext handling from blockquote parsing. (by @Martin005 in #789)
    • This means a lone > amongst blockquotes won't trigger greentext when enabled.

New APIs:

  • Add parse option for char-based columns in Sourcepos. They report by default in byte columns according to the input UTF-8 source. (by @Martin005 in #779)
  • Add block directive extension. (by @P-SiZK in #782)

Dependency updates:

  • Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. (by @dependabot[bot] in #778)
  • I've lengthened the dependency cooldown in Dependabot to 90 days, given gestures aimlessly the state of everything. (15c22fa)

Documentation:

  • Added a CONTRIBUTING.md that directs the reader to the README's contributing section. (ddae155)

Build changes:

Behind the scenes:

  • Stop fuzz targets regressing by adding the build to CI. (by @kivikakk in #771)

New Contributors

Diff: v0.51.0...v0.52.0