All notable changes to this project will be documented in this file.
v1.0.21-1 (2024-09-30)
- Upgrade nerd fonts to v3.2.1 (2872bfa)
v1.0.20-0 (2024-09-14)
- Remove
material
glyphs to reduce the number of glyphs (d670456) - Add back
codicons
glyphs that was removed in v1.0.11-0 (41f1336)
v1.0.11-0 (2024-05-06)
- Remove
codicons
glyphs to reduce the number of glyphs (7400733) - Add back "j" orthography that was removed in v1.0.10-0 (8d8867c)
- Downgrade nerd fonts back to v3.1.1 (e09ca35)
v1.0.10-0 (2024-04-15)
- Remove "j" orthography temporarily (d398e8e)
- Upgrade nerd fonts to v3.2.1 (#28)
v1.0.5-0 (2024-02-18)
v0.42.0-0 (2023-09-18)
- Upgrade nerd fonts to v3.0.2 (61d1834)
v0.40.7-1 (2023-05-21)
v0.40.0-0 (2023-02-04)
v0.39.0-0 (2023-01-28)
- Upgrade nerd fonts to v2.3.3 (76469e1)
v0.37.4-1 (2022-10-28)
- Upgrade nerd fonts to v2.2.2 (d291184)
v0.37.0-0 (2022-09-03)
- Implement revision (8ce5a8d)
v0.37.0 (2022-08-29)
- Upgrade nerd fonts to v2.2.1 (24d54d9)
v0.36.7 (2022-07-17)
-
Add TTC format 👉 https://github.com/jonz94/ttc-sarasa-gothic-nerd-fonts (#7), closes #3
-
Installation
- Scoop
scoop install sarasa-nerd-font-ttc
- Homebrew
brew install font-sarasa-nerd-font-ttc
- Linux
v0.35.2 (2021-11-28)
-
In previous version, all variants of the patched fonts have exact same TTF font family name
Sarasa Nerd Font
. Now, each variant of the patched fonts will have proper TTF font family name. See List of TTF Font Family Name for more details. -
You will need to apply changes to the font setting of the application after updating fonts to this version. For example: in order to using newer version of
sarasa-mono-tc-nerd-font.zip
in vscode, apply the following changes to vscode'ssettings.json
:
- "editor.fontFamily": "Sarasa Nerd Font",
+ "editor.fontFamily": "Sarasa Mono TC Nerd Font",
v0.35.0 (2021-11-08)
- Support Homebrew by creating custom homebrew tap 👉 https://github.com/jonz94/homebrew-sarasa-nerd-fonts
v0.34.7 (2021-10-24)
- The scoop bucket part is now moving to its own repository 👉 https://github.com/jonz94/scoop-sarasa-nerd-fonts (e918116)
v0.34.2 (2021-08-31)
- Now all the font styles (
fixed
,fixed-slab
,mono
,mono-slab
,term
,term-slab
,gothic
,ui
) and orthographies (cl
,hc
,j
,k
,sc
,tc
) of Sarasa Gothic is being patched (47c74a5)
v0.32.14 (2021-07-25)
- The release page now provide a single
sarasa-mono-tc-nerd-font.zip
file includes all the font variants, instead of a.ttf
font file namedSarasa-Mono-TC-Nerd-Font-Complete.ttf
in previous versions (v0.32.13
and below)
- Now all the font variants (
Regular
,Italic
,Bold
,Bold Italic
,Light
,Light Italic
,Semibold
,Semibold Italic
,ExtraXlight
,Extralight Italic
) of Sarasa Mono TC is being patched (4cbe8b9)