Skip to content

Releases: robotools/defcon

0.10.3

20 Aug 18:15
e14bd9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.2...0.10.3

0.10.2

11 Aug 16:09
2498713
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.1...0.10.2

v0.10.1

04 May 13:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

v0.10.0

28 Dec 17:20
bcf03de
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

v0.9.0

10 Aug 14:21
d0984c1
Compare
Choose a tag to compare
  • Makes glyph.image object “sticky”, just like lib objects (#352)
  • Adds a .tempLib to font, layer, and glyph that is available for the life of the object and is never saved with the ufo. (#367)

0.8.1

12 Mar 14:20
9abb77a
Compare
Choose a tag to compare
  • Fixes behavior with None in removeObserver (#349)

0.8.0

08 Mar 17:27
cfe7998
Compare
Choose a tag to compare
  • Resets glyph set on save (#297)
  • Gives Anchors and Guidelines a glyph attribute (#325)
  • Dispatcher enhancements (#337)
  • Adds __eq__ in BaseDict (#344)
  • Contour handles a contour with all off curves (#348)

0.7.2

29 May 10:56
0.7.2
1c7409e
Compare
Choose a tag to compare
  • Name the wheel file as non-universal (py3-only).

0.7.1

29 May 10:42
0.7.1
40733f6
Compare
Choose a tag to compare
  • [setup.py] Mark library as requiring Python 3.6+, or else pip2 will attempt to install it on Python 2.7, which is no longer supported (#293).

0.7.0

27 May 05:31
Compare
Choose a tag to compare
  • 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 set glyph.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