This minor release introduces bibliography configuration in master documents.
It also fixes a few issues.
Features
- (Input) Support for bibliographies in the master document file (#111)
- (Book class) Add a captioned listing environment (#112)
Fixes
- (Book class) Running headers could be incorrectly reset: Book title in "novel" headers mode is lost after a part (#99, #110)
- (Book class) Dropcap pre-customized styles do not honor (notably) the color (#105, #109)
- (Packages) Package resilient.abbr uses the language code only, not a full BCP47 tag (#113)
- Verbatim and friends do not honor blank lines bug (#97) — See "Other" below.
Other
- Dependencies have been updated to markdown.sile 2.3.0 and silex.sile 0.7.0.
(Installation with luarocks will automatically install the required versions, so this note is mostly for rare users with custom setups.)- The former adds basic support for citations in Markdown and Djot, and is the main rationale for the bibliography features in master documents.
- The latter backports a fix in verbatim environments (not honoring blank lines, see #97 for context and more details).
- The user manual also received several improvements.
Migration notes
The bibliography and citations features are based on the support introduced in SILE 0.15.7.
Other than that, the minimum supported version of SILE is still 0.14.13 theoretically (but not tested). We strongly encourage you to use the latest version of SILE, which is 0.15.8 at the time of writing.