v2.3.3
IMPORTANT: Please note the next release outlook in the bottom.
The v2.3.x Release
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.
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
- Update
Inconsolata
to v3.000 #775 - Update
3270font
to v3.0.1 #948 - Update
JetBrains Mono
to 2.304 by @rluvaton #1053 c6b3b08 2.3.2 - Update
Mononoki
to 1.5 fec5873 - Update
Seti
glyph set #978
Improvements
install.sh --remove
#822- Stable codepoints #778
- Add
-WindowsCompatibleOnly
oninstall.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 8a749ab 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
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 to keep up to date.
New Contributors
- @ev-dev made their first contribution in #841
- @kurt-liao made their first contribution in #954
- @sammcj made their first contribution in #985
- @cglong made their first contribution in #1016
- @mrtnvgr made their first contribution in #1026
- @ignamartinoli made their first contribution in #990
- @earboxer made their first contribution in #773
- @rluvaton made their first contribution in #1053
- @nathanielevan made their first contribution in #1058
Full Changelog: v2.2.2...v2.3.3
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!