r5.0.4
|
@ -1,5 +1,11 @@
|
|||
## Modifications since version 2.x
|
||||
|
||||
### 5.0.4
|
||||
|
||||
* Add ligation for chained hyphens and tildes (#893).
|
||||
* Add symbols used by BQN programming language (`U+2389`, `U+2687`, `U+231C`, `U+238A`, `U+27DC`, and `U+294A`; #870).
|
||||
|
||||
|
||||
### 5.0.3
|
||||
|
||||
* Add ligation set for chaining number signs (#894).
|
||||
|
|
|
@ -450,6 +450,9 @@ Subsection `ligations` is used to customize the ligation set assigned to `calt`
|
|||
- `brack-bar`: Enable ligation for `[|` and `|]`.
|
||||
- `connected-underscore`: Make contiguous underscores (like `__`) connected.
|
||||
- `connected-number-sign`: Make contiguous number signs (like `##`) connected.
|
||||
- `connected-tilde-as-wave`: Make contiguous ASCII tildes (like `~~`) connected as a wave line.
|
||||
- `connected-hyphen-as-solid-line`: Make contiguous hyphen-minuses (like `--`) connected as a straight solid line.
|
||||
- `connected-hyphen-as-semi-dashed-line`: Make contiguous hyphen-minuses (like `--`) connected as a straight semi-dashed line, identifying each hyphen component.
|
||||
|
||||
<!-- END Section-Cherry-Picking-Ligation-Sets -->
|
||||
|
||||
|
|
Before Width: | Height: | Size: 429 KiB After Width: | Height: | Size: 430 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 360 KiB After Width: | Height: | Size: 360 KiB |
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 308 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "iosevka",
|
||||
"version": "5.0.3",
|
||||
"version": "5.0.4",
|
||||
"main": "./font-src/index.js",
|
||||
"scripts": {
|
||||
"build": "node utility/ensure-verda-exists && verda -f verdafile.js",
|
||||
|
|