- Include ``*.pxi`` files in tarball. Without these, the package cannot be installed from the source. - Raise on invalid ``string`` passed to :class:`FontDescriptor` constructor. Previously, it silently crashed.
1.0.0a1
The project has undergone a complete rewrite to offer an improved API. The new API provides a greater degree of consistency and flexibility compared to its predecessor.
0.6.0
What’s Changed
* macOS and Windows wheels build now is statically linked to Pango (113) * register_font: support for new API on Windows (111) * Add a caching layer for `list_fonts` (111) * Add support for Python 3.13 * Use a trusted provider for uploading to PyPI
0.5.0
What's Changed * Fix types for various functions by mkashirin in https://github.com/ManimCommunity/ManimPango/pull/105 * Add support for Cython 3 * Remove a stray warning in setup.py
New Contributors * mkashirin made their first contribution in https://github.com/ManimCommunity/ManimPango/pull/105