diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/windycity/CHANGES.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/windycity/CHANGES.md | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/windycity/CHANGES.md b/Master/texmf-dist/doc/latex/windycity/CHANGES.md index cf718404ab0..960197f84f5 100644 --- a/Master/texmf-dist/doc/latex/windycity/CHANGES.md +++ b/Master/texmf-dist/doc/latex/windycity/CHANGES.md @@ -8,6 +8,48 @@ indicate updates to Windy City's [repository on GitHub](https://github.com/brianchase/windycity "GitHub: brianchase/windycity"). +## 2021-01-30 + +* added support for the `pubstate` field to indicate when a work is + forthcoming (with value *forthcoming*), a preprint (with value + preprint*), a working paper (with value *working*), or an electronic + article published ahead of the official publication date (with value + *prepub*) +* added support for the `eprint` field, plus related fields and + options +* added `shortlinks` preamble option to "shorten" embedded links from + `bibhyperref` in standard citations; instead of encompassing an + entire citation, links apply to just one element: the title or, if + no title is present, whatever part of the citation occupies the + author's position, such as the author's name, *ibid.*, or a + shorthand +* somewhat related to the previous, changed preamble option + `firstshort` to `shortfirst` +* sorting in bibliographies and reference lists now respond to the + month, day, hour, and minute or entries (e.g. in a reference list, + two articles by the same author published on the same day, minutes + apart, will sort the earliest article first) +* added `noreprint` entry option to exclude the `reprint` bibliography + string from citations of certain reprints +* fixed the `shortauthor` field printing in long, first citations + (sorry about that!) +* fixed several bugs, mostly affecting parenthetical citations, having + to do with the placement, punctuation, and tracking of citations + with `journaltitle`, `organization`, or `blogtitle` in the author's + position +* related to the previous, added support for the `shortjournal` field + and added `shortorganization` and `shortblog` fields +* fixed several macros in which the preamble option `reflist` could + cause errors in standard citations +* fixed parenthetical citations for `@online` entries that should have + nothing in the date's position, not even "n.d." (no date), such as + when you cite a blog but not any particular post +* fixed punctuation after `title` when an `@unpublished` entry has no + `type`, `location`, or `pubstate` field +* [accidentally dropped from previous release:] fixed `autopunct` when + `\footcites` follows `\cite` plus an `autopunct` mark (e.g. + `\cite{key1}?\footcites{key2}{key3}`) + ## 2020-11-10 * added support for updaters, which, like other editorial roles, you @@ -43,8 +85,6 @@ brianchase/windycity"). * added support for printing ISSNs with `issn` entry and bibliography options * fixed `nameaddon` and `handle` fields printing in short citations -* fixed `autopunct` when `\footcites` follows `\cite` plus an - `autopunct` mark (e.g. `\cite{key1}?\footcites{key2}{key3}`) ## 2020-09-29 |