Releases: ManimCommunity/ManimPango
Releases · ManimCommunity/ManimPango
ManimPango v0.4.0.post0
ManimPango v0.4.0
What’s Changed
🚀 Features
- Allow passing color to TextSettings (#65) @marcin-serwin
🧰 Maintenance
- Updates to CI and fix tests (#68) @naveen521kk
- Run fonts tests in a subprocess (#67) @naveen521kk
- Use pango v1.50.1 @naveen521kk
New Contributors
- @marcin-serwin made their first contribution in #65
Full Changelog: v0.3.1...v0.4.0
ManimPango v0.3.1
What’s Changed
🧰 Maintenance
- Drop support Python 3.6 (#64) @naveen521kk
- Build and Test Windows Wheels in a Docker Image (#62) @naveen521kk
- Don't depend on Manim while testing (#61) @naveen521kk
ManimPango v0.3.0
What’s Changed
🚀 Features
- Show errors from Pango on MarkupText.validate (#58) @naveen521kk
- Add option to Register Fonts using Fc backend on Windows and macOS (#56) @naveen521kk
🧰 Maintenance
- Drop linux wheels Completely (#60) @naveen521kk
ManimPango v0.2.6
ManimPango v0.2.5
This release contains:
- Add justify, indent, alignment options to MarkupText
Of developer interest:
- Split into multiple modules
- Code Coverage
- Tox configuration
- Utils tests
- Same Pango version in CI
ManimPango v0.2.5
ManimPango v0.2.5
This release contains:
- Add justify, indent, alignment options to MarkupText
Of developer interest:
- Split into multiple modules
- Code Coverage
- Tox configuration
- Utils tests
- Same Pango version in CI
ManimPango v0.2.4
This release contains:
MAINT: code cleanups
ManimPango v0.2.3
This release contains:
- FEAT: register_font is now available for macOS.
- MAINT: fix a compiler warning.
ManimPango v0.2.2
This release contains:
- Bug Fix: Unicode characters Markup validation.