Skip to content

Releases: robotools/fontParts

1.0.0

Choose a tag to compare

@github-actions github-actions released this 28 May 17:39

What's Changed

The majority of the work has been done by @knutnergaard, for which we are forever grateful!

It adds:

  • types to the whole codebase
  • improved documentation
  • a rename option to newGlyph (#848)
  • view objects to BaseLib (#800)
  • .ufoz to know font file extensions in world.py (#681)
  • Base object memory identifiers are now hex (#832)
  • fixes naming of _reverse in the Contour objects (#798)
  • support for pathlib.Path in normalizeFilePath (#784)

Breaking change:

  • the casing of _getIdentifierforPoint is now _getIdentifierForPoint (cap F) (#782)

It is the culumnation of:
#739, #755, #757, #760, #762, #763, #764, #768, #769, #770, #772, #776, #780, #782, #783, #784, #785, #786, #787, #789, #790, #791, #792, #793, #794, #796, #797, #800, #801, #802, #803, #804, #807, #808, #809, #810, #811, #812, #813, #814, #816, #817, #818, #819, #820, #821, #822, #823, #825, #826, #827, #836, #867, #868, #869, #870, #877, #882, #884, #885, #888, #890, #893, #897, #898, #899, #901, and #902

And addressed issues:
#896, #895, #892, #883, #878, #848, #847, #846, #832, #829, #825, #824, #798, #788, #781, #775, #774, #767, #754, #751, #748, #743, #741, and #681

Full Changelog: 0.14.2...1.0.0

0.14.2

Choose a tag to compare

@github-actions github-actions released this 26 May 13:32
b7ad61b

What's Changed

  • double = will use the same object in both the variable as in the font… by @typemytype in #875

Full Changelog: 0.14.1...0.14.2

0.14.1

Choose a tag to compare

@github-actions github-actions released this 24 Feb 18:08

What's Changed

  • Fix image rounding method call in BaseGlyph by @adbac in #873

New Contributors

Full Changelog: 0.14.0...0.14.1

0.14.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 22:38

What's Changed

Full Changelog: 0.13.4...0.14.0

0.13.4

Choose a tag to compare

@github-actions github-actions released this 20 Jan 21:08
05bf018

What's Changed

  • Use trusted publishing by @madig in #852
  • Update dependency FontTools to v4.60.2 [SECURITY] by @renovate[bot] in #854
  • Update actions/checkout action to v3.6.0 by @renovate[bot] in #855
  • Update dependency booleanOperations to v0.10.0 by @renovate[bot] in #857
  • Update dependency setuptools_scm to v8.3.1 by @renovate[bot] in #859
  • Update actions/setup-python action to v6 by @renovate[bot] in #861
  • Update actions/checkout action to v6 by @renovate[bot] in #860
  • Update codecov/codecov-action action to v5 by @renovate[bot] in #862
  • Update dependency defcon to v0.12.2 by @renovate[bot] in #858
  • Update dependency setuptools_scm to v9 by @renovate[bot] in #863

New Contributors

Full Changelog: 0.13.3...0.13.4

0.13.3

Choose a tag to compare

@github-actions github-actions released this 14 Aug 16:31

What's Changed

New Contributors

Full Changelog: 0.13.2...0.13.3

0.13.2

Choose a tag to compare

@github-actions github-actions released this 21 Jul 14:53

What's Changed

New Contributors

Full Changelog: 0.13.1...0.13.2

0.13.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 14:30

What's Changed

  • insertGlyph returns the inserted glyph object
  • Update publish-package.yml by @benkiel in #842

Full Changelog: 0.12.8...0.13.1

0.12.8

Choose a tag to compare

@github-actions github-actions released this 04 Jun 19:21

What's Changed

Full Changelog: 0.12.7...0.12.8

0.12.7

Choose a tag to compare

@github-actions github-actions released this 30 May 15:58
ef12e49

What's Changed

  • Use get for name and color in _fromMathGlyph by @benkiel in #838

Full Changelog: 0.12.6...0.12.7