diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e55fd79c..705cc2ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ ## Modifications since version 2.x +### 7.3.0 + + * Add Greek Upsilon with Hook Symbol (`U+03D2`). + * Add flat-topped lowercase Delta (#856). + * Add rounded lowercase Xi (#856). + * Fix Bulgarian Small Ka's variant assignment (#1147). + * Fix shape of Ruble Sign (#1155). + + +### 7.2.8 + + * Fix broken shape of Cyrillic Small Letter Sha when `cv45 = 9` (#1154). + + ### 7.2.7 * Fix incorrect shape of Proportional To (`U+221D`), Infinity (`U+221E`) and Inverted Lazy S (`U+223E`) under Italic/Oblique. diff --git a/README.md b/README.md index 073dd747a..fa47947c7 100644 --- a/README.md +++ b/README.md @@ -1695,6 +1695,17 @@ Alongside stylistic sets, Monospace Iosevka can also be configured to cherry-pic +VXAA + + + + + +1 +2 + + + cv55 @@ -1742,6 +1753,17 @@ Alongside stylistic sets, Monospace Iosevka can also be configured to cherry-pic +VXAB + + + + + +1 +2 + + + cv58 @@ -2848,12 +2870,16 @@ Subsection `variants` is used to configure character variants in the font. Prope
turn-v = 'straight', cv53 = 1
Standard, straight Greek capital Lambda (Λ) and Greek capital Delta (Δ)
turn-v = 'curly', cv53 = 2
Slightly curly Greek capital Lambda (Λ) and Greek capital Delta (Δ), like Iosevka 2.x
- Styles for `α` (Greek lower Alpha):
lower-alpha = 'crossing', cv54 = 1
Greek lower Alpha (α) with a cross-like shape at right
lower-alpha = 'tailed-barred', cv54 = 2
Greek lower Alpha (α) with a straight right bar and tail
+ - Styles for `δ` (Greek lower Delta): +
lower-delta = 'rounded', VXAA = 1
Greek lower Delta (δ) with rounded top
lower-delta = 'flat-top', VXAA = 2
Greek lower Delta (δ) with flat top
- Styles for `Γ` (Greek capital Gamma):
capital-gamma = 'serifless', cv55 = 1
Standard capital Gamma (Γ) without serifs
capital-gamma = 'top-right-serifed', cv55 = 2
Standard capital Gamma (Γ) with serifs at top right
capital-gamma = 'serifed', cv55 = 3
Standard capital Gamma (Γ) with motion serifs at top and bottom
- Styles for `ι` (Greek lower Iota):
lower-iota = 'zshaped', cv56 = 1
Z-shaped Greek lower Iota (ι)
lower-iota = 'hooky-bottom', cv56 = 2
Greek lower Iota (ι) with a sharp-turning horizontal tail
lower-iota = 'tailed', cv56 = 3
Greek lower Iota (ι) with curly tail
lower-iota = 'tailed-serifed', cv56 = 4
Greek lower Iota (ι) with top serif and curly tail
lower-iota = 'flat-tailed', cv56 = 5
Greek lower Iota (ι) with a curly-then-flat tail
lower-iota = 'serifed-flat-tailed', cv56 = 6
Greek lower Iota (ι) with top serif and a curly-then-flat tail
- Styles for `λ` (Greek small Lambda):
lower-lambda = 'straight', cv57 = 1
More-straight Greek small Lambda (λ)
lower-lambda = 'straight-turn', cv57 = 2
Greek small Lambda (λ) with straight upper and a tail turns leftward
lower-lambda = 'curly', cv57 = 3
More curly Greek small Lambda (λ), like Iosevka 2.x
lower-lambda = 'curly-turn', cv57 = 4
More curly Greek small Lambda (λ), like Iosevka 2.x, with a tail turns leftward
+ - Styles for `ξ` (Greek lower Xi): +
lower-xi = 'rounded', VXAB = 1
Greek lower Xi (ξ) with rounded top
lower-xi = 'flat-top', VXAB = 2
Greek lower Xi (ξ) with flat top
- Styles for `З` (Cyrillic Capital Ze):
cyrl-capital-ze = 'serifless', cv58 = 1
Serifless Cyrillic Capital Ze (З)
cyrl-capital-ze = 'unilateral-serifed', cv58 = 2
Cyrillic Capital Ze (З) with serif
cyrl-capital-ze = 'bilateral-serifed', cv58 = 3
Cyrillic Capital Ze (З) with serif
cyrl-capital-ze = 'unilateral-inward-serifed', cv58 = 4
Cyrillic Capital Ze (З) with inward serif
cyrl-capital-ze = 'bilateral-inward-serifed', cv58 = 5
Cyrillic Capital Ze (З) with inward serif
- Styles for `з` (Cyrillic Lower Ze):