Skip to content

Commit

Permalink
Release 28.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Dec 17, 2023
1 parent 68a5add commit 4bfa473
Show file tree
Hide file tree
Showing 2,839 changed files with 54,168 additions and 690 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Modifications since last major version

### 28.0.1

* Add italic form of CYRILLIC SMALL LETTER TE WITH MIDDLE HOOK (`U+A68B`) (#2119).
* Add missing feature tag to chaining plus ligation (#2118).
* Make the central part of Cyrillic Twe to follow lowercase Tau variants (#2122).


### 28.0.0

* \[**BREAKING**\] The filenames and package filenames are changed.
Expand Down
274 changes: 137 additions & 137 deletions doc/PACKAGE-LIST.md

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions doc/character-variants.md
Original file line number Diff line number Diff line change
Expand Up @@ -3399,6 +3399,17 @@
<td colspan="10"> </td>
</tr>
<tr>
<td rowspan="2"><code>VXAA</code></td>
<td><img src="../images/cv-lig-plus-chain-with-notch.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lig-plus-chain-with-notch.dark.svg#gh-dark-mode-only" width=32/></td>
<td><img src="../images/cv-lig-plus-chain-without-notch.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lig-plus-chain-without-notch.dark.svg#gh-dark-mode-only" width=32/></td>
<td colspan="10"> </td>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td colspan="10"> </td>
</tr>
<tr>
<td rowspan="2"><code>VLAE</code></td>
<td><img src="../images/cv-lig-double-arrow-bar-with-notch.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lig-double-arrow-bar-with-notch.dark.svg#gh-dark-mode-only" width=32/></td>
<td><img src="../images/cv-lig-double-arrow-bar-without-notch.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lig-double-arrow-bar-without-notch.dark.svg#gh-dark-mode-only" width=32/></td>
Expand Down
2 changes: 2 additions & 0 deletions doc/custom-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,8 @@ Subsection `variants` is used to configure character variants in the font. Prope
<table><tr><td rowspan="2" width="60"><img src="../images/cv-lig-equal-chain-with-notch.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lig-equal-chain-with-notch.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lig-equal-chain = 'with-notch'</code>, <code>VLAC = 1</code></td></tr><tr><td>The bars in equality (<code>==</code>, etc.) ligation have notches in the middle (default)</td></tr><tr><td rowspan="2" width="60"><img src="../images/cv-lig-equal-chain-without-notch.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lig-equal-chain-without-notch.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lig-equal-chain = 'without-notch'</code>, <code>VLAC = 2</code></td></tr><tr><td>The bars in equality (<code>==</code>, etc.) ligation do not have notches in the middle</td></tr></table>
- Styles for `--` (Hyphen-minus ligations):
<table><tr><td rowspan="2" width="60"><img src="../images/cv-lig-hyphen-chain-with-notch.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lig-hyphen-chain-with-notch.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lig-hyphen-chain = 'with-notch'</code>, <code>VLAD = 1</code></td></tr><tr><td>The bars in connected hyphen-minus (<code>--</code>, etc.) ligation have notches in the middle (default)</td></tr><tr><td rowspan="2" width="60"><img src="../images/cv-lig-hyphen-chain-without-notch.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lig-hyphen-chain-without-notch.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lig-hyphen-chain = 'without-notch'</code>, <code>VLAD = 2</code></td></tr><tr><td>The bars in connected hyphen-minus (<code>--</code>, etc.) ligation do not have notches in the middle</td></tr></table>
- Styles for `++` (Plus ligations):
<table><tr><td rowspan="2" width="60"><img src="../images/cv-lig-plus-chain-with-notch.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lig-plus-chain-with-notch.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lig-plus-chain = 'with-notch'</code>, <code>VXAA = 1</code></td></tr><tr><td>The bars in connected plus (<code>++</code>, etc.) ligation have notches in the middle</td></tr><tr><td rowspan="2" width="60"><img src="../images/cv-lig-plus-chain-without-notch.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lig-plus-chain-without-notch.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lig-plus-chain = 'without-notch'</code>, <code>VXAA = 2</code></td></tr><tr><td>The bars in connected plus (<code>++</code>, etc.) ligation do not have notches in the middle (default)</td></tr></table>
- Styles for `=>` (Double arrow ligation):
<table><tr><td rowspan="2" width="60"><img src="../images/cv-lig-double-arrow-bar-with-notch.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lig-double-arrow-bar-with-notch.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lig-double-arrow-bar = 'with-notch'</code>, <code>VLAE = 1</code></td></tr><tr><td>The bars in double arrow (<code>=&gt;</code>, etc.) ligation have notches in the middle</td></tr><tr><td rowspan="2" width="60"><img src="../images/cv-lig-double-arrow-bar-without-notch.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lig-double-arrow-bar-without-notch.dark.svg#gh-dark-mode-only" width=32/></td><td><code>lig-double-arrow-bar = 'without-notch'</code>, <code>VLAE = 2</code></td></tr><tr><td>The bars in double arrow (<code>=&gt;</code>, etc.) ligation do not have notches in the middle (default)</td></tr></table>
- Styles for `->` (Single arrow ligation):
Expand Down
8 changes: 4 additions & 4 deletions doc/cv-influences.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@

- `cv65`:

ฯ„ (`U+03C4`), ๐›• (`U+1D6D5`), ๐œ (`U+1D70F`), ๐‰ (`U+1D749`), ๐žƒ (`U+1D783`), ๐žฝ (`U+1D7BD`)
ฯ„ (`U+03C4`), ๊šŒ (`U+A68C`), ๊š (`U+A68D`), ๐›• (`U+1D6D5`), ๐œ (`U+1D70F`), ๐‰ (`U+1D749`), ๐žƒ (`U+1D783`), ๐žฝ (`U+1D7BD`)

- `cv66`:

Expand Down Expand Up @@ -540,7 +540,7 @@

- `cv19`:

T (`U+0054`), ลข (`U+0162`), ลค (`U+0164`), ลฆ (`U+0166`), ฦฌ (`U+01AC`), ฦฎ (`U+01AE`), ศš (`U+021A`), ศพ (`U+023E`), ฮค (`U+03A4`), ะข (`U+0422`), าฌ (`U+04AC`), าด (`U+04B4`), ิŽ (`U+050E`), แฒ„ (`U+1C84`), แด› (`U+1D1B`), แต€ (`U+1D40`), แนช (`U+1E6A`), แนฌ (`U+1E6C`), แนฎ (`U+1E6E`), แนฐ (`U+1E70`), โ‚ฎ (`U+20AE`), โ‚ธ (`U+20B8`), โ„ก (`U+2121`), โ„ข (`U+2122`), โ‚ (`U+2402`), โƒ (`U+2403`), โ„ (`U+2404`), โ‰ (`U+2409`), โ‹ (`U+240B`), โ— (`U+2417`), โ“‰ (`U+24C9`), โทต (`U+2DF5`), ๊šŠ (`U+A68A`), ๊š‹ (`U+A68B`), ๊šŒ (`U+A68C`), ๊š (`U+A68D`), ๊žฑ (`U+A7B1`), ๐“ (`U+1D413`), ๐‘‡ (`U+1D447`), ๐‘ป (`U+1D47B`), ๐–ณ (`U+1D5B3`), ๐—ง (`U+1D5E7`), ๐˜› (`U+1D61B`), ๐™ (`U+1D64F`), ๐šƒ (`U+1D683`), ๐šป (`U+1D6BB`), ๐›ต (`U+1D6F5`), ๐œฏ (`U+1D72F`), ๐ฉ (`U+1D769`), ๐žฃ (`U+1D7A3`), ๐Ÿ„ฃ (`U+1F123`), ๐Ÿ…ƒ (`U+1F143`), ๐Ÿ…ฃ (`U+1F163`), ๐Ÿ†ƒ (`U+1F183`)
T (`U+0054`), ลข (`U+0162`), ลค (`U+0164`), ลฆ (`U+0166`), ฦฌ (`U+01AC`), ฦฎ (`U+01AE`), ศš (`U+021A`), ศพ (`U+023E`), ฮค (`U+03A4`), ะข (`U+0422`), าฌ (`U+04AC`), าด (`U+04B4`), ิŽ (`U+050E`), แฒ„ (`U+1C84`), แด› (`U+1D1B`), แต€ (`U+1D40`), แนช (`U+1E6A`), แนฌ (`U+1E6C`), แนฎ (`U+1E6E`), แนฐ (`U+1E70`), โ‚ฎ (`U+20AE`), โ‚ธ (`U+20B8`), โ„ก (`U+2121`), โ„ข (`U+2122`), โ‚ (`U+2402`), โƒ (`U+2403`), โ„ (`U+2404`), โ‰ (`U+2409`), โ‹ (`U+240B`), โ— (`U+2417`), โ“‰ (`U+24C9`), โทต (`U+2DF5`), ๊šŠ (`U+A68A`), ๊šŒ (`U+A68C`), ๊š (`U+A68D`), ๊žฑ (`U+A7B1`), ๐“ (`U+1D413`), ๐‘‡ (`U+1D447`), ๐‘ป (`U+1D47B`), ๐–ณ (`U+1D5B3`), ๐—ง (`U+1D5E7`), ๐˜› (`U+1D61B`), ๐™ (`U+1D64F`), ๐šƒ (`U+1D683`), ๐šป (`U+1D6BB`), ๐›ต (`U+1D6F5`), ๐œฏ (`U+1D72F`), ๐ฉ (`U+1D769`), ๐žฃ (`U+1D7A3`), ๐Ÿ„ฃ (`U+1F123`), ๐Ÿ…ƒ (`U+1F143`), ๐Ÿ…ฃ (`U+1F163`), ๐Ÿ†ƒ (`U+1F183`)

- `cv20`:

Expand Down Expand Up @@ -616,7 +616,7 @@

- `cv38`:

m (`U+006D`), ษฑ (`U+0271`), อซ (`U+036B`), ั‚ (`U+0442`), าญ (`U+04AD`), ิ (`U+050F`), แฒ… (`U+1C85`), แต (`U+1D50`), แตฏ (`U+1D6F`), แถ† (`U+1D86`), แถฌ (`U+1DAC`), แธฟ (`U+1E3F`), แน (`U+1E41`), แนƒ (`U+1E43`), โ‚˜ (`U+2098`), โ‚ฅ (`U+20A5`), โ…ฟ (`U+217F`), โ‰ž (`U+225E`), โ’จ (`U+24A8`), โ“œ (`U+24DC`), โทฎ (`U+2DEE`), ๊ฌบ (`U+AB3A`), ๐ฆ (`U+1D426`), ๐‘š (`U+1D45A`), ๐’Ž (`U+1D48E`), ๐—† (`U+1D5C6`), ๐—บ (`U+1D5FA`), ๐˜ฎ (`U+1D62E`), ๐™ข (`U+1D662`), ๐š– (`U+1D696`), ๐ž€ (`U+1E040`)
m (`U+006D`), ษฑ (`U+0271`), อซ (`U+036B`), ั‚ (`U+0442`), าญ (`U+04AD`), ิ (`U+050F`), แฒ… (`U+1C85`), แต (`U+1D50`), แตฏ (`U+1D6F`), แถ† (`U+1D86`), แถฌ (`U+1DAC`), แธฟ (`U+1E3F`), แน (`U+1E41`), แนƒ (`U+1E43`), โ‚˜ (`U+2098`), โ‚ฅ (`U+20A5`), โ…ฟ (`U+217F`), โ‰ž (`U+225E`), โ’จ (`U+24A8`), โ“œ (`U+24DC`), โทฎ (`U+2DEE`), ๊š‹ (`U+A68B`), ๊ฌบ (`U+AB3A`), ๐ฆ (`U+1D426`), ๐‘š (`U+1D45A`), ๐’Ž (`U+1D48E`), ๐—† (`U+1D5C6`), ๐—บ (`U+1D5FA`), ๐˜ฎ (`U+1D62E`), ๐™ข (`U+1D662`), ๐š– (`U+1D696`), ๐ž€ (`U+1E040`)

- `cv39`:

Expand Down Expand Up @@ -724,7 +724,7 @@

- `cv65`:

ฯ„ (`U+03C4`), ๐›• (`U+1D6D5`), ๐œ (`U+1D70F`), ๐‰ (`U+1D749`), ๐žƒ (`U+1D783`), ๐žฝ (`U+1D7BD`)
ฯ„ (`U+03C4`), ๊šŒ (`U+A68C`), ๊š (`U+A68D`), ๐›• (`U+1D6D5`), ๐œ (`U+1D70F`), ๐‰ (`U+1D749`), ๐žƒ (`U+1D783`), ๐žฝ (`U+1D7BD`)

- `cv66`:

Expand Down
Loading

0 comments on commit 4bfa473

Please sign in to comment.