Version v0.12.5 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 have a fairly small release motivated primarily by wanting to patch a few small issues before some bigger things in the pipeline land. We cleaned up a few small scripting issues with the configure and install process that should make it easier to install from sources on BSD platforms or Linux distros such as Alpine that do not default to bash and GNU tooling.
Besides the minor tooling fixes, Didier Willis has continued to pour in contributions. This release features his feature overhaul to the leaders package so that dot fills align vertically. It also includes his fixes to whitespace handling around punctuation in French and better extraction of strings such as chapter titles to PDF bookmarks.
Features
Bug Fixes
-
build: Catch and complete unfinished library builds (91ff438)
-
build: Use BSD compatible scripting in
make selfcheck
(319e0c5) -
build: Use POSIX compatible shell syntax in configure (55e64ab)
-
deps: Correct include to work with current LuaRocks packages (#1357) (b584be5)
-
languages: French punctuation spacing must honor current font options (724daf4)
-
packages: Better TOC title extraction for PDF bookmark (#1029) (5a65701)
-
packages: The dotfill must stretch as an hfill (#1343) (c94a4b5)