Skip to content

Commit b3762a9

Browse files
committed
v0.4.0
1 parent 8dfa77c commit b3762a9

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Path Inspector is a TTF font curve path inspection application. The Python pack
1010

1111
The 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

lib/pathins/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "0.3.2-dev0"
3+
version = __version__ = "0.4.0"

0 commit comments

Comments
 (0)