Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sile-0.15.13.pdf.asc | 2025-05-31 | 833 Bytes | |
sile-0.15.13.tar.zst.asc | 2025-05-31 | 833 Bytes | |
sile-0.15.13.zip.asc | 2025-05-31 | 833 Bytes | |
sile-vendored-crates-0.15.13.tar.zst.asc | 2025-05-31 | 833 Bytes | |
sile-x86_64.asc | 2025-05-31 | 833 Bytes | |
sile-0.15.13.pdf | 2025-05-31 | 1.1 MB | |
sile-0.15.13.tar.zst | 2025-05-31 | 3.4 MB | |
sile-0.15.13.zip | 2025-05-31 | 4.8 MB | |
sile-vendored-crates-0.15.13.tar.zst | 2025-05-31 | 27.6 MB | |
sile-x86_64 | 2025-05-31 | 14.7 MB | |
sile-0.15.13.sha256.txt | 2025-05-31 | 331 Bytes | |
README.md | 2025-05-31 | 2.3 kB | |
v0.15.13 source code.tar.gz | 2025-05-31 | 2.4 MB | |
v0.15.13 source code.zip | 2025-05-31 | 2.7 MB | |
Totals: 14 Items | 56.6 MB | 0 |
Summary of Improvements
Work on v0.16 is well underway including finally refactoring the internal module layout for languages, frames, fonts, font managers, and much more. But in the meantime less dramatic (and less disruptive) improvements have accumulated.
@Omikhleia has touched up CSL support and added support for position tracking. @turtlegarden sent in some updates to Norwegian localization. I fixed up some handling of unset settings, kept reloading modules from re-registering commands, and sped up development cycles by enabling a debug mode that skips time consuming build time optimizations.
New Features
- packages: Add position tracking for bibliography citations (5930a0c)
- packages: Support the position condition in CSL engine (0c732a2)
Bug Fixes
- build: Pass --enable-debug through to Cargo to actually get a debug-enabled binary (443551a)
- fonts: Properly account for settings allowed to be nil (792518e)
- languages: Update Bokmål messages (a10e0f4)
- languages: Update Nynorsk messages (4ec6654)
- packages: Add missing boolean coercion for strip-periods in CSL engine (5af2842)
- packages: Always apply punctuation-in-quotes in CSL citations (689c8e2)
- packages: Fine-tune CSL post-rendered cleaning hacks (487f3f0)
- packages: Fix package reload to not call for command reregistration unless asked (41846f7)