File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.4.0
4+
5+ - add ` contours ` sub-command with glyph contour number reporting
6+ - change bold cyan glyph name color to bright bold cyan for sub-commands that use this color
7+ - add ` stringbuilder.cyan_text ` function
8+ - add ` stringbuilder.cyan_bright_text ` function
9+
310## v0.3.1
411
512- source cleanup
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Path Inspector is a TTF font curve path inspection application. The Python pack
1010
1111The following sub-commands are available:
1212
13+ - ` contours ` : path contour number report (as of v0.4.0)
1314- ` coordinates ` : path coordinates report (as of v0.3.0)
1415- ` direction ` : outermost contour path direction report (as of v0.2.0)
1516- ` path ` : curve path report
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22
3- version = __version__ = "0.3.2-dev0 "
3+ version = __version__ = "0.4.0 "
You can’t perform that action at this time.
0 commit comments