Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 13:54
0e91608

Highlights

Two breaking changes drive the major bump right on the heels of 0.4.0:

  • Breaking: rheo-context now carries target too, consolidating Rheo's Typst-facing namespace into one variable. The old sys.inputs.rheo-target key is gone.
  • Breaking: rheo.toml's vertebrae glob-list key is no longer read. Spine inclusion/exclusion is now driven by [spine] exclude and [[spine.section]] instead. Run rheo migrate to convert an old vertebrae inclusion list into an equivalent exclude.
  • New rheo-context variable is injected into every vertebra, exposing the file's own handle plus the full spine map — enables sidebar/sitemap generation in packages without hand-rolled data structures.
  • Spine configuration restructured for finer-grained, per-format control.
  • Atom feed configurability improvements.
  • Dev server (watch) QoL improvements.

More detail: weeknotes 26w28.

What's Changed

Full Changelog: v0.4.0...v0.5.0