Skip to content

Releases: robotools/fontParts

0.10.3

24 Feb 22:37
Compare
Choose a tag to compare

What's Changed

  • fix doc strings for getCharacterMapping and getReverseComponentMapping by @arialcrime in #626
  • force change the default layer name to the source defaultLayerName by @typemytype in #630

New Contributors

Full Changelog: 0.10.2...0.10.3

v0.10.2

05 Jan 14:45
451a1ab
Compare
Choose a tag to compare

What's Changed

  • Add validate kwarg to RGlyph._loadFromGLIF for fontShell by @ctrlcctrlv in #623

New Contributors

Full Changelog: 0.10.1...0.10.2

v0.10.1

28 Dec 18:05
ae5abc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

v0.10.0

28 Dec 16:34
5941c73
Compare
Choose a tag to compare

This version drops support for Python 3.6.

What's Changed

New Contributors

Full Changelog: 0.9.11...0.10.0

v0.9.11

06 Aug 15:19
Compare
Choose a tag to compare

0.9.11 (released 2021-08-06)

  • 2021-08-06: Fixes inserting a segment with an open contour, #601 (thanks @typemytype!)

v0.9.10

09 Mar 22:24
b815650
Compare
Choose a tag to compare

0.9.10 (released 2021-03-09)

v0.9.9

13 Feb 14:42
Compare
Choose a tag to compare

0.9.9 (released 2021-02-13)

  • 2021-02-13: Fixed import of version. (#573, thanks @gyscos!)

0.9.8

12 Feb 19:54
Compare
Choose a tag to compare

0.9.8 (released 2021-02-12)

  • 2021-02-11: Add support for quadratic curves with no on-curve points in Contour and Segment. (#572, thanks @typemytype!)

0.9.7

23 Dec 19:29
60f2272
Compare
Choose a tag to compare

0.9.7 (released 2020-12-23)

  • 2020-12-23: Change to github actions for CI and release.
  • 2020-12-18: fontShell returns None when referenced file name doesn't exist for an Image (#567, thanks @typemytype)

v0.9.6

06 Sep 20:51
Compare
Choose a tag to compare

0.9.6 (released 2020-09-06)

  • 2020-09-06: fontShell has changed() implemented now