1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-31 12:27:22 +02:00

Update release notes

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2024-11-18 12:55:53 +01:00
parent 67c0bddf3f
commit a8ddbf567a

View File

@ -10,8 +10,57 @@ style: container
<h1 class="center">Release Changelog</h1>
<h2>v3.2.1 Release (2024.04.12)</h2>
<h2>v3.3.0 Release (2024.11.18)</h2>
<details open>
<summary>v3.3.0 Details</summary>
<div markdown="1">
The Post-Halloween Release
The biggest change is the update of **Devicons** by switching from the unmaintained repo
to a more maintained fork that has lots of asked for icons. Some very old icons have
been dropped now; hope noone is really affected. See the description in #1691 for
a complete list.
### Fonts
- Add Departure Mono @rektdeckard #1709
- Update 0xProto to 2.201 @my4ng #1623
- Update Intel One Mono to 1.4.0 #1741
- Update Monaspace to v1.101 @Stealthii #1630
- Add Monaspace ExtraLight (Italic)
- Fix upstream Gohufont bug #1654
### Icons
- Switch to devicons/devicon #1691
- Add Chuck and Vitruvian Man #1740
- Add Progress Indicators a la Fira Code #1733
- Update Font Logos to 1.3.0 #1721
- FontAwesome: Scale glyphs a bit smaller #1722
- Improve Bazel icon @zaucy #1610
- Improve Ruby and Firebase icons
### Features
- Add CLI cheatsheet script @hasecilu #1694
- archive-fonts: Put fontconfig file into SymbolsOnly package (for repackagers)
- Unify configuration files for font-patcher and gotta-patch-em (format changed)
### Bugs and improvements
- Fix Powerline glyphs position and size in some cases #1727
- font-patcher: Allow to rehint glyphs via config file #1613
- font-patcher: don't double-shrink heavy angle brackets @gibfahn #1617
- font-patcher: Fix behavior when trying to patch non-font files #1648
- font-patcher: Fix escaping warning
- gotta-patch-em: Remove post processing
- Increase Powerline overlap (big triangles and more) #1724
- Increase weather icons 'other' icons scale #1726
- ShareTechMono: Fix fi/fl ligs
### Website and docs
Again a lot has been done by various people, thank you all!
</div>
</details>
<h2>v3.2.1 Release (2024.04.12)</h2>
<details>
<summary>v3.2.1 Details</summary>
<div markdown="1">
This bugfix release is mainly because of the Fira Code progress indicator glyphs. These are used by some applications, and usually could be used via fontfallback from any font (because the codepoints were un-occupied in the Nerd Fonts). But with adding more FontAwesome glyphs we utilized that codepoints for the new glyphs, breaking this common setup.