diff --git a/_config.yml b/_config.yml index 8fa4a9ae1..03f5b4b75 100755 --- a/_config.yml +++ b/_config.yml @@ -16,13 +16,13 @@ markdown: kramdown ### content configuration ### title: "Nerd Fonts - Iconic font aggregator, glyphs/icons collection, & fonts patcher" keywords: "fonts collection patched-fonts powerline shell statusline python iconic-fonts patcher FontForge font-awesome octicons font-logos font-linux SourceCodePro Hack Droid Sans Meslo AnonymousPro ProFont Inconsolata" -description: "Iconic font aggregator, collection, & patcher: 3,600+ glyph/icons, 40+ patched fonts: Hack, Source Code Pro, more. Popular glyph collections: Font Awesome, Octicons, Material Design Icons, and more" +description: "Iconic font aggregator, collection, & patcher: 9,000+ glyph/icons, 50+ patched fonts: Hack, Source Code Pro, more. Popular glyph collections: Font Awesome, Octicons, Material Design Icons, and more" source_link: "https://github.com/ryanoasis/nerd-fonts/tree/gh-pages" favicon: "assets/img/favicon.ico" touch_icon: "assets/img/apple-touch-icon.png" google_analytics_key: "UA-91070609-1" adsbygoogle: false -current_version: 2.3.2 +current_version: 2.3.3 metrics: icons: 9,014 fonts: 52 diff --git a/_posts/2017-01-07-release.md b/_posts/2017-01-07-release.md index b04316c29..7448d8436 100644 --- a/_posts/2017-01-07-release.md +++ b/_posts/2017-01-07-release.md @@ -10,31 +10,72 @@ style: container

Release Changelog

-

v2.3.2 Release (2023.01.23)

+

v2.3.3 Release (2023.01.24)

- v2.3.2 Details + v2.3.3 Details
-### New Features +The `v2.3.x` release is an interim release that tackles a lot technical issues and some updates. It is the preparatory step for `v3.0.0` that will update 'everything' and introduce new concepts. See [#1074](https://github.com/ryanoasis/nerd-fonts/discussions/1074). - - Add updated Material Design Icons in their own codepoint range (PR #773 @earboxer) +### Features +* Process `TTC` files #783 +* Preserve existing bitmaps #939 +* Symbol scaling in nonmono (down to 2 'widths') #748 +* Add New Material Design Icons to **its own region** by @earboxer #773 +* Calculate line gap correctly #1060 #943 _2.3.2_ -### Updates / Improvements +### Updates +* Update `Inconsolata` to v3.000 #775 +* Update `3270font` to v3.0.1 #948 +* Update `JetBrains Mono` to 2.304 by @rluvaton #1053 c6b3b0841 _2.3.2_ +* Update `Mononoki` to 1.5 fec587385 +* Update `Seti` glyph set #978 - - Updated various fonts: - - 3270 to v3.0.1 - - Inconsolata to v3.0.0 - - Iosevka to 17.0.4 - - JetBrains Mono to 2.304 - - mononoki to 1.5 - - Fix line gap on a lot fonts - - Remove 'Nerd Font Mono' variants for fonts that can not be transformed into monospaced fonts +### Improvements +* `install.sh --remove` #822 +* Stable codepoints #778 +* Add `-WindowsCompatibleOnly` on `install.ps1` by @ev-dev #841 +* Sunset ligature removal #977 +* Fix Iosevka Family names #1019 +* Fix unequal weather icon scale #916 +* Use Fontforge January 2023 Release #1037 +* Warn if sourcefont is a variable font `VF` #960 +* Improve Assembly icon by @ignamartinoli #990 +* Cover alternate unicode encodings _(for Input Mono)_ by @nathanielevan #1058 _2.3.2_ ### Fixes +* Fix `fontconfig` #920 +* Fix scaling related rounding error #921 +* Fix hasklug ligature #938 +* Avoid patching proportional sources #912 +* Fix JetBrains Mono `!=` ligature #964 +* Fix licenses in archives #981 8a749ab21 _2.3.3_ +* Fix crash on some custom sets #1006 +* Sanitize output filenames #1029 +* Fix some Nerd Font Mono too wide #1045 #1062 _2.3.2_ +* Fix unexpected 'Book' SubFamily #1047 +* Fix Nerd Fonts Symbols Only metrics 4939ac5 _2.3.3_ - - Various fixes and improvements, see release page - - [Release 2.3.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v2.3.0) - - [Release 2.3.1](https://github.com/ryanoasis/nerd-fonts/releases/tag/v2.3.0) - - [Release 2.3.2](https://github.com/ryanoasis/nerd-fonts/releases/tag/v2.3.0) +## Next Release Outlook + +The `v3.0.0` release will bring two bigger changes: + +### Material Design Icons +The Material Design Icons have to move codepoints. Historically we patch them in between `F500` - `FD46`; but part of that range is needed for Chinese and other glyphs. With #773 and _Plan 5+_ of #365 their new home will be after `F0001`. And they grow considerably. + +The `v2.3.x` release has both, the 'old' and the 'new' codepoints to enable you an easier transision. **Please change** already **now** your prompts and other uses to the new codepoints. Release `v3.0.0` will finally drop the old codepoints (`F500` - `FD46`). + +### Naming +Naming will also change. The name parts will move to places where they are customarily expected (e.g. weight and style comes last). This will fix some more problems. Probably we will drop the `Complete` monicker, as ... everyone uses the complete versions, it just takes precious space in the names. +The details are not fixed yet, follow [#1074](https://github.com/ryanoasis/nerd-fonts/discussions/1074) to keep up to date. + +### Details + - [Release 2.3.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v2.3.0) + - [Release 2.3.1](https://github.com/ryanoasis/nerd-fonts/releases/tag/v2.3.0) + - [Release 2.3.2](https://github.com/ryanoasis/nerd-fonts/releases/tag/v2.3.0) + +## Remark +This release was even more bumpy then the previous one. Please accept my apologies. +Many thanks to all the Issue reporters and pull requesters that help keep this project going!