Releases: daltonmaag/vttLib
Releases · daltonmaag/vttLib
v0.12.0
What's Changed
- Update installation instructions by @chrissimpkins in #41
- Delta argument sorting by @jenskutilek in #43
New Contributors
- @chrissimpkins made their first contribution in #41
- @jenskutilek made their first contribution in #43
Full Changelog: v0.11.0...v0.12.0
v0.11.0
v0.10.0
Add support for IDEF and for using PUSH instructions in PUSHOFF context, thanks to @robmck-ms.
v0.9.1.post2
Try to fix CI deployment, part 2.
v0.9.1.post1
Try to fix CI deployment.
v0.9.1
v0.9.0
v0.8.0
BREAKING CHANGES
- Python 3.6+ only
- VTT data is now dumped into a single TTX file instead of into UFO data/ folders.
The latter change is done to better support generated instances and variable fonts. VTT dumps are only indirectly linked to UFO masters, in that they are actually attached to the compiled output of them. This works out if you only compile UFOs into static fonts, i.e. you have a 1:1 relationship of input to output. The moment you generate instances (N:M) or variable fonts (N:1), storing the data in the UFOs stops making sense and complicates such workflows.