mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +02:00
Update stuff for v3.0.1
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
ee0ad6e201
commit
f6a5fe6e22
@ -22,7 +22,7 @@ favicon: "assets/img/favicon.ico"
|
||||
touch_icon: "assets/img/apple-touch-icon.png"
|
||||
google_analytics_key: "UA-91070609-1"
|
||||
adsbygoogle: false
|
||||
current_version: 3.0.0
|
||||
current_version: 3.0.1
|
||||
metrics:
|
||||
icons: 9,014
|
||||
fonts: 52
|
||||
|
4
_includes/css/nerd-fonts-generated.min.css
vendored
4
_includes/css/nerd-fonts-generated.min.css
vendored
File diff suppressed because one or more lines are too long
@ -159,23 +159,17 @@ style: container
|
||||
<summary>Show Font Patcher CLI</summary>
|
||||
<div markdown="1">
|
||||
```
|
||||
./font-patcher
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
[--removeligs] [--postprocess [POSTPROCESS]]
|
||||
[--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]]
|
||||
[--glyphdir [GLYPHDIR]] [--makegroups]
|
||||
[--variable-width-glyphs]
|
||||
[--progressbars | --no-progressbars] [--also-windows]
|
||||
[--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons]
|
||||
[--powerline] [--powerlineextra] [--material] [--weather]
|
||||
Nerd Fonts Patcher v3.0.1 (4.3.1) (ff 20230101)
|
||||
usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-c] [--careful] [--removeligs] [--postprocess [POSTPROCESS]] [--configfile [CONFIGFILE]] [--custom [CUSTOM]]
|
||||
[-ext [EXTENSION]] [-out [OUTPUTDIR]] [--glyphdir [GLYPHDIR]] [--makegroups [{0,1,2,3,4,5,6}]] [--variable-width-glyphs] [--has-no-italic]
|
||||
[--progressbars | --no-progressbars] [--debug [{0,1,2,3}]] [--dry] [--xavgcharwidth [XAVGWIDTH]] [--fontawesome] [--fontawesomeextension] [--fontlogos]
|
||||
[--octicons] [--codicons] [--powersymbols] [--pomicons] [--powerline] [--powerlineextra] [--material] [--weather]
|
||||
font
|
||||
|
||||
Nerd Fonts Font Patcher: patches a given font with programming and development related glyphs
|
||||
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.2
|
||||
* Version: 3.0.1
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
@ -191,7 +185,6 @@ options:
|
||||
Whether to adjust line heights (attempt to center powerline separators more evenly)
|
||||
-q, --quiet, --shutup
|
||||
Do not generate verbose output
|
||||
-w, --windows Limit the internal font name to 31 characters (for Windows compatibility)
|
||||
-c, --complete Add all available Glyphs
|
||||
--careful Do not overwrite existing glyphs if detected
|
||||
--removeligs, --removeligatures
|
||||
@ -200,19 +193,24 @@ options:
|
||||
Specify a Script for Post Processing
|
||||
--configfile [CONFIGFILE]
|
||||
Specify a file path for JSON configuration file (see sample: src/config.sample.json)
|
||||
--custom [CUSTOM] Specify a custom symbol font. All new glyphs will be copied, with no scaling applied.
|
||||
--custom [CUSTOM] Specify a custom symbol font, all glyphs will be copied; absolute path suggested
|
||||
-ext [EXTENSION], --extension [EXTENSION]
|
||||
Change font file type to create (e.g., ttf, otf)
|
||||
-out [OUTPUTDIR], --outputdir [OUTPUTDIR]
|
||||
The directory to output the patched font file to
|
||||
--glyphdir [GLYPHDIR]
|
||||
Path to glyphs to be used for patching
|
||||
--makegroups Use alternative method to name patched fonts (experimental)
|
||||
--makegroups [{0,1,2,3,4,5,6}]
|
||||
Use alternative method to name patched fonts (recommended)
|
||||
--variable-width-glyphs
|
||||
Do not adjust advance width (no "overhang")
|
||||
--progressbars Show percentage completion progress bars per Glyph Set
|
||||
--has-no-italic Font family does not have Italic (but Oblique)
|
||||
--progressbars Show percentage completion progress bars per Glyph Set (default)
|
||||
--no-progressbars Don't show percentage completion progress bars per Glyph Set
|
||||
--also-windows Create two fonts, the normal and the --windows version
|
||||
--debug [{0,1,2,3}] Verbose mode (optional: 1=just to file; 2*=just to terminal; 3=display and file)
|
||||
--dry Do neither patch nor store the font, to check naming
|
||||
--xavgcharwidth [XAVGWIDTH]
|
||||
Adjust xAvgCharWidth (optional: concrete value)
|
||||
|
||||
Symbol Fonts:
|
||||
--fontawesome Add Font Awesome Glyphs (http://fontawesome.io/)
|
||||
|
@ -1631,6 +1631,10 @@ style: container
|
||||
<div class="nf nf-custom-folder_npm center"></div>
|
||||
<div class="class-name">nf-custom-folder_npm</div><div title="Copy Hex Code to Clipboard" class="codepoint">e5fa</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="nf nf-custom-folder_oct center"></div>
|
||||
<div class="class-name">nf-custom-folder_oct</div><div title="Copy Hex Code to Clipboard" class="codepoint">e6ad</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="nf nf-custom-folder_open center"></div>
|
||||
<div class="class-name">nf-custom-folder_open</div><div title="Copy Hex Code to Clipboard" class="codepoint">e5fe</div>
|
||||
@ -44708,7 +44712,7 @@ style: container
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="nf nf-oct-bookmark_slash center"></div>
|
||||
<div class="class-name">nf-oct-bookmark_slash</div><div title="Copy Hex Code to Clipboard" class="codepoint">f482</div>
|
||||
<div class="class-name">nf-oct-bookmark_slash</div><div title="Copy Hex Code to Clipboard" class="codepoint">f533</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="nf nf-oct-bookmark_slash_fill center"></div>
|
||||
@ -45070,6 +45074,10 @@ style: container
|
||||
<div class="nf nf-oct-file_submodule center"></div>
|
||||
<div class="class-name">nf-oct-file_submodule</div><div title="Copy Hex Code to Clipboard" class="codepoint">f414</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="nf nf-oct-file_symlink_directory center"></div>
|
||||
<div class="class-name">nf-oct-file_symlink_directory</div><div title="Copy Hex Code to Clipboard" class="codepoint">f482</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="nf nf-oct-file_symlink_file center"></div>
|
||||
<div class="class-name">nf-oct-file_symlink_file</div><div title="Copy Hex Code to Clipboard" class="codepoint">f481</div>
|
||||
|
@ -10,8 +10,30 @@ style: container
|
||||
|
||||
<h1 class="center">Release Changelog</h1>
|
||||
|
||||
<h2>v3.0.0 Release (2023.04.30)</h2>
|
||||
<h2>v3.0.1 Release (2023.05.13)</h2>
|
||||
<details open>
|
||||
<summary>v3.0.1 Details</summary>
|
||||
<div markdown="1">
|
||||
This bugfix release handles the following issues.
|
||||
|
||||
### Fixes
|
||||
* Revive some ligature removal (only of problematic ligs)
|
||||
* Correct Octicons scale (of very few icons)
|
||||
* Fix logging with AppImage `fontforge`
|
||||
* Drop box-drawing glyphs from Symbols Only fonts
|
||||
* Reintroduce upstream-dropped `oct-file-symlink-directory`
|
||||
* Reintroduce old style `oct-file-directory` in `custom-`
|
||||
* Fix wrong `fsSelection` bit
|
||||
* Fix `fi` ligature in Ubuntu
|
||||
* Fix scaling of heavy brackets (mostly in Nerd Font Mono)
|
||||
* Fix Ubuntu Mono Condensed font property (upstream bug)
|
||||
* Fix small scaling glitch for 4 Codicons
|
||||
* Correct CaskaydiaCove's version string (which contains the autohinter)
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<h2>v3.0.0 Release (2023.04.30)</h2>
|
||||
<details>
|
||||
<summary>v3.0.0 Details</summary>
|
||||
<div markdown="1">
|
||||
This major release introduces some breaking changes:
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user