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

SILE v0.10.3 Is Released

04 Feb 2020 — Caleb Maclennan

Version v0.10.3 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

This release is essentially the same as v0.10.2, but with all the Lua module dependencies bundled again. The previous release would only build either with system provided Lua dependencies or with internet access to download them via luarocks; it was not fully self contained and hence could not be built on some systems.

Notable Bug Fixes

  • tooling: Make sure Lua modules get included in source tarball (ef5bb53)

  • tooling: Unblock standard-version release number bumping (7b18cd5), closes #816