Skip to content

Releases: wuespace/delegis

v0.2.0

19 May 13:03
d3d7a23
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Features

  • Add #metadata fields for usage with typst query. You can now use typst query file.typ "<field>" --field value --one with <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 use pandoc to 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-draft variable 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

15 May 19:06
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release