The minor release introduces gradient support in the framebox package (#27).
The grail library dependency is updated (automatically installed if you use luarocks).
Every color-related parameter to the framebox, roundbox and roughbox commands can now be a gradient name, and with appropriate support, used gradients will be output to the generated PDF.
In order to use this feature in your SILE documents, however, two additional pieces are needed:
- A SILE update to the C bindings to the PDF engine (sile-typesetter/sile#2308)
- An update to the re·sil·ient collection with a new package responsible for inserting gradients in the PDF output (Omikhleia/resilient.sile#194).
At this date, these are not released.
In other terms, upgrading this module in your workflow is not necessary yet 😸
But the module will be ready when the time comes...
(And yes, that's the usual back-and-forth game with co-dependencies, at least until #22 occurs.)