The SILE Typesetter
  • Home
  • What is SILE?
  • Examples
    • Global Scripts
    • Packages
  • Manual (PDF)
  • Lua API
  • Rust API
  • SIL Grammar
  • Download
GitHub

SILE v0.10.2 Is Released

03 Feb 2020 — Caleb Maclennan

Version v0.10.2 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 primarily fixes minor packaging issues. The biggest change is this will be the first release with an officially supported Ubuntu PPA! In addition to the previously available installation methods Ubuntu users will be able to install sile with:

sudo add-apt-repository ppa:sile-typesetter/sile
sudo apt-get update
sudo apt-get install sile

Notable Bug Fixes

  • build: Don't include build *.so modules in dist (4eb2a73)

  • build: Fix version detection in sparse git checkouts (#803) (e46091f)

  • build: Include modules for all supported Lua versions in dist (a4e9f03)

  • build: Look for Lua 5.3 executables with the version in their name (3952bf8)