Skip to content

Commit f794a57

Browse files
committed
2.300
1 parent 0ab8c2a commit f794a57

File tree

12 files changed

+14
-6
lines changed

12 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
All notable changes to this project will be documented in this file.
22

3+
## 2.300
4+
5+
- Recursive ligatures for arrows https://github.com/0xType/0xProto/pull/102
6+
- Some glyphs update https://github.com/0xType/0xProto/pull/104
7+
- Make it easier to distinguish between `B` and `8` https://github.com/0xType/0xProto/commit/d87e50d78d043b33545c0082947eb1123a367e93
8+
- Make it easier to distinguish `!` and `|` https://github.com/0xType/0xProto/commit/c37dfe5a2a2910ffd7318fd1eeb1698e94b18d76
9+
- New glyph: `¦`, U+00A6 https://github.com/0xType/0xProto/commit/d53f504db0877150b9cda36701bef868180ebc37
10+
311
## 2.202
412

513
- Deactivate dlig feature https://github.com/0xType/0xProto/pull/98

fonts/0xProto-Bold.otf

944 Bytes
Binary file not shown.

fonts/0xProto-Bold.ttf

788 Bytes
Binary file not shown.

fonts/0xProto-Bold.woff2

264 Bytes
Binary file not shown.

fonts/0xProto-Italic.otf

816 Bytes
Binary file not shown.

fonts/0xProto-Italic.ttf

968 Bytes
Binary file not shown.

fonts/0xProto-Italic.woff2

400 Bytes
Binary file not shown.

fonts/0xProto-Regular.otf

516 Bytes
Binary file not shown.

fonts/0xProto-Regular.ttf

840 Bytes
Binary file not shown.

fonts/0xProto-Regular.woff2

384 Bytes
Binary file not shown.

sources/0xProto-Italic.glyphspackage/fontinfo.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
.appVersion = "3343";
2+
.appVersion = "3402";
33
.formatVersion = 3;
44
classes = (
55
{
@@ -43,7 +43,7 @@ name = "Write lastChange";
4343
value = 0;
4444
}
4545
);
46-
date = "2025-02-21 04:13:01 +0000";
46+
date = "2025-03-19 03:17:29 +0000";
4747
familyName = 0xProto;
4848
featurePrefixes = (
4949
{
@@ -1107,5 +1107,5 @@ HV = "100";
11071107
};
11081108
};
11091109
versionMajor = 2;
1110-
versionMinor = 202;
1110+
versionMinor = 300;
11111111
}

sources/0xProto.glyphspackage/fontinfo.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
.appVersion = "3343";
2+
.appVersion = "3402";
33
.formatVersion = 3;
44
axes = (
55
{
@@ -49,7 +49,7 @@ name = "Write lastChange";
4949
value = 0;
5050
}
5151
);
52-
date = "2025-02-21 04:12:50 +0000";
52+
date = "2025-03-19 03:17:14 +0000";
5353
familyName = 0xProto;
5454
featurePrefixes = (
5555
{
@@ -1029,5 +1029,5 @@ m01 = {
10291029
};
10301030
};
10311031
versionMajor = 2;
1032-
versionMinor = 202;
1032+
versionMinor = 300;
10331033
}

0 commit comments

Comments
 (0)