Updates to make sure the bibcode function will continue to work as expected.
0.3.5
Makes the regular expressions for DOI/Bibcode/arXiv more robust and also search more fields (`url`, `pages` [thanks syrte for suggestion]).
0.3.4
Fix a bug (14) that were introduced in v0.3.3.
0.3.3
Now adstex will recognize the files in `\nobibliography{filename}` and keys in `\bibentry{key}` (11).
0.3.2
- Add a new `--merge-other` option. When set, adstex will merge the entries from other bibtex files (i.e. ones specified by `-r`) into the main bibtex file (i.e., the one specified by `-o`). Thanks to syrte for suggesting and helping implement this.