Skip to content

Releases: volkm/bibtex-dblp

v1.0.1

26 Jan 16:23
b81cb66

Choose a tag to compare

  • fixed typo no_escape in modify_bibtex

v1.0.0

14 Jan 12:39
445ff16

Choose a tag to compare

  • Script update_from_dblp automatically selects matching bibtex. Can be disabled with --disable-auto. ArXiv entries can be included with --include-arxiv.
  • Added new script modify_bibtex.py to apply some modifications on the bibtex file. Argument --no-escape removes the escape characters in front of underscores for fields url and doi.
  • Support rate limit for DBLP
  • Fix string output for conference venue
  • Revised setup by moving to pyproject.toml
  • Extended CI, in particular creating wheels

v0.9

25 May 09:16
48f9591

Choose a tag to compare

  • Adaption to changes in DBLP
  • Automatically copy citatation key to clipboard
  • Support for searching in local bibliography file first before searching online
  • Save DBLP id in bibsource
  • Install update_from_dblp
  • CI support