summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/windycity/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/windycity/CHANGES.md')
-rw-r--r--macros/latex/contrib/biblatex-contrib/windycity/CHANGES.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/windycity/CHANGES.md b/macros/latex/contrib/biblatex-contrib/windycity/CHANGES.md
index 2b166c9f5c..61b08926c1 100644
--- a/macros/latex/contrib/biblatex-contrib/windycity/CHANGES.md
+++ b/macros/latex/contrib/biblatex-contrib/windycity/CHANGES.md
@@ -8,6 +8,47 @@ indicate updates to Windy City's [repository on
GitHub](https://github.com/brianchase/windycity "GitHub:
brianchase/windycity").
+## 2023-05-03
+
+* added preamble option `sentencecase` to put titles in
+ sentence-style capitalization (see *CMOS* 8.158)
+* added entry options to override, per entry, the default formats of
+ titles:
+
+ - Supported fields: `title`, `blogtitle`, `bookbooktitle`,
+ `booktitle`, `issuetitle`, `journal`, `journaltitle`,
+ `maintitle`, `origtitle`, `shortbooktitle`, `shorthand`,
+ `shorttitle`, and `shortmaintitle`
+ - For italics: `emph:<field>` (`emph` is short for `emph:title`)
+ - For quotes: `quotes:<field>` (`quotes` is short for
+ `quotes:title`)
+ - For sentence-style capitalization: `sentencecase:<field>`
+ (`sentencecase` is short for `sentencecase:title`)
+ - To remove formatting: `noformat:<field>` (`noformat` is short for
+ `noformat:title`)
+ - Uppercase the first letter when `\ifcapital` is true:
+ `ifcapital:<field>` (`ifcapital` is short for `ifcapital:title`)
+ - You can use some of the options above at the same time, such as
+ putting a title in both italics and sentence case. Exceptions: You
+ can't use the `emph` and `quotes` options together (the `emph`
+ options prevail), you can't use either with the `noformat` options
+ (the `noformat` options prevail), and you can't use the
+ `setencecase` and `ifcapital` options together (the `sentencecase`
+ options prevail).
+ - Setting an option for a title sets the related option for its
+ short title (e.g. `sentencecase:maintitle` implies
+ `sentencecase:shortmaintitle`).
+
+* added support for the `yeardivision` field (support for `season`
+ remains for backward compatibility)
+* fixed the `year` field of `@standard` entries printing when
+ `pubstate` supersedes it
+* fixed a missing field format for `shortmaintitle`
+* fixed a setting that caused `@reference` and `@inreference` works to
+ format incorrectly if (1) `organization` was supposed to occupy the
+ author's position *and* (2) their bibliography database entries had
+ an `options` field
+
## 2021-12-04
* improved the handling of `labeldate` for `@inbook` and `@bookinbook`