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.md38
1 files changed, 35 insertions, 3 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/windycity/CHANGES.md b/macros/latex/contrib/biblatex-contrib/windycity/CHANGES.md
index ea102f1f03..b271d2f4f5 100644
--- a/macros/latex/contrib/biblatex-contrib/windycity/CHANGES.md
+++ b/macros/latex/contrib/biblatex-contrib/windycity/CHANGES.md
@@ -8,6 +8,38 @@ indicate updates to Windy City's [repository on
GitHub](https://github.com/brianchase/windycity "GitHub:
brianchase/windycity").
+## 2021-07-07
+
+* improved the workflow for titles, subtitles, and the like; no change
+ in output, except for the following:
+
+ - added support for printing the `subtitle` and `titleaddon` of an
+ entry cross-referenced by a cross-referenced entry (e.g. if you
+ cite an article cross-referenced to a volume cross-referenced to a
+ collection, the collection's `subtitle` and `titleaddon` will now
+ print)
+ - subsequent citations of `@review` entries with titles now have a
+ similar form as articles with titles (previously, they were the
+ same as untitled reviews)
+ - if the `crossref` field of an `@review` entry is defined, the
+ title of the cross-referenced entry now has the field format of
+ its entry type (previously, all such titles were in italics, never
+ in quotation marks)
+
+* added support for the `ibidpage` preamble option (false by default;
+ true with the `ibid` preamble option; if true, it suppresses the
+ `postnote` of a citation if the previous citation on the page is to
+ the same entry with the same `postnote`)
+* added support for the `dashed` preamble option (true by default; if
+ false, it removes the 3-em dash for repeated names in bibliographies
+ and reference lists)
+* added support for using `annotate` as an entry option, not just as a
+ preamble option
+* fixed `anon` and `anon?` author types for contexts outside the
+ author's position
+* fixed the `shortfirst` preamble option for `@review` entries
+* fixed `@review` entries with titles but no authors
+
## 2021-05-02
This release brings a long overdue redesign of the workflow for
@@ -135,9 +167,9 @@ internals.
pseudonymous authors with the value `pseudo` (the `nameaddon` field
still works for this and, in fact, remains the only way to list a
pseudonymous author's given name)
-* added a `nopages` bibliography option to stop automatic printing of
- the `pages` field on first citations of `@article` and `@review`
- entries (and their aliases) when the `postnote` is blank
+* added a `nopages` preamble option to stop automatic printing of the
+ `pages` field on first citations of `@article` and `@review` entries
+ (and their aliases) when the `postnote` is blank
* added support for the `\fullcite` and `\footfullcite` citation
commands
* new citation commands: `idemcite`, `idemcites`, `footidemcite`,