Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Oct 3, 2020
1 parent 8dfa77c commit b3762a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.4.0

- add `contours` sub-command with glyph contour number reporting
- change bold cyan glyph name color to bright bold cyan for sub-commands that use this color
- add `stringbuilder.cyan_text` function
- add `stringbuilder.cyan_bright_text` function

## v0.3.1

- source cleanup
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Path Inspector is a TTF font curve path inspection application. The Python pack

The following sub-commands are available:

- `contours`: path contour number report (as of v0.4.0)
- `coordinates`: path coordinates report (as of v0.3.0)
- `direction`: outermost contour path direction report (as of v0.2.0)
- `path`: curve path report
Expand Down
2 changes: 1 addition & 1 deletion lib/pathins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3

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

0 comments on commit b3762a9

Please sign in to comment.