release: v1.2.5 - fix Pillow regressions and test stability

This commit is contained in:
2026-04-10 12:53:02 +02:00
parent 448217bc2f
commit beb4d20b54
6 changed files with 89 additions and 38 deletions

View File

@@ -8,7 +8,7 @@ VERSION_TYPE = "full" # "free" or "full"
bl_info = {
"name": "Text Texture Generator" + (" Free" if VERSION_TYPE == "free" else " Full"),
"author": "Marc Mintel <marc@mintel.me>",
"version": (1, 2, 4),
"version": (1, 2, 5),
"blender": (4, 0, 0),
"location": "3D View > Sidebar (N) > Tool Tab | Shader Editor > Sidebar > Tool Tab",
"description": "Generate image textures from text with accurate dimensions and instant live preview" + (" - Free Version (Limited Features)" if VERSION_TYPE == "free" else " - Full Version"),