summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-04 12:30:07 +0300
committerPaul Buetow <paul@buetow.org>2026-04-04 12:30:07 +0300
commitd3e7e4831a23fe44939737af70fbf51409ddfb95 (patch)
tree3a13aec3620a6fb4336f7a228a653683f899a641 /internal/version.go
parent7327dd269f1361d31ac97184a9e66881cbf1b1ce (diff)
fix: gender-neutral gallery/cover prompts, support multiple main charactersv0.15.0
- Replace all "heroine/her" references in gallery poses with gender-neutral "main character/them" - Explicitly instruct model to preserve character gender, not invent new characters - Support multiple main characters in gallery page instruction - Fix cover and back cover orientation: remove "portrait orientation" (canvas is 16:9 landscape) - Bump version to 0.15.0 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 b7f717a..99bca67 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,3 +1,3 @@
package internal
-const Version = "0.14.0"
+const Version = "0.15.0"