Skip to content

Latest commit

 

History

History
175 lines (94 loc) · 8.94 KB

CHANGELOG.md

File metadata and controls

175 lines (94 loc) · 8.94 KB

Changelog

All notable changes to this project will be documented in this file.

v1.0.21-1 (2024-09-30)

✨ Features

  • Upgrade nerd fonts to v3.2.1 (2872bfa)

✅ Bug Fixes

  • ✅ Do not patch xAvgCharWidth and hdmx for gothic and ui (#32), closes #31

v1.0.20-0 (2024-09-14)

⚠ BREAKING CHANGES / ✅ Bug Fixes

  • 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)

⚠ BREAKING CHANGES / ✅ Bug Fixes

  • 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)

⚠ BREAKING CHANGES / ✅ Hot Fixes

  • Remove "j" orthography temporarily (d398e8e)

✨ Features

  • Upgrade nerd fonts to v3.2.1 (#28)

v1.0.5-0 (2024-02-18)

✨ Features

  • Upgrade Sarasa Gothic to v1.0.5 (#25), closes #24
  • Upgrade nerd fonts to v3.1.1 (#26), closes #23

v0.42.0-0 (2023-09-18)

✨ Features

  • Upgrade nerd fonts to v3.0.2 (61d1834)

v0.40.7-1 (2023-05-21)

✨ Features

  • Upgrade nerd fonts to v3.0.1 (#19), closes #18

v0.40.0-0 (2023-02-04)

📝 Documentation

  • Add notes about web fonts (#16), closes #6

v0.39.0-0 (2023-01-28)

✨ Features

  • Upgrade nerd fonts to v2.3.3 (76469e1)

📝 Documentation

  • Add note on font face differences (#15), closes #14

v0.37.4-1 (2022-10-28)

✨ Features

  • Upgrade nerd fonts to v2.2.2 (d291184)

✅ Bug Fixes

  • Run font-patcher with --removeligatures option (#13), closes #12

v0.37.0-0 (2022-09-03)

✨ Features

✅ Bug Fixes

  • Downgrade nerd fonts back to v2.1.0 (2445b49), closes #10

v0.37.0 (2022-08-29)

✨ Features

  • Upgrade nerd fonts to v2.2.1 (24d54d9)

✅ Bug Fixes

  • Run font-patcher with --adjust-line-height option (#9), closes #8

v0.36.7 (2022-07-17)

✨ Features

v0.35.2 (2021-11-28)

⚠ BREAKING CHANGES / ✨ Features

  • 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's settings.json:

-  "editor.fontFamily": "Sarasa Nerd Font",
+  "editor.fontFamily": "Sarasa Mono TC Nerd Font",

✅ Bug Fixes

  • Resolve font alignment issue (145000b), closes #1
  • Correct TTF font family name (339054a), closes #2

v0.35.0 (2021-11-08)

✨ Features

v0.34.7 (2021-10-24)

⚠ BREAKING CHANGES

v0.34.2 (2021-08-31)

✨ Features

  • 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)

⚠ BREAKING CHANGES

  • 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 named Sarasa-Mono-TC-Nerd-Font-Complete.ttf in previous versions (v0.32.13 and below)

✨ Features

  • 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)