1
0
Fork 0
mirror of synced 2024-05-22 05:23:24 +12:00

Moved .- into dlig #1103, added =< #34

This commit is contained in:
Nikita Prokopov 2020-10-08 13:55:10 +02:00
parent 20bd0e45c4
commit df07894745
4 changed files with 159 additions and 115 deletions

View file

@ -8,6 +8,22 @@ All notable changes to this project will be documented in this file.
- Added U+2241..U+224B `≁ ≂ ≃ ≄ ≅ ≆ ≇ ≉ ≊ ≋` #1090
- Added new enclosed characters from Unicode 13 U+0229C `⊜`, U+1F10D `🄍`, U+1F10E `🄎`, U+1F10F `🄏`, U+1F16D `🅭`, U+1F16E `🅮`, U+1F16F `🅯`, U+1F1AD `🆭` #1070
- Redrew U+27F0..U+27FF Supplemental Arrows-A to be strict monospace `⟲⟳⟴⟵⟶⟷⟸⟹⟺⟻⟼⟽⟾⟿`
- Alternative `a` cv01
- Alternative `g` cv02 #886
- Alternative `i` cv03-cv06
- Alternative `l` cv07-cv10 #899
- Alternative `0` cv11-cv13
- Alternative `3` cv14
- Alternative `{}` cv15
- Alternative `*` cv16
- Alternative `~` cv17
- Alternative `%` cv18
- `<=` with a horizontal bar `cv19`
- `<=` as an arrow `cv20` #34 #696 #858
- `=<` as less than or equal `cv21` #34
- `=<` as less than or equal with horizontal bar `cv22` #34
- `>=` with a horizontal bar `cv23`
- Moved `.-` into `dlig` #1103
#### 5.2 (June 12, 2020)
@ -30,7 +46,7 @@ All notable changes to this project will be documented in this file.
- Added `//=` `=//` `=//=` #816
- Added U+21B0..U+21B3 `↰ ↱ ↲ ↳`, U+2770..U+2771 `❰ ❱` #1032
- Fixed U+27F8 `⟸` U+27F9 `⟹` U+27FA `⟺` U+27FD `⟽` U+27FE `⟾` U+27FF `⟿` that were broken in v4 #1067
- Added ss08 that adds gaps to `==` `===` `!=` `!==` #383
- Added `ss08` that adds gaps to `==` `===` `!=` `!==` #187 #383
- Removed OTF from distr to avoid confusion #939
#### 4.0 (May 18, 2020)

File diff suppressed because one or more lines are too long

View file

@ -1,12 +1,13 @@
#! /bin/bash -ex
sudo easy_install-3.7 pip
sudo easy_install-3.8 pip
pip install virtualenv --user
python3 -m virtualenv venv
source venv/bin/activate
# https://github.com/googlefonts/gftools/issues/121
brew install pkg-config
brew install zlib
pip install -U Pillow==5.4.1 idna==2.8 requests==2.21.0 urllib3==1.24.1
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
pip install pycairo

View file

@ -13,4 +13,4 @@ done
mkdir -p distr/woff2
mv distr/*/*.woff2 distr/woff2
rm distr/woff2/FiraCode-Retina.woff2
rm -f distr/woff2/FiraCode-Retina.woff2