Skip to content

Commit

Permalink
Merge branch 'prerelease'
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed May 28, 2023
2 parents ce00152 + 3ea2b52 commit 8b270d6
Show file tree
Hide file tree
Showing 30 changed files with 1,011 additions and 959 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 version 2.x

### 24.1.0

* Fix missing serif in cursive-motion-serifed variants of `y` (#1751).
* Correct description of various character variants.
* Disunify variant selectors of PARTIAL DIFFERENTIAL (`U+2202`) and LATIN SMALL LETTER ETH (`U+00F0`) (#1746).


### 24.0.0

* \[**BREAKING**\] Add taller slash, broken slash and broken zero variants for Zero. As a result, current variants are reordered (#1307, #1509, #1678).
Expand Down
3 changes: 3 additions & 0 deletions changes/24.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fix missing serif in cursive-motion-serifed variants of `y` (#1751).
* Correct description of various character variants.
* Disunify variant selectors of PARTIAL DIFFERENTIAL (`U+2202`) and LATIN SMALL LETTER ETH (`U+00F0`) (#1746).
282 changes: 141 additions & 141 deletions doc/PACKAGE-LIST.md

Large diffs are not rendered by default.

23 changes: 17 additions & 6 deletions doc/character-variants.md
Original file line number Diff line number Diff line change
Expand Up @@ -2740,14 +2740,25 @@
</tr>
<tr>
<td rowspan="2"><code>VXSF</code></td>
<td colspan="2"><img src="../images/cv-partial-derivative-straight-bar.light.svg#gh-light-mode-only" width=64/><img src="../images/cv-partial-derivative-straight-bar.dark.svg#gh-dark-mode-only" width=64/></td>
<td colspan="2"><img src="../images/cv-partial-derivative-curly-bar.light.svg#gh-light-mode-only" width=64/><img src="../images/cv-partial-derivative-curly-bar.dark.svg#gh-dark-mode-only" width=64/></td>
<td colspan="8"> </td>
<td><img src="../images/cv-partial-derivative-straight-bar.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-partial-derivative-straight-bar.dark.svg#gh-dark-mode-only" width=32/></td>
<td><img src="../images/cv-partial-derivative-curly-bar.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-partial-derivative-curly-bar.dark.svg#gh-dark-mode-only" width=32/></td>
<td colspan="10"> </td>
</tr>
<tr>
<td colspan="2">1</td>
<td colspan="2">2</td>
<td colspan="8"> </td>
<td>1</td>
<td>2</td>
<td colspan="10"> </td>
</tr>
<tr>
<td rowspan="2"><code>VXAA</code></td>
<td><img src="../images/cv-lower-eth-straight-bar.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-eth-straight-bar.dark.svg#gh-dark-mode-only" width=32/></td>
<td><img src="../images/cv-lower-eth-curly-bar.light.svg#gh-light-mode-only" width=32/><img src="../images/cv-lower-eth-curly-bar.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>VXSG</code></td>
Expand Down
34 changes: 18 additions & 16 deletions doc/custom-build.md

Large diffs are not rendered by default.

1,456 changes: 728 additions & 728 deletions doc/packages-sha.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion font-src/glyphs/letter/latin/lower-y.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ glyph-block Letter-Latin-Lower-Y : begin
object # serifs
serifless SLAB-NONE
serifed SLAB-ALL
motionSerifed SLAB-MOTION
motionSerifed SLAB-CURSIVE-MOTION

foreach { suffix { hookShape slabKind } } [Object.entries CursiveConfig] : do
create-glyph "y.\(suffix)" : glyph-proc
Expand Down
2 changes: 1 addition & 1 deletion images/button-release.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/button-release.light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/cv-cyrl-capital-u-cursive-motion-serifed.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/cv-cyrl-capital-u-cursive-motion-serifed.light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions images/cv-lower-eth-curly-bar.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions images/cv-lower-eth-curly-bar.light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions images/cv-lower-eth-straight-bar.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions images/cv-lower-eth-straight-bar.light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8b270d6

Please sign in to comment.