Skip to content

Commit dd4a9e6

Browse files
authored
Update FONTLOG and the version number - 2404.23 (#722)
1 parent 2097b03 commit dd4a9e6

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

FONTLOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ ITALIC V2
8383
- Added Circular Quadrant characters U+1FBE8 - U+1FBEF (Symbols for Legacy Computing).
8484
- Added Sextant characters U+1FB00 - U+1FB3B (Symbols for Legacy Computing).
8585

86+
04-08-2024 (Aaron Bell) Nerd Fonts
87+
- Implemented Nerd Fonts, current as of 2024-04-08, as an optional build feature for the entire Cascadia
88+
family.
89+
8690
04-10-2024 (Philippe Majerus) Diagonals, octants, sedecimants & eights, separated quadrants & sextants, segmented digits, and large type pieces.
8791
- Added diagonals U+1FB3C - U+1FB67 (Symbols for Legacy Computing).
8892
- Added octants U+1CD00 - U+1CDE5 (Symbols for Legacy Computing).
@@ -94,6 +98,8 @@ ITALIC V2
9498
- Added segmented digits U+1CCF0 - U+1CCF9 (Symbols for Legacy Computing).
9599
- Added large type pieces U+1CE1A - U+1CE50 (Symbols for Legacy Computing).
96100

101+
04-23-2024 (Dustin L. Howett)
102+
- Minted version 2404.23
97103

98104
Acknowledgements
99105
-----------------------------------

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import vttLib.transfer
2424
from vttmisc import tsi1, tsic
2525

26-
VERSION_YEAR_MONTH = 2111
27-
VERSION_DAY = 1
26+
VERSION_YEAR_MONTH = 2404
27+
VERSION_DAY = 23
2828
OUTPUT_DIR = Path("build")
2929
OUTPUT_OTF_DIR = OUTPUT_DIR / "otf"
3030
OUTPUT_TTF_DIR = OUTPUT_DIR / "ttf"

0 commit comments

Comments
 (0)