Skip to content

Releases: ManimCommunity/ManimPango

ManimPango v0.2.1

11 Feb 18:37
v0.2.1
ef89d6b
Compare
Choose a tag to compare

This release contains:

  • New wheels for macOS. Please open an issue if it doesn't work.
  • Pango v1.48.1 is used for Windows and macOS Wheels.
  • Bug Fix: Unicode font file names.
  • Support PEP 517. Add a pyproject.toml
  • Rewrite setup.py, pkg-config is now optional.

ManimPango v0.2.0

25 Jan 19:33
v0.2.0
c12d736
Compare
Choose a tag to compare

This release contains:

  • Add a new method to list the fonts visible to Pango. (Available on all OS).
  • Pango v1.48.0 is used for Windows Wheels now.
  • Added CoC
  • Fix a API difference between OS in unregister_font() method.

ManimPango v0.1.7

15 Jan 18:48
v0.1.7
48c27ac
Compare
Choose a tag to compare

This release contains:

  • A new function for Linux users, unregister_font().
  • register_font() which was previously Linux only, is
    now available for Windows.
  • unregister_font() is available for Windows.

ManimPango v0.1.6

11 Jan 09:17
v0.1.6
5165789
Compare
Choose a tag to compare

This release contains:

  • Add validation for Pango Markup (via PR #9)

ManimPango v0.1.5

09 Jan 15:10
v0.1.5
d885410
Compare
Choose a tag to compare

This a bug fix release:

  • Fixed a Memory leak from PangoFontDescription.

ManimPango v0.1.4

30 Dec 11:04
f5f9dfa
Compare
Choose a tag to compare

This release contains:

  • fix ligature bug
  • add a readme(build instructions)
  • manylinux2014 wheels with latest Pango version are build with this release.
    Open a issue if things doesn't work.

ManimPango v0.1.3

28 Dec 13:50
9e2d918
Compare
Choose a tag to compare

New API, register_font, which can be used to load a font from TTF file and use it with Text only for Linux users. For other OS users, this doesn't work.

Release v0.1.2

24 Dec 15:08
3e16830
Compare
Choose a tag to compare

Add support for MarkupText tada
Contributed by @PhilippImhof

Release v0.1.1

23 Dec 14:38
1306ed6
Compare
Choose a tag to compare

Bug Fixes

A small bug fix that made impossible to have to make style for specific text of a string.

Initial Release

23 Dec 10:13
c4c7bc8
Compare
Choose a tag to compare
v0.1.0

Update README