Skip to content

Releases: cr-marcstevens/dblpbibtex

dblpbibtex v2.4

10 Jun 13:36
Compare
Choose a tag to compare

This bugfix release fixes:

  • Compilation errors on debian 11. Now C++17 filesystem module is preferred over Boost filesystem module.
  • Github Actions MacOS build failures. File 'version' is renamed to 'version.txt'. This results in a dblpbibtex version uptick.

dblpbibtex v2.3a

08 Nov 08:06
Compare
Choose a tag to compare

This bugfix release only fixes a minor compiler error in the source code.
The windows executable dblpbibtex.exe is identical to v2.3.

dblpbibtex v2.3

18 Sep 12:26
Compare
Choose a tag to compare

dblpbibtex v2.2

27 May 08:27
Compare
Choose a tag to compare

Better parsing of bib-entry from DBLP, fixes issue #11

dblpbibtex v2.1

04 Dec 13:18
Compare
Choose a tag to compare

Added new feature:

Switch DBLP bib format between 'compact', 'standard' and 'crossref'
using \nocite{dblpbibtex:dblpformat:compact} in your .tex file
or dblpformat=compact in your dblpbibtex.cfg file.
See also https://dblp.org/faq/15696107.html mentioning DBLP formats:

publication records will be exported to BibTeX entries either
in condensed format (0) by giving mandatory data fields only, 
in standard format (1) by giving all available data fields in one single entry, 
or in crossref format (2) by giving all available data fields as above, 
    but splitting data records into a contained inproceedings/incollection entry
    and a containing book/collection entry (if applicable)

dblpbibtex v2.0a

02 May 11:39
Compare
Choose a tag to compare
  • versioning and packing fixes
  • added support to use curl_formadd (deprecated) instead of curl_mime_* for older distributions
  • added support to use Boost filesystem module instead of C++17 filesystem module

dblpbibtex v2.00

18 Apr 20:05
Compare
Choose a tag to compare

This is a slight rewrite of dblpbibtex:

  • requires a C++17 compiler with filesystem module
  • new build system using autotools for linux and VS2017 for windows
  • removed dependency on Boost C++ libraries
  • now uses libcurl for all http(s) requests
  • uses contrib/program_options.hpp and contrib/string_algo.hpp
    (both from https://github.com/cr-marcstevens/snippets)
  • fixing issues with downloading and searching references from DBLP and IACR ePrint