Skip to content

Releases: zepinglee/citeproc-lua

v0.2.2

23 Sep 09:25
b4af529
Compare
Choose a tag to compare

[v0.2.2] - 2022-09-23

Fixed

  • latexmk can automatically call citeproc-lua when compiling with pdflatex or xelatex (thanks to John Collins).
  • Fix incorrect labels in numeric reference list (#25).

v0.2.1

18 Sep 08:06
f144d46
Compare
Choose a tag to compare

[v0.2.1] - 2022-09-18

Changed

  • Rewrite BibTeX parser with lpeg. The accent letters are now converted to unicode.

Fixed

  • Fix redundant warning entry "*" not found.

v0.2.0

18 Aug 16:31
8aaf57a
Compare
Choose a tag to compare

[v0.2.0] - 2022-08-18

Added

  • The cite grouping, collapsing, and disambiguation features are now implemented.

Changed

  • The citeproc executable is renamed to citeproc-lua to avoid conflicts with other processor implementations.
  • Package configuration can also be given in the package loading options.
  • A warning is raised instead of and error in case of duplicate entry keys (#14).

Fixed

  • Fix an infinite loop error when bib entry keys contain hyphens or underscores (#18).
  • Fix incorrect item position in note style (#20).
  • Fix compatibility with \blockquote of csquotes (#21).
  • Fix non-lowercase field names (#22).

v0.1.1

21 Mar 14:35
073ac08
Compare
Choose a tag to compare

[v0.1.1] - 2022-03-21

Added

  • Add support for CSL v1.0.2.
  • Add CSL-JSON format in \addbibresource (#11).
  • Add multicite command \cites (#10).
  • Add URL format setup.

Fixed

  • Fix the incompatibility with babel (#9).
  • Fix missing \url commands in bibliography (#12).

v0.1.0

22 Jan 02:30
b748585
Compare
Choose a tag to compare

[v0.1.0] - 2022-01-22

Added

  • Publish to CTAN.