Skip to content

Releases: unified-font-object/ufoNormalizer

0.4.0

30 Mar 12:38
0.4.0
8f1ab1f
Compare
Choose a tag to compare
  • Some documentation updates from Stephen Nixon.
  • Horizontal and vertical guidelines:
    • Be more permissive: if the angle isn't defined, it is implied to be zero (#50).
    • Remove angle and x for horizontal and y for vertical guidelines (#66).

0.3.6

17 Dec 16:52
0.3.6
cefbfdb
Compare
Choose a tag to compare

Do not escape strings and keys when loading GLIF plist. The un-escaping is done automatically by the etree XML reading library, and our XMLWriter already runs xmlEscapeText upon writing (#51).

0.3.5

29 May 10:09
bd70d2f
Compare
Choose a tag to compare

Guard against empty lib <data> values (#45, #49).

0.3.4

22 May 17:39
0969da9
Compare
Choose a tag to compare

Do not drop empty <string></string> elements in property lists (#48).

0.3.3

04 May 10:23
0.3.3
4f36aa7
Compare
Choose a tag to compare
  • Fixed crash when normalizing plist lib data (#47).
  • Respect --no-mod-times in one more place (#44).