Skip to content

Releases: jwcarr/bibfish

bibfish 0.3.3

02 Oct 19:04
Compare
Choose a tag to compare

Added

  • Option to specify the encoding of tex/bibtext files, defaulting to UTF-8.

Changed

  • Bibfish now defaults to UTF-8 encoding.

bibfish 0.3.2

13 Jun 11:24
Compare
Choose a tag to compare

Fixed

  • Fixed parsing of angle bracketed parameters in cite commands (e.g. \cite<>[]{}).

bibfish 0.3.1

28 Apr 10:59
Compare
Choose a tag to compare

Changed

  • Bibfish will now ignore commented out lines in the manuscript file.

bibfish 0.3.0

20 Mar 19:03
Compare
Choose a tag to compare

Added

  • Support for crossrefs. Cross-referenced Bibtex entries will be extracted automatically and placed in the output bib file.

  • New drop-fields option, which allows you to drop Bibtext fields in the output bib file (e.g., abstracts, filenames, notes, and other unwanted data).

Changed

  • If multiple master files are specified and there are duplicate citekeys, earlier bib files will now take priority over later files.

  • Bibfish is now fixed to version 1.4.1 of Bibtexparser to avoid potential issues with the upcoming version 2 release.

bibfish 0.2.1

10 Oct 15:07
Compare
Choose a tag to compare

Fixed

  • Bibfish will now explicitly ignore bracketed text between a cite command and the citekey to avoid issues in which bracketed text might contain braces that are erroneously captured as the citekey, e.g., \cite[some \textit{italic} text]{myCiteKey}.

bibfish 0.2.0

22 Jan 12:36
Compare
Choose a tag to compare

Added

  • bibfish can now handle multiple bibtex databases with the --bib option, which may be useful if you maintain separate databases.

Changed

  • bibfish now uses bibtexparser. This permits more robust parsing of bibtex files and produces more consistent bibtex output.

bibfish 0.1.0

06 Jan 10:37
Compare
Choose a tag to compare

Added support for nested input files

bibfish 0.0.5

07 Oct 18:10
Compare
Choose a tag to compare

Ignore empty cite commands

bibfish 0.0.4

06 Jul 09:30
Compare
Choose a tag to compare

Fixed bug where bibtex entries for closely named citekeys (e.g. Warner2019 and Warner2019a) would not be extracted correctly. This requires that the citekey in the bibtex entry is directly followed by a comma.

bibfish 0.0.3

30 Jan 11:38
Compare
Choose a tag to compare

Fix bug in DOI shortening