Version 13.0.0
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