1. 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`.
2. 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 variable `ADSTEX_ARGS` for default arguments. For example, setting the following in `.bashrc` will always enable the coauthor and parallel features.
bash
export ADSTEX_ARGS="--use-coauthors --parallel"
What's Changed
* update python versions by yymao in https://github.com/yymao/adstex/pull/50
* include co-authors in search query by birnstiel in https://github.com/yymao/adstex/pull/49
* v0.6.0: coauthor and default option features by yymao in https://github.com/yymao/adstex/pull/51
New Contributors
* birnstiel made their first contribution in https://github.com/yymao/adstex/pull/49
**Full Changelog**: https://github.com/yymao/adstex/compare/v0.5.4...v0.6.0