You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: profile-universal/CHANGELOG.md
+98-1Lines changed: 98 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,103 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## v1.8.3 (2026-07-07)
9
+
10
+
### Bug Fixes
11
+
12
+
- <csr-id-b6bc6561e19bca3cef1652489c3111ac8641be02/> fallback to name ID 1 when 16 is absent
13
+
* fix(typographic_family_name): fallback to name ID 1 when 16 is absent
14
+
15
+
Compilers may omit name ID 16 when it is redundant in the eyes of the
16
+
spec (identical to name ID 1), and so this fixes false positives in a
17
+
few families.
18
+
19
+
(the upstream fix fonttools/fontbakery#5012 takes the same approach)
20
+
21
+
* test(typographic_family_name): cover fallback pass, and general fail
22
+
- <csr-id-4a76eb131b22c7f45456fcfed56280b66646046c/> wrong message, must be name ID 17 and not 16.
23
+
24
+
### Commit Statistics
25
+
26
+
<csr-read-only-do-not-edit/>
27
+
28
+
- 2 commits contributed to the release.
29
+
- 11 days passed between releases.
30
+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
31
+
- 2 unique issues were worked on: [#846](https://github.com/fonttools/fontspector/issues/846), [#857](https://github.com/fonttools/fontspector/issues/857)
- Wrong message, must be name ID 17 and not 16. ([`4a76eb1`](https://github.com/fonttools/fontspector/commit/4a76eb131b22c7f45456fcfed56280b66646046c))
@@ -149,7 +244,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
149
244
150
245
<csr-read-only-do-not-edit/>
151
246
152
-
-14 commits contributed to the release over the course of 72 calendar days.
247
+
-15 commits contributed to the release over the course of 72 calendar days.
153
248
- 84 days passed between releases.
154
249
- 14 commits were understood as [conventional](https://www.conventionalcommits.org).
155
250
- 14 unique issues were worked on: [#656](https://github.com/fonttools/fontspector/issues/656), [#659](https://github.com/fonttools/fontspector/issues/659), [#666](https://github.com/fonttools/fontspector/issues/666), [#680](https://github.com/fonttools/fontspector/issues/680), [#681](https://github.com/fonttools/fontspector/issues/681), [#693](https://github.com/fonttools/fontspector/issues/693), [#694](https://github.com/fonttools/fontspector/issues/694), [#696](https://github.com/fonttools/fontspector/issues/696), [#699](https://github.com/fonttools/fontspector/issues/699), [#702](https://github.com/fonttools/fontspector/issues/702), [#710](https://github.com/fonttools/fontspector/issues/710), [#716](https://github.com/fonttools/fontspector/issues/716), [#775](https://github.com/fonttools/fontspector/issues/775), [#782](https://github.com/fonttools/fontspector/issues/782)
@@ -188,6 +283,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
188
283
- Check full names match against METADATA for varfonts ([`51f11da`](https://github.com/fonttools/fontspector/commit/51f11da8ef49038ff43cab6e0244c0885d33127e))
0 commit comments