Releases: robotools/defcon
Releases · robotools/defcon
0.10.3
0.10.2
What's Changed
- Create a new glyphset from the provided reader by @typemytype in #409
Full Changelog: 0.10.1...0.10.2
v0.10.1
What's Changed
- Start testing Python 3.10 by @benkiel in #384
- Add glyphSet argument in _stampLayerInfoDataState by @typemytype in #397
- when guideline.name is set to None remove the name key by @typemytype in #400
- add eq and hash to FuzzyNumber
Full Changelog: 0.10.0...0.10.1
v0.10.0
v0.9.0
0.8.1
0.8.0
0.7.2
- Name the wheel file as non-universal (py3-only).
0.7.1
0.7.0
- Dropped support for Py2, now only Py3
- Updated documentation: #232
- Fixed docstring typos (thanks @Space0726!): #263
- added notification: Font.GuidelineWillBeAdded: #239
- Fixes for UFOZ (#209 testForExternalChanges and #218 glyphSet is required): #220
- Added close to font: #269
- Setting
glyph.unicode
will now setglyph.unicodes
to a one member list: #258 - Add notifications for:
Glyph.LeftMarginWillChange
,Glyph.LeftMarginDidChange
,Glyph.RightMarginWillChange
,Glyph.RightMarginDidChange
,Glyph.TopMarginWillChange
,Glyph.TopMarginDidChange
,Glyph.BottomMarginWillChange
,Glyph.BottomMarginDidChange
: #253 - Improved joinSegments: #259
- Added identifier to addComponent callback: #268
- Fix glyphs with components getting proper area value: #272
- Use ufoFormatTuple: #289
- Add ufoFormatVersionTuple property, deprecate ufoFormatVersion: #291