Releases: typst-community/glossarium
Releases · typst-community/glossarium
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