You've already forked nerd-fonts
							
							
				mirror of
				https://github.com/ryanoasis/nerd-fonts.git
				synced 2025-10-30 23:43:47 +02:00 
			
		
		
		
	[ci] Bump release version
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.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 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.2.0 | ||||
| # Iterates over all patched fonts directories | ||||
| # to generate release archives of the patched font(s) | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.0.0 | ||||
| # | ||||
| # Search for a glyph by part of its name in all patchsets | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 2.0.1 | ||||
| # | ||||
| # Fetches the current release files. | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 2.3.0 | ||||
| # | ||||
| # Iterates over all [*] archived fonts | ||||
| @@ -23,7 +23,7 @@ | ||||
| # set -x | ||||
| set -e | ||||
|  | ||||
| version="3.3.0" | ||||
| version="3.4.0" | ||||
| homepage="https://github.com/ryanoasis/nerd-fonts" | ||||
| downloadarchive="https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/" | ||||
| LINE_PREFIX="# [Nerd Fonts] " | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.3.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.3.0" | ||||
| version="3.4.0" | ||||
|  | ||||
| # clear files | ||||
| true > "$output_css_file" 2> /dev/null | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env python3 | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.1.0 | ||||
| # Generates extrasymbols.sfd from Hack | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.2.3 | ||||
| # Create font previews. | ||||
| # All fonts need to be installed (or no preview is generated) | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.0.2 | ||||
| # Iterates over all patched fonts directories | ||||
| # to generate a fontconfig based on the Nerd Fonts Symbols font | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| #!/usr/bin/env python3 | ||||
| # coding=utf8 | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.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.3.0" | ||||
| version = "3.4.0" | ||||
|  | ||||
| import sys | ||||
| import re | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env python3 | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.0.1 | ||||
| # Generates original-source.otf from individual glyphs | ||||
| # | ||||
| @@ -12,7 +12,7 @@ import fontforge | ||||
| import psMat | ||||
|  | ||||
| # Double-quotes required here, for version-bump.sh: | ||||
| version = "3.3.0" | ||||
| version = "3.4.0" | ||||
|  | ||||
| start_codepoint = 0xE4FA # with shift this is 0xE5FA | ||||
| end_codepoint = 0xE5FF # Next set starts at 0xE700 - 0x0100 shift = 0xE600 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.0.1 | ||||
| # Create one sample of each font | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.1.0 | ||||
| # Generates web fonts for the website and cheat sheet | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.1.0 | ||||
| # Gets all the font folder names to build the matrix for the github actions | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.4.5 | ||||
| # | ||||
| # You can supply options to the font-patcher via environment variable NERDFONTS | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version 1.3.0 | ||||
|  | ||||
| # Usually this is called without argument. If the first argument | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Progress indicators from Fira Code (12 icons) | ||||
| # Codepoints: EE00-EE0B | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.0.0 | ||||
| test -n "$__i_prog_loaded" && return || __i_prog_loaded=1 | ||||
| i='' i_extra_progress_empty_left=$i | ||||
|   | ||||
| @@ -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.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: (autogenerated) | ||||
| test -n "$__i_fa_loaded" && return || __i_fa_loaded=1 | ||||
| i='' i_fa_location_dot=$i | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Font Logos (Font Linux) 1.3.0 (130 icons) | ||||
| # Codepoints: F300-F381 | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.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 | ||||
|   | ||||
| @@ -5,7 +5,7 @@ | ||||
| # | ||||
| # Material Design Icons (legacy) (2,119 icons) | ||||
| # Codepoints: F001-F847, Nerd Fonts moved F500-FD46 | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version 1.0.0 | ||||
| test -n "$__i_mdi_loaded" && return || __i_mdi_loaded=1 | ||||
| i='' i_mdi_vector_square=$i | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Material Design Icons (6,896 icons) | ||||
| # Codepoints: F0001-F1AF0 | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version 1.0.1 | ||||
| test -n "$__i_md_loaded" && return || __i_md_loaded=1 | ||||
| i='' i_md_vector_square=$i | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Seti-UI + Custom (191 icons, 21 aliases) | ||||
| # Codepoints: E5FA-E6B8 | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: (autogenerated) | ||||
| test -n "$__i_seti_loaded" && return || __i_seti_loaded=1 | ||||
| i='' i_custom_folder_npm=$i | ||||
|   | ||||
| @@ -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.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version 1.0.2 | ||||
| test -n "$__i_weather_loaded" && return || __i_weather_loaded=1 | ||||
| i='' i_weather_day_cloudy_gusts=$i | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.0.1 | ||||
|  | ||||
| set -e | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # calls the necessary scripts in the necessary order to prepare for a release | ||||
| # | ||||
| # This is not used for production | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.2.0 | ||||
| # Iterates over all patched fonts directories | ||||
| # converts all non markdown readmes to markdown (e.g., txt, rst) using pandoc | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.1.1 | ||||
|  | ||||
| # Run this script in your local bash: | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.3.1 | ||||
|  | ||||
| # Give any parameter to allow some glyphs to be 2 'cells' wide. | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.1.0 | ||||
| # | ||||
| # A more conceise version of the Powerline test, designed to show | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.0.0 | ||||
| # | ||||
| # Edits the repo's .gitignore to prevent patched font artifacts | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.0 | ||||
| # Script Version: 1.0.3 | ||||
| # bump version number for release in scripts (bash and python) | ||||
| # does not do semver format checking | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| #!/usr/bin/env python | ||||
| # coding=utf8 | ||||
| # Nerd Fonts Version: 3.3.0 | ||||
| # Nerd Fonts Version: 3.4.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.20.3" | ||||
|  | ||||
| version = "3.3.0" | ||||
| version = "3.4.0" | ||||
| projectName = "Nerd Fonts" | ||||
| projectNameAbbreviation = "NF" | ||||
| projectNameSingular = projectName[:-1] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user