Releases: robotools/fontParts
Releases · robotools/fontParts
0.12.3
0.12.2
0.12.2 (released 2024-08-07)
- Replace remaining usage of assertEquals with assertEqual. See #720
- Fixes/tweaks to documentation
- Get guidelines from the mathInfo object directly. See #738
What's Changed
- add .readthedocs.yaml + rename dev-requirements to requirements-dev by @roberto-arista in #716
- Replace remaining usage of assertEquals with assertEqual by @mweinelt in #720
- Update run-tests.yml by @benkiel in #734
- update normalizers.rst by @knutnergaard in #733
- Update point.rst by @knutnergaard in #736
- Extract guidelines from math info by @typemytype in #738
New Contributors
- @mweinelt made their first contribution in #720
- @knutnergaard made their first contribution in #733
Full Changelog: 0.12.1...0.12.2
0.12.1
0.12.1 (released 2023-10-30)
- Tweak to logic of
setStartSegment
0.12.0
0.12.0 (released 2023-10-30)
- Fixes to
setStartSegment
so that it keeps the start point on-curve and prevents setting a setting a start segment on an open contour (issues #709 and #412). Thanks @typesupply! - Fixes to docs and test setup. Boring things.
What's Changed
- Adding link to the UFO specification in the Info docs by @colinmford in #690
- Add note on mutable containers by @roberto-arista in #694
- Update fonttools to 4.42.0 by @pyup-bot in #693
- Update tox.ini by @benkiel in #695
- Update run-tests.yml by @benkiel in #696
- Update actions by @benkiel in #697
- Update fonttools to 4.42.1 by @pyup-bot in #698
- Update defcon to 0.10.3 by @pyup-bot in #699
- Update fonttools to 4.43.1 by @pyup-bot in #705
- Update setuptools_scm to 8.0.3 by @pyup-bot in #701
Full Changelog: 0.11.0...0.12.0
0.11.0
0.11.0 (released 2022-12-09)
- Expose the
mathGlyph
options. Thanks @typesupply! See #672 - Set defaultLayer to "public.default" when its available. Fixes issue #674. Thanks @typemytype! See #675.
- Add
info.update
to the info object. Thanks @typesupply! See #676
0.10.8
What's Changed
- add contour.setStartPoint + test by @typemytype in #668
Full Changelog: 0.10.7...0.10.8
0.10.7
What's Changed
- Update fonttools to 4.34.4 by @pyup-bot in #659
- Update setuptools_scm to 7.0.5 by @pyup-bot in #660
- move the code example above the list by @typemytype in #661
Full Changelog: 0.10.6...0.10.7
0.10.6
0.10.5
What's Changed
- Add implementation for
glyph.autoContourOrder()
by @roberto-arista in #646
New Contributors
- @roberto-arista made their first contribution in #646
Full Changelog: 0.10.4...0.10.5
0.10.4
What's Changed
- copy and change the glyph.name when ever the name is not the same by @typemytype in #634
Full Changelog: 0.10.3...0.10.4