adstex v0.6.0 introduces two new features:
-
Incorporateing #49 implemented by @birnstiel , enabling coauthors in the ADS search if the citation key has the format of
firstauthor:coauthor1:coauthor2:year
. However, to avoid breaking backward compatibility, this feature is disabled by default and need to be enabled with the argument--use-coauthors
. -
To reduce the hassle of specifying
--use-coauthors
, or other optional arguments, every time, this version also introduce a new feature to set an environment variableADSTEX_ARGS
for default arguments. For example, setting the following in.bashrc
will always enable the coauthor and parallel features.export ADSTEX_ARGS="--use-coauthors --parallel"
What's Changed
- update python versions by @yymao in #50
- include co-authors in search query by @birnstiel in #49
- v0.6.0: coauthor and default option features by @yymao in #51
New Contributors
- @birnstiel made their first contribution in #49
Full Changelog: v0.5.4...v0.6.0