summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-06 16:29:21 +0300
committerPaul Buetow <paul@buetow.org>2026-04-06 16:29:21 +0300
commit4721d82036bf572b927c36b1df5f3202236d4471 (patch)
tree259fa8025b14b7bb9ca0b55ec6211273cbde9cc0 /internal/version.go
parentdf87a6af7bf1beea8dcc8bbeb5f299025cb2e8f4 (diff)
feat: add --ultra-realistic flag to force photorealistic rendering, v0.24.0v0.24.0
Previously only --no-ultra-realistic existed (to force standard comic style). --ultra-realistic now forces photorealistic panels instead of the random 50/50 pick. storyUltraRealistic() updated to handle three states: forced-on, forced-off, random. README updated with --ultra-realistic example. 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 51e50c3..a9f1a2e 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,3 +1,3 @@
package internal
-const Version = "0.23.0"
+const Version = "0.24.0"