File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## v0.3.1
4
11
5
12
- 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
10
10
11
11
The following sub-commands are available:
12
12
13
+ - ` contours ` : path contour number report (as of v0.4.0)
13
14
- ` coordinates ` : path coordinates report (as of v0.3.0)
14
15
- ` direction ` : outermost contour path direction report (as of v0.2.0)
15
16
- ` path ` : curve path report
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
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