Releases: unified-font-object/ufoNormalizer
Releases · unified-font-object/ufoNormalizer
v0.6.1
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
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
Fixed bug whereby guidlines at x=0 or y=0 were being discarded (#82, #83).
0.5.3
Fixes reporting of version number
0.5.2
Cleans up extra, un-need artifacts.
0.5.1
Converted ufoNormalizer to package instead of a module
0.5.0
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.1
Revert "Normalize horizontal and vertical guidelines" (#66).