Releases: robotools/fontParts
Releases · robotools/fontParts
v0.9.5
0.9.5 (released 2020-09-04)
- 2020-09-04: Fix for contours not getting updated in fontShell, thanks @justvanrossum!
- 2020-09-03: Fix for error message in normalizeKerningKey, thanks @colinmford!
v0.9.4
v0.9.3
0.9.3 (released 2020-08-26)
- 2020-07-14: All rounding uses otRound. #536, fixes #533. Thanks @colinmford!
- 2019-12-23: Allow contour.segment to be empty (#480). Thanks @typemytype!
- 2020-01-08: Image file names now get a png file extension (#482). Thanks @typemytype!
- 2020-02-03: Fixed error in setting contour index (#488). Thanks @typemytype!
- 2020-02-10: Fixed error in PointPositionMixin (#486, fixed by #491)
- 2020-04-01: Added option to turn off normalizer tests
- 2020-04-07: Test fixes and updates. #512. Thanks @schriftgestalt!
- various: Documentation updates and corrections
v0.9.2
0.9.2 (released 2019-12-10)
- 2019-12-10: No longer send or recieve images from math glyphs. (thanks @LettError)
- 2019-12-10: Removed unittest2 dependency.
- 2019-10-21: Only use copy in _appendContour only if there is an offset. (thanks @simoncozens)
- 2019-09-29: [fontshell] Accept pathLikeObjects for opening.
v0.9.1
v0.9.0
0.9.0 (released 2019-08-30) --------------------------- This release only supports Python 3, if you need Python 2 support, use 0.8.9. - 2019-08-30: Remove Python 2 support. - 2019-08-30: Change rounding to always round to the higher number, matching what fontTools does for anything visual.
v0.8.9
v0.8.8
0.8.8 (released 2019-08-23)
- 2019-08-23: Fix
removeOverlap
and addremoveOverlap
to fontShell. - 2019-07-23: Added support for
fileStructure
, for UFOZ. - 2019-06-07: Allow first point of a contour to be smooth.
This will likely be the last release that support Python 2, fyi