Skip to content

Version 13.0.0

Compare
Choose a tag to compare
@bakkot bakkot released this 07 Jul 02:38
· 147 commits to main since this release

The breaking change is the introduction of a parser for expressions in algorithm steps, in #464, which will reject many badly-formed texts (when using --lint-spec --strict) which would previously have been accepted. That PR also augments the exported biblio in a backwards-compatible way (old biblios will still load) by the addition of a new "kind" property to algorithm entries.

Other changes:

  • Don't link "remainder" unless followed by parentheses in #460
  • Stop rejecting +HH:MM UTC offsets as positive-signed real numbers in #463
  • Limit references pane width to match the main spec container in #459
  • link non-wordchars AOs in #466
  • fix rendering of d optional parameters in #465
  • allow assets/toc to be specified in metadata with CLI in #467

Full Changelog: v12.1.1...v13.0.0