Releases: wuespace/delegis
Releases · wuespace/delegis
v0.4.0
v0.2.0
Features
- Add
#metadatafields for usage withtypst query. You can now usetypst query file.typ "<field>" --field value --onewith<field>being one of the following to query metadata fields in the command line:<title><abbreviation><resolution><in-effect>
- Add
#section[§ 1][ABC]function to enable previously unsupported special chars (such as*) in section headings. Note that this was previously possible using#unnumbered[§ 1\ ABC], but the new function adds a semantically better-fitting alternative to this fix. - Improve heading style rules. This also fixes an incompatibility with
pandoc, meaning it's now possible to usepandocto convert delegis documents to HTML, etc. - Set the footnote numbering to
[1]to not collide with sentence numbers.
Bug Fixes
- Fix a typo in the
str-draftvariable name that lead to draft documents resulting in a syntax error. - Fix hyphenation issues with the abbreviation on the title page (hyphenation between the parentheses and the abbreviation itself)
Full Changelog: v0.1.0-rc.3...v0.2.0
v0.1.0
Initial release