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
0.10.18
Added - Support for custom global hotkeys via `custom_hotkey` function in source files
0.10.17
Added - Fix for >= m87 skia-python with glfw gl-version setting (https://www.glfw.org/faq#macos / https://github.com/kyamagu/skia-python/issues/214)