Fixed - Make sure coldtype.drawbot does not require skia-python (via incorrect import) - try/except for filmjitter in coldtype.raster - Don’t enable audio if audio can’t be enabled (print instructions on enabling audio instead)
0.11.0
Huge update, attempting to future proof things Added - External dependency on coldtype/fontgoggles fork (instead of out-of-date inlined fontgoggles fork) Fixed - Gonna be honest — fixed lots of stuff, should’ve been writing down what I was fixing!
0.10.22
Added - `Rect.fit_aspect` for easily getting an aspect inscribed by a rect - version lock on python-bidi
0.10.21
Added - `use_skia_pathops_draw=False` kwarg override for `P.removeOverlap` to make sure we don't get all-off-curve+None quadratics in situations where we don't know how to convert that to cubics (i.e. in Blender)
0.10.20
Fixed - Spec <=0.4.2 for python-bidi since 0.5.0 is beefed
0.10.19
Fixed - High quality filter support for skia > m87