Releases: cgnieder/acro
Version 3.8
- use LaTeX's release mechanism for managing usage for version 2 or 3
- fix issue #223: inner acronyms don't inherit articles any more
- require
etoolbox
for the patches - prepare for
translations
v2.0 - reset
table
counter inlongtable
list template - drop
longtabu
list template - add
tabularray
andxltabular
list templates - add
\l_acro_nest_level_int
- new option
acro/templates/colspec
- use
\Hy@raisedlink
for raising links (even if this will effectively disable raising in alongtable
which sets\baselineskip
= 0) - fix issue #212 (record pages only during shipout)
- fix layout errors (mostly missing commas) in some of the templates
- fix error in examples file
Version 3.7
- add
\acroendfootnote
to thefootnote
template - drop use of l3kernel lua table, fixes #235
- add error message of
\NewAcroTemplate
tries to define an existing template - add
longtable
patch
Version 3.6
Version 3.4
- fix issue #194
- new option
list/add
- new:
\acroneedpages
- new option
subsequent-style
- new property
subsequent-style
Version 3.3
- fix issue #183
- fix issue #184
- fix issue #188
- remove double declaration of
\g__acro_rerun_bool
inacro2.sty
- change default of
format/replace
- correct the behavior of the
single
property - remove property
single-format
- fix bug in
\acro_print_pages:nnn
- allow page option setting in the argument of
\printacronyms
(implements issue #189)
Version 3.2
- fix units example
- prevent to early expansion of formatting instructions
- fix error in
\AcroNeedPackage
- fix wrong usage of
longtabu
in thelongtable
template - add
supertabular
template - new: “display properties”, this adds
list/foreign/display
- add further examples
- new:
\SetupAcroTemplate
,\SetupNextAcroTemplate
- properly define and document
\AcroTemplateName
and\AcroTemplateType
Version 3.1
- unify license statements
- fix bug in combination with “usage”
- repair
pdfcomment
feature (when did that get lost?) - improve formatting mechanism
- add
patch
module: patches floats, common content lists, and tables in their measuring phase - add option
foreign/display
- new
\acroifboolean(TF)
- add missing code in some of the list templates
- improve examples code
Version 3.0
- major re-write of the code
- many new options and possibilities for customization:
- easier and more flexible way to add custom acro commands
- analoguous to the endings/postfix concept acro now knows an article/prefix concept
- possibility to add custom acronym properties
- generalized `single' option
- in a number of aspects v3.0 is not backwards compatible:
the package offers aversion
and anupgrade
option
Version 3.0 beta
I think version 3 is ready to be released into the wild. However, I like to wait and see if there are some testers who are willing to provide feedback, maybe detect remaining bugs, …
\usepackage{acro}
is the same as
\usepackage[version=3,upgrade=true]{acro}
Testing isn't even that brave, there is
\usepackage[version=2]{acro}
which loads the last version that has been released to CTAN prior to version 3.
v3.0 alpha-2
This is an early release of version 3.0 of acro – published for pre-tests only. This pre-release includes various fixes over the last pre-release and significant parts of the manual written.
If you want to test the new version use '\usepackage}[version=3]{acro}or no option at all. With
version=2you get the old version of
acro. Using
\usepackage}[version=3,upgrade]{acro}` is supposed to give as much meaningful warnings and errors as possible.