Skip to content

Commit

Permalink
Update FONTLOG and the version number - 2404.23 (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett authored Apr 23, 2024
1 parent 2097b03 commit dd4a9e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions FONTLOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
- Implemented Nerd Fonts, current as of 2024-04-08, as an optional build feature for the entire Cascadia
family.

04-10-2024 (Philippe Majerus) Diagonals, octants, sedecimants & eights, separated quadrants & sextants, segmented digits, and large type pieces.
- Added diagonals U+1FB3C - U+1FB67 (Symbols for Legacy Computing).
- Added octants U+1CD00 - U+1CDE5 (Symbols for Legacy Computing).
Expand All @@ -94,6 +98,8 @@ 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
-----------------------------------
Expand Down
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 23
OUTPUT_DIR = Path("build")
OUTPUT_OTF_DIR = OUTPUT_DIR / "otf"
OUTPUT_TTF_DIR = OUTPUT_DIR / "ttf"
Expand Down

0 comments on commit dd4a9e6

Please sign in to comment.