From b4d3b8147fd5e3e2c8648da012d0429e620d0609 Mon Sep 17 00:00:00 2001 From: Dustin Howett Date: Tue, 9 Apr 2024 16:03:23 -0500 Subject: [PATCH 1/2] Update FONTLOG and the version number --- FONTLOG.txt | 4 ++++ build.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/FONTLOG.txt b/FONTLOG.txt index 7bb488865..829d37c3b 100644 --- a/FONTLOG.txt +++ b/FONTLOG.txt @@ -83,6 +83,10 @@ ITALIC V2 - Added Circular Quadrant characters U+1FBE8 - U+1FBEF (Symbols for Legacy Computing). - Added Sextant characters U+1FB00 - U+1FB3B (Symbols for Legacy Computing). +04-08-2024 (Aaron Bell) Nerd Fonts; version 2404.09 +- Implemented Nerd Fonts, current as of 2024-04-08, as an optional build feature for the entire Cascadia + family. + Acknowledgements ----------------------------------- diff --git a/build.py b/build.py index 3d99f6be7..ff7419be1 100644 --- a/build.py +++ b/build.py @@ -23,8 +23,8 @@ import vttLib.transfer from vttmisc import tsi1, tsic -VERSION_YEAR_MONTH = 2111 -VERSION_DAY = 1 +VERSION_YEAR_MONTH = 2404 +VERSION_DAY = 9 OUTPUT_DIR = Path("build") OUTPUT_OTF_DIR = OUTPUT_DIR / "otf" OUTPUT_TTF_DIR = OUTPUT_DIR / "ttf" From 70d3df67217e4e268a5d49cd649aff48a19b458d Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Tue, 23 Apr 2024 09:33:08 -0500 Subject: [PATCH 2/2] Version and FONTLOG to 2404.23 --- FONTLOG.txt | 5 ++++- build.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/FONTLOG.txt b/FONTLOG.txt index 212010e09..cdebe666c 100644 --- a/FONTLOG.txt +++ b/FONTLOG.txt @@ -83,7 +83,7 @@ ITALIC V2 - Added Circular Quadrant characters U+1FBE8 - U+1FBEF (Symbols for Legacy Computing). - Added Sextant characters U+1FB00 - U+1FB3B (Symbols for Legacy Computing). -04-08-2024 (Aaron Bell) Nerd Fonts; version 2404.09 +04-08-2024 (Aaron Bell) Nerd Fonts - Implemented Nerd Fonts, current as of 2024-04-08, as an optional build feature for the entire Cascadia family. @@ -98,6 +98,9 @@ ITALIC V2 - Added segmented digits U+1CCF0 - U+1CCF9 (Symbols for Legacy Computing). - Added large type pieces U+1CE1A - U+1CE50 (Symbols for Legacy Computing). +04-23-2024 (Dustin L. Howett) +- Minted version 2404.23 + Acknowledgements ----------------------------------- diff --git a/build.py b/build.py index ff7419be1..f9792bb28 100644 --- a/build.py +++ b/build.py @@ -24,7 +24,7 @@ from vttmisc import tsi1, tsic VERSION_YEAR_MONTH = 2404 -VERSION_DAY = 9 +VERSION_DAY = 23 OUTPUT_DIR = Path("build") OUTPUT_OTF_DIR = OUTPUT_DIR / "otf" OUTPUT_TTF_DIR = OUTPUT_DIR / "ttf"