Release 6.1.3

This commit is contained in:
be5invis 2021-05-04 01:23:54 -07:00
commit 3b83356cec
4 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,10 @@
## Modifications since version 2.x ## Modifications since version 2.x
### 6.1.3
* Fix MinTTY's warning about missing code pages (#980).
### 6.1.2 ### 6.1.2
* Make shape of straight-neck `2` less crooked (#978). * Make shape of straight-neck `2` less crooked (#978).

1
changes/6.1.3.md Normal file
View file

@ -0,0 +1 @@
* Fix MinTTY's warning about missing code pages (#980).

View file

@ -210,6 +210,8 @@ export : define [assignFontNames para font] : begin
set font.post.isFixedPitch false set font.post.isFixedPitch false
# Misc # Misc
set font.os2.ulCodePageRange1 0x2000011f
set font.os2.ulCodePageRange2 0xc4000000
set font.head.flags : accumulate : list set font.head.flags : accumulate : list
list Ot.Head.Flags.BaseLineYAt0 true list Ot.Head.Flags.BaseLineYAt0 true
list Ot.Head.Flags.LeftSidebearingAtX0 true list Ot.Head.Flags.LeftSidebearingAtX0 true

View file

@ -1,6 +1,6 @@
{ {
"name": "iosevka", "name": "iosevka",
"version": "6.1.2", "version": "6.1.3",
"main": "./font-src/index.js", "main": "./font-src/index.js",
"scripts": { "scripts": {
"build": "node utility/ensure-verda-exists && verda -f verdafile.js", "build": "node utility/ensure-verda-exists && verda -f verdafile.js",