You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
## Changelog
2
2
3
+
### v1.2.0
4
+
5
+
- add: validation for the presence of contents.plist file in UFO source directories
6
+
- fix: refactored deprecated fontTools.ufoLib.UFOReader.formatVersion property to new formatVersionTuple
7
+
- updated fontTools to v4.18.0 and required 4.18.0+ in this project to support the new contents.plist validation that was added in this release
8
+
3
9
### v1.1.1
4
10
5
11
- fix: contents.plist Path object must be cast to a str to address fontTools ufoLib expectations, this addresses a ufoLib exception raised on contents.plist validation introduced in v1.1.0 release
0 commit comments