Skip to content

Releases: typst-community/glossarium

v0.5.1

27 Oct 12:46
Compare
Choose a tag to compare

What's Changed

  • Add group-heading-level parameter and fix group-heading-level by @quachpas in #73
  • Add groups parameter to filter displayed groups by @quachpas in #75
  • Add minimum-refs parameter to filter terms displayed by @quachpas in #76
  • Add count-all-refs, there-are-refs by @quachpas in #77
  • docs: rename list to array in docstirng by @quachpas in #78
  • Add examples and tests for new group features and count-refs by @quachpas in #79

Full Changelog: v0.5.0...v0.5.1

v0.5.0

12 Oct 08:03
Compare
Choose a tag to compare

Full Changelog: v0.4.2...v0.5.0

v0.4.2

06 Oct 09:58
Compare
Choose a tag to compare

What's Changed

  • Added support to "automatically" chose between a and an by @St0wy in #34
  • Add user customization, documentation, and benchmark by @quachpas in #37
  • Deprecate state.final() and query(..., loc) + add missing panic for empty attribute + formatting by @quachpas in #52

New Contributors

Full Changelog: v0.4.0...v0.4.2

v0.4.1

27 May 20:41
Compare
Choose a tag to compare

Fixed

  • Resolved an issue causing Glossarium to crash when all entries had a defined, non-empty group.

v0.4.0

27 Apr 18:06
Compare
Choose a tag to compare

Changelog

0.4.0

  • Support for plurals has been implemented, showcased in examples/plural-example/main.typ. Contributed by @St0wy.
  • The behavior of the gls and glspl functions has been altered regarding calls on undefined glossary keys. They now cause panics. Contributed by @St0wy.

v0.3.0

07 Apr 15:09
Compare
Choose a tag to compare

What's Changed

Introducing support for grouping terms in the glossary. Use the optional and case-sensitive key group to assign terms to specific groups. The appearanceof the glossary can be customized with the new parameter enable-group-pagebreak, allowing users to insert page breaks between groups for better organization. These enhancements were contributed by indicatelovelace.

New Contributors

Full Changelog: v0.2.6...v0.3.0