Releases: mpharrigan/gitbib
Releases · mpharrigan/gitbib
Gitbib 9
- d0594d4 Add more fields to flit.ini for Python wheels / package installation
- f9fc92e support for more fields and bibtex types
- 5be11e9 Split yaml reading functionality into more atomic parts
- f1f6922 Link local pdfs
- 2c363db Support url entries
Gitbib 8
- a6d93b0 Preliminary support to toggle listed entries by tag
- c9470d4 Parse authors that aren't a dictionary of {given: family: }
- da8a2bc Support additional bibtex aliases
- 1929138 Add new identifier type: biorxiv
- 1c7b9a0 Escape special latex symbols in titles
Gitbib 7
- 404053d Add a <title> to html output
- b35579c Logging
- 02decda Render arxiv entries properly in .bib output
- 85440f0 Render bib names as Lastname, Firstname Q.
- d70c624 Replace non-breaking space character with ~ in bib
- a966bbf Capitalize bib titles based on heuristic
Gitbib 6
- New output option
include_descendants
will include cited works below the main works for each output document.
- The
tree
output form has been removed (see above)
- Helper script for turning
.bib
into yaml
- Helper script for finding DOIs from title, author, journal (perhaps converted from
.bib
using the above)