Skip to content

v1.1.0

Choose a tag to compare

@odkr odkr released this 16 Jan 13:42
· 73 commits to main since this release
v1.1.0
83bab09

New features

  • No longer fetches bibliographic data of sources in the references metadata field or BibTeX, CSL JSON, or CSL YAML bibliography files.
  • Now searches for citations in the document's metadata fields, too; in all of them, this may change in future releases.
  • Support for connecting to Zotero via the Zotero Web API in addition to/instead of via zotxt.
  • Support for pandoc's --resource-path option.
  • Atomic updates of the bibliography file.
  • The bibliography file can now be in CSL YAML format, too.

Bugs fixed

  • Works with all releases of Pandoc ≥ v2.0.2 again.
  • Users can now declare what types of citation keys they use (this fixes issue #6).
  • No longer throws away all but the first bibliography file set in the bibliography metadata field if zotero-bibliography is set.
  • No longer fails to parse the bibliography metadata field if run with Pandoc ≤ v2.11, only a single file is set, and that file is set as a YAML scalar.
  • Now prints meaningful error messages, rather than stack traces (save for a few edge cases).