Skip to content

v144.0

Latest

Choose a tag to compare

@HinTak HinTak released this 06 Mar 02:09
3402866

Since m138:

  • Vulkan APIs now take skia.VkFormat.* skia.VkImageLayout.* mnemonics, instead of integer values in vulkan C headers.
    (workaround for pybind11 upstream bug 5991)

  • skia.ApplyPerspectiveClip removed upstream. Associated APIs take one fewer argument.

  • skia.PathBuilder.incReserve takes one more argument.

  • CI: we now build for macos-14 (up from macos-13), and also python 3.14

  • Updates the project to Skia milestone m144, aligning Python bindings/tests/CI with upstream API changes (SkSpan-based signatures, overload disambiguation). Not user-visible.

What's Changed

New Contributors

Full Changelog: v138.0...v144.0