Releases: typst-community/glossarium
Releases Β· typst-community/glossarium
v0.5.1
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
Full Changelog: v0.4.2...v0.5.0
v0.4.2
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()
andquery(..., 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
Fixed
- Resolved an issue causing Glossarium to crash when all entries had a defined, non-empty group.
v0.4.0
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
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
- @indicatelovelace made their first contribution in #25
Full Changelog: v0.2.6...v0.3.0