Skip to content

Releases: unified-font-object/ufoNormalizer

0.6.2

30 Jul 20:44
4c0bc02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.6.2

v0.6.1

10 Sep 14:16
2d4c06c
Compare
Choose a tag to compare

Two fixes from @frankrolf (thank you Frank!)

  • Fixes the deletion of images by the normalizer (#88)
  • Does not write empty keys (#89) in layerinfo.plist (or an empty layerinfo.plist)

v0.6.0

03 Aug 16:18
6d2e69c
Compare
Choose a tag to compare

Changes how <notes> are handled, the normalizer will not change the formatting of lines in a note anymore. This is backwards compatible, as it will not change any previously normalized UFOs. See #84 and #85.

0.5.4

13 May 08:50
186dbc1
Compare
Choose a tag to compare

Fixed bug whereby guidlines at x=0 or y=0 were being discarded (#82, #83).

0.5.3

28 Dec 16:19
783ec14
Compare
Choose a tag to compare

Fixes reporting of version number

0.5.2

10 Dec 02:47
89e6d4d
Compare
Choose a tag to compare

Cleans up extra, un-need artifacts.

0.5.1

09 Dec 15:31
d235d05
Compare
Choose a tag to compare

Converted ufoNormalizer to package instead of a module

0.5.0

06 Dec 02:31
151d433
Compare
Choose a tag to compare

This release drops Python 2.x and 3.5.

  • Fixes plistlib issues with Python 3.9

Thanks to @josh-hadley for all the work on the above.

0.4.2

31 Aug 14:34
Compare
Choose a tag to compare

Fix whitespace handling in glyph notes (#71), thanks @colinmford!

0.4.1

17 Apr 10:29
0.4.1
5b67c7a
Compare
Choose a tag to compare

Revert "Normalize horizontal and vertical guidelines" (#66).