summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-04 15:45:55 +0300
committerPaul Buetow <paul@buetow.org>2026-04-04 15:45:55 +0300
commit2d6cd1a4d388b22396827cbf151aa2990ca6cd5a (patch)
tree96076c7b50a2d5ae7adfaab4c4965802f5ec390c /internal/version.go
parent4e8c51db6e5f4563525ce923f058ab3dc7357cb5 (diff)
feat: skip existing pages on re-run, add --story-slug for targeted repairv0.18.0
- loadOrGenerate() in artist.go skips API calls for pages already on disk, loading bytes for the reference chain. Re-runs now only generate missing pages instead of regenerating the whole comic. - --story-slug flag forces the output directory slug so a repair run writes to the same directory as the original (e.g. --story-slug ai-jungle-quest). 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 9f7173a..edfaf53 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,3 +1,3 @@
package internal
-const Version = "0.17.0"
+const Version = "0.18.0"