diff --git a/bin/scripts/archive-font-patcher.sh b/bin/scripts/archive-font-patcher.sh index a9d81fc3be3..76c29e33dc7 100755 --- a/bin/scripts/archive-font-patcher.sh +++ b/bin/scripts/archive-font-patcher.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.1.0 # Archives the font patcher script and the required source files # If some (any) argument is given this is though of as intermediate version diff --git a/bin/scripts/archive-fonts.sh b/bin/scripts/archive-fonts.sh index 891ab11f395..e2c604a4007 100755 --- a/bin/scripts/archive-fonts.sh +++ b/bin/scripts/archive-fonts.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.1.2 # Iterates over all patched fonts directories # to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts) diff --git a/bin/scripts/fetch-archives.sh b/bin/scripts/fetch-archives.sh index 05aa4c663ab..c2543bca21b 100755 --- a/bin/scripts/fetch-archives.sh +++ b/bin/scripts/fetch-archives.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 2.0.0 # # Fetches the current release files. diff --git a/bin/scripts/generate-casks.sh b/bin/scripts/generate-casks.sh index 6cee52fe6ae..e65f8fae987 100755 --- a/bin/scripts/generate-casks.sh +++ b/bin/scripts/generate-casks.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 2.2.0 # # Iterates over all [*] archived fonts @@ -24,7 +24,7 @@ # set -x set -e -version="3.0.0" +version="3.0.1" homepage="https://github.com/ryanoasis/nerd-fonts" downloadarchive="https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/" LINE_PREFIX="# [Nerd Fonts] " diff --git a/bin/scripts/generate-css.sh b/bin/scripts/generate-css.sh index 1167d85339e..c4470e2b3ab 100755 --- a/bin/scripts/generate-css.sh +++ b/bin/scripts/generate-css.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.2.0 # Generates CSS file for the font and cheat sheet code @@ -22,7 +22,7 @@ cheat_sheet_head_file="./data/cheatsheet-head.txt" cheat_sheet_foot_file="./data/cheatsheet-foot.txt" LINE_PREFIX="# [Nerd Fonts] " -version="3.0.0" +version="3.0.1" # clear files true > "$output_css_file" 2> /dev/null diff --git a/bin/scripts/generate-extraglyphs.py b/bin/scripts/generate-extraglyphs.py index 608a65c4e45..08862481e4a 100755 --- a/bin/scripts/generate-extraglyphs.py +++ b/bin/scripts/generate-extraglyphs.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.1.0 # Generates extrasymbols.sfd from Hack diff --git a/bin/scripts/generate-font-image-previews.sh b/bin/scripts/generate-font-image-previews.sh index 6164d837021..8749c54af46 100755 --- a/bin/scripts/generate-font-image-previews.sh +++ b/bin/scripts/generate-font-image-previews.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.2.1 # Create font previews. # All fonts need to be installed (or no preview is generated) diff --git a/bin/scripts/generate-fontconfig.sh b/bin/scripts/generate-fontconfig.sh index 89e78066eac..a36b0d271b0 100755 --- a/bin/scripts/generate-fontconfig.sh +++ b/bin/scripts/generate-fontconfig.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.0.2 # Iterates over all patched fonts directories # to generate a fontconfig based on the Nerd Fonts Symbols font diff --git a/bin/scripts/generate-glyph-info-from-set.py b/bin/scripts/generate-glyph-info-from-set.py index 43c9b5c2fba..d4e46f2b2ef 100755 --- a/bin/scripts/generate-glyph-info-from-set.py +++ b/bin/scripts/generate-glyph-info-from-set.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # coding=utf8 -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.1.1 # Example Usage: @@ -10,7 +10,7 @@ from __future__ import absolute_import, print_function, unicode_literals -version = "3.0.0" +version = "3.0.1" projectName = "Nerd Fonts" projectNameAbbreviation = "NF" projectNameSingular = projectName[:-1] diff --git a/bin/scripts/generate-original-source.py b/bin/scripts/generate-original-source.py index 9f6d2276c12..c06cec08ac3 100755 --- a/bin/scripts/generate-original-source.py +++ b/bin/scripts/generate-original-source.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.0.1 # Generates original-source.otf from individual glyphs # @@ -12,7 +12,7 @@ import psMat # Double-quotes required here, for version-bump.sh: -version = "3.0.0" +version = "3.0.1" start_codepoint = 0xE4FA # with shift this is 0xE5FA end_codepoint = 0xE5FF # Next set starts at 0xE700 - 0x0100 shift = 0xE600 diff --git a/bin/scripts/generate-sample-set.sh b/bin/scripts/generate-sample-set.sh index 726a7430f13..1132db3c8a7 100755 --- a/bin/scripts/generate-sample-set.sh +++ b/bin/scripts/generate-sample-set.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.0.0 # Create one sample of each font diff --git a/bin/scripts/generate-webfonts.sh b/bin/scripts/generate-webfonts.sh index e7683a0d8f0..a0b1f9bf9ab 100755 --- a/bin/scripts/generate-webfonts.sh +++ b/bin/scripts/generate-webfonts.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.1.0 # Generates web fonts for the website and cheat sheet diff --git a/bin/scripts/get-font-names-from-json.sh b/bin/scripts/get-font-names-from-json.sh index dfefc872418..b022e31c295 100755 --- a/bin/scripts/get-font-names-from-json.sh +++ b/bin/scripts/get-font-names-from-json.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.1.0 # Gets all the font folder names to build the matrix for the github actions diff --git a/bin/scripts/gotta-patch-em-all-font-patcher!.sh b/bin/scripts/gotta-patch-em-all-font-patcher!.sh index ecc3fac752b..a5020690e71 100755 --- a/bin/scripts/gotta-patch-em-all-font-patcher!.sh +++ b/bin/scripts/gotta-patch-em-all-font-patcher!.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.4.5 # # You can supply options to the font-patcher via environment variable NERDFONTS diff --git a/bin/scripts/lib/i_all.sh b/bin/scripts/lib/i_all.sh index 857c12aed09..a01fffabde4 100644 --- a/bin/scripts/lib/i_all.sh +++ b/bin/scripts/lib/i_all.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version 1.2.0 # Usually this is called without argument. If the first argument diff --git a/bin/scripts/lib/i_logos.sh b/bin/scripts/lib/i_logos.sh index 3fcff1f59aa..dae76655fec 100644 --- a/bin/scripts/lib/i_logos.sh +++ b/bin/scripts/lib/i_logos.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Font Logos (Font Linux) 1.0.1 (48 icons) # Codepoints: F300-F32F -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.1.0 # We keep the name 'linux' in the metadata for continuity reasons test -n "$__i_linux_loaded" && return || __i_linux_loaded=1 diff --git a/bin/scripts/lib/i_material.sh b/bin/scripts/lib/i_material.sh index ee6f7b4d220..51a2ebd1515 100644 --- a/bin/scripts/lib/i_material.sh +++ b/bin/scripts/lib/i_material.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Material Design Icons (legacy) (2,119 icons) # Codepoints: F001-F847, Nerd Fonts moved F500-FD46 -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version 1.0.0 test -n "$__i_mdi_loaded" && return || __i_mdi_loaded=1 i='' i_mdi_vector_square=$i diff --git a/bin/scripts/lib/i_md.sh b/bin/scripts/lib/i_md.sh index 9c5589c29e7..210dca7ffc8 100644 --- a/bin/scripts/lib/i_md.sh +++ b/bin/scripts/lib/i_md.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Material Design Icons (6,896 icons) # Codepoints: F0001-F1AF0 -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version 1.0.0 test -n "$__i_md_loaded" && return || __i_md_loaded=1 i='󰀁' i_md_vector_square=$i diff --git a/bin/scripts/lib/i_oct.sh b/bin/scripts/lib/i_oct.sh index d426537abf8..7983d6d0746 100644 --- a/bin/scripts/lib/i_oct.sh +++ b/bin/scripts/lib/i_oct.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Octicons (310 icons) # Codepoints: 2665-F533 with gaps -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: (autogenerated) test -n "$__i_oct_loaded" && return || __i_oct_loaded=1 i='♥' i_oct_heart=$i diff --git a/bin/scripts/lib/i_seti.sh b/bin/scripts/lib/i_seti.sh index 672ef3d0154..9e22b96bac3 100644 --- a/bin/scripts/lib/i_seti.sh +++ b/bin/scripts/lib/i_seti.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Seti-UI + Custom (180 icons, 19 aliases) # Codepoints: E5FA-E6AD -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: (autogenerated) test -n "$__i_seti_loaded" && return || __i_seti_loaded=1 i='' i_custom_folder_npm=$i diff --git a/bin/scripts/lib/i_weather.sh b/bin/scripts/lib/i_weather.sh index 18c63d726b1..80e3047518b 100644 --- a/bin/scripts/lib/i_weather.sh +++ b/bin/scripts/lib/i_weather.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Weather Icons 1.100 (228 icons) # Codepoints: F000-F0EB (with holes), Nerd Fonts moved E300-E3E3 -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version 1.0.2 test -n "$__i_weather_loaded" && return || __i_weather_loaded=1 i='' i_weather_day_cloudy_gusts=$i diff --git a/bin/scripts/optimize-original-source.sh b/bin/scripts/optimize-original-source.sh index a2b151908e3..6e243026db5 100755 --- a/bin/scripts/optimize-original-source.sh +++ b/bin/scripts/optimize-original-source.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.0.0 set -e diff --git a/bin/scripts/release.sh b/bin/scripts/release.sh index 32a22fc0f04..6916f76d5bc 100755 --- a/bin/scripts/release.sh +++ b/bin/scripts/release.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # calls the necessary scripts in the necessary order to prepare for a release # # This is not used for production diff --git a/bin/scripts/standardize-and-complete-readmes.sh b/bin/scripts/standardize-and-complete-readmes.sh index d3e4401926f..7505c2fe250 100755 --- a/bin/scripts/standardize-and-complete-readmes.sh +++ b/bin/scripts/standardize-and-complete-readmes.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.1.1 # Iterates over all patched fonts directories # converts all non markdown readmes to markdown (e.g., txt, rst) using pandoc diff --git a/bin/scripts/test-fonts.sh b/bin/scripts/test-fonts.sh index da8272e79de..223de190c0e 100755 --- a/bin/scripts/test-fonts.sh +++ b/bin/scripts/test-fonts.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.0.0 # Run this script in your local bash: diff --git a/bin/scripts/test-powerlines.sh b/bin/scripts/test-powerlines.sh index bbd4c8f13a5..0338349003d 100755 --- a/bin/scripts/test-powerlines.sh +++ b/bin/scripts/test-powerlines.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.3.0 # Give any parameter to allow some glyphs to be 2 'cells' wide. diff --git a/bin/scripts/tests.sh b/bin/scripts/tests.sh index fe3d0369054..7f32dce0499 100755 --- a/bin/scripts/tests.sh +++ b/bin/scripts/tests.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.0.0 clear diff --git a/bin/scripts/version-bump.sh b/bin/scripts/version-bump.sh index e74bc3cde63..ecb886f3ac7 100755 --- a/bin/scripts/version-bump.sh +++ b/bin/scripts/version-bump.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script Version: 1.0.2 # bump version number for release in scripts (bash and python) # does not do semver format checking diff --git a/font-patcher b/font-patcher index 203f10b8f57..ede92985eee 100755 --- a/font-patcher +++ b/font-patcher @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding=utf8 -# Nerd Fonts Version: 3.0.0 +# Nerd Fonts Version: 3.0.1 # Script version is further down from __future__ import absolute_import, print_function, unicode_literals @@ -8,7 +8,7 @@ from __future__ import absolute_import, print_function, unicode_literals # Change the script version when you edit this script: script_version = "4.3.1" -version = "3.0.0" +version = "3.0.1" projectName = "Nerd Fonts" projectNameAbbreviation = "NF" projectNameSingular = projectName[:-1] diff --git a/package.json b/package.json index cdbf9c0acaa..1c852b2ca25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nerd-fonts", - "version": "3.0.0", + "version": "3.0.1", "description": "Iconic font aggregator, collection, & patcher. 9,000+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more", "main": "index.js", "dependencies": {},