diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-04 12:30:07 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-04 12:30:07 +0300 |
| commit | d3e7e4831a23fe44939737af70fbf51409ddfb95 (patch) | |
| tree | 3a13aec3620a6fb4336f7a228a653683f899a641 /internal/version.go | |
| parent | 7327dd269f1361d31ac97184a9e66881cbf1b1ce (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.go | 2 |
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" |
