Releases: unified-font-object/ufoNormalizer
Releases · unified-font-object/ufoNormalizer
0.4.0
- 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
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
Guard against empty lib <data>
values (#45, #49).
0.3.4
Do not drop empty <string></string>
elements in property lists (#48).
0.3.3
- Fixed crash when normalizing plist lib data (#47).
- Respect --no-mod-times in one more place (#44).