summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-06 16:15:53 +0300
committerPaul Buetow <paul@buetow.org>2026-04-06 16:15:53 +0300
commitdf87a6af7bf1beea8dcc8bbeb5f299025cb2e8f4 (patch)
treeb21627409c7778a6e70a60f3f2b312f68df44a47 /internal/version.go
parent85fd2a50049ae9e7efad6ef0b45d3f2a754fe340 (diff)
feat: --narrate opt-in narration, panel variety mandate, v0.23.0v0.23.0
- Add --narrate flag (default false); narration is now opt-in to save TTS quota - Add VARIETY MANDATE to story page prompts: each panel must differ in camera angle, pose, location, lighting, and foreground — prevents repeated compositions - Wire NarrateEnabled through RunnerConfig and main.go - Update README: --narrate flag, updated output file table, narrator voice examples 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 70d8b6e..51e50c3 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,3 +1,3 @@
package internal
-const Version = "0.22.0"
+const Version = "0.23.0"