Releases: rchaput/acronyms
Releases · rchaput/acronyms
v2.0.1: Fix non-alphanum characters
What's Changed
- Add support for translations in #22
- Replace the testing script with Python in #23
- Add option to customize the List Of Acronyms format in #24
- Fix option to customize the LoA format in #25
- Non alpha characters in #32
Full Changelog: v2.0.0...v2.0.1
v2.0.0 Shortcodes
⚠️ This version requires Quarto 1.4.0
What's Changed
- Shortcodes, a new syntax to use acronyms in Quarto documents in #17
Full Changelog: v1.2.0...v2.0.0
v1.2.0 Better error messages and allow additional classes for List of Acronyms
What's Changed
- Improving documentation in #9
- Fix the
require
and tests on Windows in #10 (from Issue #8)
- Improved error messages in #13 (from Issue #12)
- Allow to specify additional classes for the List of Acronyms header in #14 (from Issue #6)
Full Changelog: v1.1.0...v1.2.0
v1.1.0: Added alphabetical case-insensitive sorting
This version adds a single (non-breaking) feature: sorting acronyms alphabetically but ignoring the letter case (lowercase/uppercase), as described in Issue #4 and PRs #5 and #7 .
v1.0.0: First stable version
This release corresponds to the same features as the RMarkdown version, rchaput/acronymsdown.
The features have been ported to Quarto, and tested.