File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### v0.7.0
4
+
5
+ - added [ OS/2] CapHeight metric to report table
6
+ - added [ OS/2] xHeight metric to report table
7
+ - modified version string parsing for report to support fonts that do not contain langID=0 tables
8
+ - added release.sh shell script
9
+ - updated Travis CI testing settings
10
+ - updated Appveyor CI testing settings
11
+ - updated tox.ini Python tox testing settings
12
+
3
13
### v0.6.1
4
14
5
15
- minor Python style fixes (PR #8 by @moyogo )
17
27
18
28
### v0.5.3
19
29
20
- - added [ head] yMax to report
21
- - added [ head] yMin to report
22
- - added [ OS/2] (TypoAscender + TypoDescender + TypoLineGap) / UPM to report
23
- - added [ OS/2] (winAsc + winDesc) / UPM to report
24
- - added [ OS/2] (hhea Asc + Desc) / UPM to report
30
+ - added [ head] yMax metric to report
31
+ - added [ head] yMin metric to report
32
+ - added [ OS/2] (TypoAscender + TypoDescender + TypoLineGap) / UPM calculation to report
33
+ - added [ OS/2] (winAsc + winDesc) / UPM calculation to report
34
+ - added [ OS/2] (hhea Asc + Desc) / UPM calculation to report
25
35
- removed [ OS/2] TypoLineGap / UPM from the report
26
36
27
37
### v0.5.2
You can’t perform that action at this time.
0 commit comments