diff options
author | Norbert Preining <norbert@preining.info> | 2023-07-05 03:01:54 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-07-05 03:01:54 +0000 |
commit | 973c785dccc1812d63162178e8362e83e8c263c2 (patch) | |
tree | b2cb12a6b36a0a59e90f1611d32cf7e8d125d575 /biblio/citation-style-language/CHANGELOG.md | |
parent | ab7f5e4df027c13f5aef4fbdb032184cf2f3d5c3 (diff) |
CTAN sync 202307050301
Diffstat (limited to 'biblio/citation-style-language/CHANGELOG.md')
-rw-r--r-- | biblio/citation-style-language/CHANGELOG.md | 47 |
1 files changed, 30 insertions, 17 deletions
diff --git a/biblio/citation-style-language/CHANGELOG.md b/biblio/citation-style-language/CHANGELOG.md index e0042de33e..0d33fd34b0 100644 --- a/biblio/citation-style-language/CHANGELOG.md +++ b/biblio/citation-style-language/CHANGELOG.md @@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [v0.4.1] - 2023-04-12 +## [0.4.2] - 2023-07-04 + +### Changed + +- BibTeX parser: The `eid` from `biblatex` field is mapped to CSL's `number` ([retorquere/zotero-better-bibtex#2551](https://github.com/retorquere/zotero-better-bibtex/issues/2551#issuecomment-1615593134)). + +### Fixed + +- Fix a bug with `<text variable="locator">` in `<bibliography>` ([#39](https://github.com/zepinglee/citeproc-lua/issues/39)). +- Fix missing `$` errors caused by underscores in citations keys. +- Fix a conflict of already defined `\@currentHref` due to changes in LaTeX2e kernel 2023-06-01 ([latex3/latex2e#pr956](https://github.com/latex3/latex2e/pull/956)). + +## [0.4.1] - 2023-04-12 ### Added @@ -20,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove UTF-8 BOM from loaded files (fix [#34](https://github.com/zepinglee/citeproc-lua/issues/34)). -## [v0.4.0] - 2023-04-02 +## [0.4.0] - 2023-04-02 ### Added @@ -38,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix invalid `bib-item-sep` option. - Fix the delimiter of `cs:choose` in deeper levels. -## [v0.3.0] - 2022-12-25 +## [0.3.0] - 2022-12-25 ### Added @@ -58,14 +70,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix missing DOI prefix when used with `hyperref` ([#28](https://github.com/zepinglee/citeproc-lua/issues/28)). - Fix special characters (`#` and `%`) in URL ([#30](https://github.com/zepinglee/citeproc-lua/issues/30)). -## [v0.2.2] - 2022-09-23 +## [0.2.2] - 2022-09-23 ### Fixed - `latexmk` can automatically call citeproc-lua when compiling with `pdflatex` or `xelatex` (thanks to [John Collins](http://personal.psu.edu/~jcc8/)). - Fix incorrect labels in numeric reference list ([#25](https://github.com/zepinglee/citeproc-lua/issues/25)). -## [v0.2.1] - 2022-09-18 +## [0.2.1] - 2022-09-18 ### Changed @@ -75,7 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix redundant warning `entry "*" not found`. -## [v0.2.0] - 2022-08-18 +## [0.2.0] - 2022-08-18 ### Added @@ -94,7 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix compatibility with `\blockquote` of `csquotes` ([#21](https://github.com/zepinglee/citeproc-lua/issues/21)). - Fix non-lowercase field names ([#22](https://github.com/zepinglee/citeproc-lua/issues/22)). -## [v0.1.1] - 2022-03-21 +## [0.1.1] - 2022-03-21 ### Added @@ -108,18 +120,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix the incompatibility with `babel` ([#9](https://github.com/zepinglee/citeproc-lua/issues/9)). - Fix missing `\url` commands in bibliography ([#12](https://github.com/zepinglee/citeproc-lua/issues/12)). -## [v0.1.0] - 2022-01-22 +## [0.1.0] - 2022-01-22 ### Added - Initial CTAN release. -[Unreleased]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.1...HEAD -[v0.4.1]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.0...0.4.1 -[v0.4.0]: https://github.com/zepinglee/citeproc-lua/compare/v0.3.0...0.4.0 -[v0.3.0]: https://github.com/zepinglee/citeproc-lua/compare/v0.2.2...0.3.0 -[v0.2.2]: https://github.com/zepinglee/citeproc-lua/compare/v0.2.1...0.2.2 -[v0.2.1]: https://github.com/zepinglee/citeproc-lua/compare/v0.2.0...0.2.1 -[v0.2.0]: https://github.com/zepinglee/citeproc-lua/compare/v0.1.1...0.2.0 -[v0.1.1]: https://github.com/zepinglee/citeproc-lua/compare/v0.1.0...v0.1.1 -[v0.1.0]: https://github.com/zepinglee/citeproc-lua/releases/tag/v0.1.0 +[Unreleased]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.2...HEAD +[0.4.2]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.1...v0.4.2 +[0.4.1]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.0...v0.4.1 +[0.4.0]: https://github.com/zepinglee/citeproc-lua/compare/v0.3.0...v0.4.0 +[0.3.0]: https://github.com/zepinglee/citeproc-lua/compare/v0.2.2...v0.3.0 +[0.2.2]: https://github.com/zepinglee/citeproc-lua/compare/v0.2.1...v0.2.2 +[0.2.1]: https://github.com/zepinglee/citeproc-lua/compare/v0.2.0...v0.2.1 +[0.2.0]: https://github.com/zepinglee/citeproc-lua/compare/v0.1.1...v0.2.0 +[0.1.1]: https://github.com/zepinglee/citeproc-lua/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/zepinglee/citeproc-lua/releases/tag/v0.1.0 |