summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-06 17:21:52 +0300
committerPaul Buetow <paul@buetow.org>2026-04-06 17:21:52 +0300
commit13d4f703e45dad9d611b7b720b0148e08e1409a3 (patch)
treefa7f19f8c68ac0d43e62b6780d081cad5caf1e61 /internal/version.go
parent00488c7e8d7e93406c3bcf2264d7c7239c3a5516 (diff)
feat: mandatory speech bubbles in story panels, v0.26.0v0.26.0
Two-part fix for missing dialogue bubbles: 1. Panel script prompt: each panel description must include quoted Bulgarian dialogue for the character to speak/think. At least 3 of 4 panels per page must have speech or thought text in the description. 2. Image prompt: added MANDATORY SPEECH BUBBLES block requiring at least 3 of 4 panels to contain a bubble, describing exact white-background/black-outline style for speech and cloud-shape for thought bubbles, all text Bulgarian Cyrillic. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/version.go')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 03f6bf6..1344ddf 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,3 +1,3 @@
package internal
-const Version = "0.25.0"
+const Version = "0.26.0"