The SILE Typesetter
  • Home
  • What is SILE?
  • Examples
    • Global Scripts
    • Packages
  • Manual (PDF)
  • Download
GitHub

SILE v0.14.11 Is Released

22 Aug 2023 — Caleb Maclennan

Version v0.14.11 of SILE has been released and is available for download! See the included CHANGELOG.md or review the commit history for more explicit details.

Summary of Improvements

Today we only fix the things we broke yesterday. This is a very minor release with only a couple of touch-ups to actual code. The biggest motivation for the release is actually the documentation. Our documentation changes don't show up in the automatic change logs, but we fixed a number of problems with the layout of the manual. Over the last couple releases we introduced several mistakes in the documentation code causing a bit of mess. The manual still isn't perfect, but at least no bits are drawn over other bits any more!

Bug Fixes

  • core: Leave legacy masterFilename alone but use first input filename internally (29667a7)

  • core: Make masterFilename actually a filename (759131e)

  • packages: Avoid mix-and-matching indents in fixed-width specimin blocks (de41cac)

  • utilities: Use real semver parser for deprecation warnings (5f0fed5)