Version v0.13.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
The upcoming v0.14.0 is chock full of changes (hopefully all for the better!) but several small issues have cropped up in the v0.13.x series and there doesn't seem to be any point in inconveniencing existing users with bugs we've already fixed while we work on new features. This should fix up some issues with includes not activating exported functions and getting blocked when both directories and files of the same name exist. The Nix Flake will now work with the new Nix 2.10.x releases.
Additionally Didier Willis contributed some fixups and features to the Bibtex package to make it much more usable.
Features
- packages: Add minimal support for usual BibTeX types (bibtex) (292a2f2)
Bug Fixes
-
build: Update Flake to work with Nix >= 2.10 (3d5a18c)
-
core: Avoid duplicate paths blocking directory searches (7a7209f)
-
core: Avoid error when outputting overflow warnings with specific measurements (cb51ed5), closes #945
-
outputter: Non-RGB colors shall work with the debug outputter (#1469) (41fbdf4)
-
packages: BibTeX types/tags are case-insensitive, etc (61c1fc6)
-
packages: Make \script command properly initialize packages (9ded7e1)