diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-04 10:58:19 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-04 10:58:19 +0300 |
| commit | 793d7b3c61a403a8c03f1eb44df741c6951444e8 (patch) | |
| tree | 718ce9b751ed592be80b90fbddfe1eb6e9834eb9 /internal/version.go | |
| parent | a34789fd2f7c0e2a7292535dbd3cdc68d3f00675 (diff) | |
feat: photorealistic rendering requirement in all image prompts, vocabulary/theme filesv0.12.0
- Add renderingRequirement const applied to all prompts (cover, story pages, back cover, gallery)
- Write <slug>_comic_vocabulary.txt with vocabulary words and story text for learning
- Write <slug>_theme.txt recording the --story-theme used for easy reproduction
- Enforce adult (18+) characters in generator to avoid content policy blocks on revealing clothing
- Add cover/back cover retry logic (same pageMaxRetries as story pages)
- Bump version to 0.12.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 39b6037..e65f021 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "0.11.0" +const Version = "0.12.0" |
