Skip to content

Releases: typst-community/glossarium

v0.5.0

12 Oct 08:03

Choose a tag to compare

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

v0.4.2

06 Oct 09:58

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

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

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

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