From 41f27ae08bf5c57d0e7eb0cc4034cd7caa8de5b3 Mon Sep 17 00:00:00 2001 From: Finii Date: Mon, 18 Nov 2024 02:51:18 +0000 Subject: [PATCH] [ci] Bump release version --- bin/scripts/archive-font-patcher.sh | 2 +- bin/scripts/archive-fonts.sh | 2 +- bin/scripts/cheatsheet.sh | 2 +- bin/scripts/fetch-archives.sh | 2 +- bin/scripts/generate-casks.sh | 4 ++-- bin/scripts/generate-css.sh | 4 ++-- bin/scripts/generate-extraglyphs.py | 2 +- bin/scripts/generate-font-image-previews.sh | 2 +- bin/scripts/generate-fontconfig.sh | 2 +- bin/scripts/generate-glyph-info-from-set.py | 4 ++-- bin/scripts/generate-original-source.py | 4 ++-- bin/scripts/generate-sample-set.sh | 2 +- bin/scripts/generate-webfonts.sh | 2 +- bin/scripts/get-font-names-from-json.sh | 2 +- bin/scripts/gotta-patch-em-all-font-patcher!.sh | 2 +- bin/scripts/lib/i_all.sh | 2 +- bin/scripts/lib/i_fa.sh | 2 +- bin/scripts/lib/i_logos.sh | 2 +- bin/scripts/lib/i_material.sh | 2 +- bin/scripts/lib/i_md.sh | 2 +- bin/scripts/lib/i_oct.sh | 2 +- bin/scripts/lib/i_seti.sh | 2 +- bin/scripts/lib/i_weather.sh | 2 +- bin/scripts/optimize-original-source.sh | 2 +- bin/scripts/release.sh | 2 +- bin/scripts/standardize-and-complete-readmes.sh | 2 +- bin/scripts/test-fonts.sh | 2 +- bin/scripts/test-powerlines.sh | 2 +- bin/scripts/test-vertical-lines.sh | 2 +- bin/scripts/update-gitignore.sh | 2 +- bin/scripts/version-bump.sh | 2 +- font-patcher | 4 ++-- 32 files changed, 37 insertions(+), 37 deletions(-) diff --git a/bin/scripts/archive-font-patcher.sh b/bin/scripts/archive-font-patcher.sh index a86a1df2bd..a01f920833 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.2.1 +# Nerd Fonts Version: 3.3.0 # 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 14942c7091..e8e1c4c385 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.2.0 # Iterates over all patched fonts directories # to generate release archives of the patched font(s) diff --git a/bin/scripts/cheatsheet.sh b/bin/scripts/cheatsheet.sh index ab3968d821..16a69296ba 100755 --- a/bin/scripts/cheatsheet.sh +++ b/bin/scripts/cheatsheet.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.0.0 # # Search for a glyph by part of its name in all patchsets diff --git a/bin/scripts/fetch-archives.sh b/bin/scripts/fetch-archives.sh index bab40fb362..b82acd880f 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 2.0.1 # # Fetches the current release files. diff --git a/bin/scripts/generate-casks.sh b/bin/scripts/generate-casks.sh index 088d062122..ca06c1cb93 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 2.2.3 # # Iterates over all [*] archived fonts @@ -24,7 +24,7 @@ # set -x set -e -version="3.2.1" +version="3.3.0" 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 345e76cc56..805aa137ae 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.2.1 # 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.2.1" +version="3.3.0" # clear files true > "$output_css_file" 2> /dev/null diff --git a/bin/scripts/generate-extraglyphs.py b/bin/scripts/generate-extraglyphs.py index 22633f3421..564872ca97 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.2.1 +# Nerd Fonts Version: 3.3.0 # 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 14a475b1e2..0bde8d934a 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.2.3 # 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 559495852f..c21c88dff4 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.2.1 +# Nerd Fonts Version: 3.3.0 # 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 7cb9edce59..bf8d30153d 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.3.0 # Example Usage: @@ -8,7 +8,7 @@ # ./generate-glyph-info-from-set.py --font ../../src/glyphs/materialdesign/*.ttf --start f0001 --end f1af0 --offset 0 --prefix md # ./generate-glyph-info-from-set.py --font ../../src/glyphs/weathericons-regular-webfont.ttf --start f000 --end f0eb --negoffset d00 --prefix weather --nogaps -version = "3.2.1" +version = "3.3.0" import sys import re diff --git a/bin/scripts/generate-original-source.py b/bin/scripts/generate-original-source.py index 7271eca0a4..9a1565068d 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.2.1 +# Nerd Fonts Version: 3.3.0 # 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.2.1" +version = "3.3.0" 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 52a5dc23a6..35d4312433 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.0.1 # Create one sample of each font diff --git a/bin/scripts/generate-webfonts.sh b/bin/scripts/generate-webfonts.sh index f4b016e351..946580557f 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.2.1 +# Nerd Fonts Version: 3.3.0 # 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 974b01dbb0..9d3fb01842 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.2.1 +# Nerd Fonts Version: 3.3.0 # 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 0b7941b008..cebce13009 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.2.1 +# Nerd Fonts Version: 3.3.0 # 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 3792fa8c64..506fbaa3c3 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version 1.3.0 # Usually this is called without argument. If the first argument diff --git a/bin/scripts/lib/i_fa.sh b/bin/scripts/lib/i_fa.sh index f3de7a9dfd..e6998208e6 100644 --- a/bin/scripts/lib/i_fa.sh +++ b/bin/scripts/lib/i_fa.sh @@ -2,7 +2,7 @@ # Font Awesome (version 6.5.1, 1475 icons, 342 aliases) # Does not include all icons of the release # Codepoints: ED00-F2FF with gaps -# Nerd Fonts Version: 3.2.0 +# Nerd Fonts Version: 3.3.0 # Script Version: (autogenerated) test -n "$__i_fa_loaded" && return || __i_fa_loaded=1 i='' i_fa_location_dot=$i diff --git a/bin/scripts/lib/i_logos.sh b/bin/scripts/lib/i_logos.sh index c75a17ebe9..46dbb417d0 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.3.0 (130 icons) # Codepoints: F300-F381 -# Nerd Fonts Version: 3.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.3.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 542211a831..a9913634bc 100644 --- a/bin/scripts/lib/i_material.sh +++ b/bin/scripts/lib/i_material.sh @@ -5,7 +5,7 @@ # # Material Design Icons (legacy) (2,119 icons) # Codepoints: F001-F847, Nerd Fonts moved F500-FD46 -# Nerd Fonts Version: 3.2.1 +# Nerd Fonts Version: 3.3.0 # 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 988bd12554..6af28f4f7d 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version 1.0.1 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 1720fa1415..4bbd5ee1c6 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.2.1 +# Nerd Fonts Version: 3.3.0 # 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 c4bbbc780e..15c1d6281c 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 (190 icons, 21 aliases) # Codepoints: E5FA-E6B7 -# Nerd Fonts Version: 3.2.1 +# Nerd Fonts Version: 3.3.0 # 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 6471fdf509..45f5c658f1 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.2.1 +# Nerd Fonts Version: 3.3.0 # 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 e1e3f0f022..cb553c4457 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.0.1 set -e diff --git a/bin/scripts/release.sh b/bin/scripts/release.sh index 4d717bab62..a9cf113a2b 100755 --- a/bin/scripts/release.sh +++ b/bin/scripts/release.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.2.1 +# Nerd Fonts Version: 3.3.0 # 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 e9dd61f3a4..75385e6362 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.1.4 # 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 43fc7879b2..50ca94419b 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.1.1 # Run this script in your local bash: diff --git a/bin/scripts/test-powerlines.sh b/bin/scripts/test-powerlines.sh index bddf8d26f7..740c43946d 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.3.1 # Give any parameter to allow some glyphs to be 2 'cells' wide. diff --git a/bin/scripts/test-vertical-lines.sh b/bin/scripts/test-vertical-lines.sh index a7a26b7c13..7799355c56 100755 --- a/bin/scripts/test-vertical-lines.sh +++ b/bin/scripts/test-vertical-lines.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.1.0 # # A more conceise version of the Powerline test, designed to show diff --git a/bin/scripts/update-gitignore.sh b/bin/scripts/update-gitignore.sh index 3d18d7006a..f9c7e746ba 100755 --- a/bin/scripts/update-gitignore.sh +++ b/bin/scripts/update-gitignore.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Nerd Fonts Version: 3.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.0.0 # # Edits the repo's .gitignore to prevent patched font artifacts diff --git a/bin/scripts/version-bump.sh b/bin/scripts/version-bump.sh index 02452f2f7f..98f2f82bdd 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.2.1 +# Nerd Fonts Version: 3.3.0 # Script Version: 1.0.3 # 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 a7001d9efb..51e3ff1683 100755 --- a/font-patcher +++ b/font-patcher @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding=utf8 -# Nerd Fonts Version: 3.2.1 +# Nerd Fonts Version: 3.3.0 # 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.16.1" -version = "3.2.1" +version = "3.3.0" projectName = "Nerd Fonts" projectNameAbbreviation = "NF" projectNameSingular = projectName[:-1]