summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-06chore: bump version to 0.22.0v0.22.0Paul Buetow
2026-04-06fix: surface Veo API error field (content policy / geographic restriction) wi...Paul Buetow
2026-04-06chore: bump version to 0.21.0, add maxPollAttempts constant and comments to v...Paul Buetow
2026-04-06test: add missing unit tests for Veo video feature (task 016)Paul Buetow
2026-04-06docs: document Optional Gallery Videos (Veo) feature in READMEPaul Buetow
2026-04-06feat: add Fyne GUI dialog for gallery video generationPaul Buetow
2026-04-06fix: correct video integration after comic generationPaul Buetow
2026-04-06feat: add --video CLI flag to control Veo video prompt after story generationPaul Buetow
2026-04-06feat: add generateSelectedVideos CLI runner for Veo video generationPaul Buetow
2026-04-06feat: add CLI prompt helper for gallery video generationPaul Buetow
2026-04-06feat: add Veo video generator package for comic gallery animationPaul Buetow
2026-04-06fix: track all GUI goroutines with WaitGroup and ctx.Done() (Go Mistake #62)Paul Buetow
2026-04-06refactor: extract shared CardStore into internal/store to eliminate duplicationPaul Buetow
2026-04-06refactor: consolidate provider factory test seams into shared named typesPaul Buetow
2026-04-06refactor: remove Viper coupling from processor package (DIP)Paul Buetow
2026-04-06refactor: decompose gui.Application god object into focused servicesPaul Buetow
2026-04-06refactor: decompose Processor god object into focused files (SRP)Paul Buetow
2026-04-06chore: bump version to 0.20.0v0.20.0Paul Buetow
2026-04-04chore: bump version to 0.19.0v0.19.0Paul Buetow
2026-04-04feat: progressive retry backoff for rate-limited image generationPaul Buetow
2026-04-04feat: skip existing pages on re-run, add --story-slug for targeted repairv0.18.0Paul Buetow
2026-04-04fix: remove per-page location lock to allow scene transitions in panelsPaul Buetow
2026-04-04feat: use photography-only style pool for ultra-realistic mode, update READMEv0.17.0Paul Buetow
2026-04-04fix: enforce per-page location from story excerpt, bump to 0.16.0v0.16.0Paul Buetow
2026-04-04fix: gender-neutral gallery/cover prompts, support multiple main charactersv0.15.0Paul Buetow
2026-04-04feat: 5 gallery pages with distinct poses, fix single-image layoutv0.14.0Paul Buetow
2026-04-04feat: random ultra-realistic/comic style, --no-ultra-realistic flag, updated ...v0.13.0Paul Buetow
2026-04-04feat: photorealistic rendering requirement in all image prompts, vocabulary/t...v0.12.0Paul Buetow
2026-04-04feat: 5 story pages, 3 gallery pages, cover retry, adult characters, shorter ...v0.11.0Paul Buetow
2026-04-03fixPaul Buetow
2026-04-03feat: comic pipeline v0.10.0 — iterative chaining, title slugs, comics subf...Paul Buetow
2026-04-03feat: append Gemini-generated cinematic epilogue at end of narrationPaul Buetow
2026-04-03fix: split long story narration into chunks to preserve voice qualityPaul Buetow
2026-04-03feat: lock age appearance across all comic pages, covers, and back coverPaul Buetow
2026-04-03feat: traditional comic covers, animal consistency, back-cover blurb, PDF outputPaul Buetow
2026-04-03feat: 5-page comic with cover/back cover, 9-panel grid, and character biblePaul Buetow
2026-04-03feat: character bible for consistent comic panel charactersPaul Buetow
2026-04-03feat: single tall comic strip with consistent characters and more dramatic na...Paul Buetow
2026-04-03feat: add --story cinematic narration and comic strip generationPaul Buetow
2026-04-03chore: bump version to 0.9.2Paul Buetow
2026-04-03fix: disable Gemini thinking for phonetic IPA lookupPaul Buetow
2026-04-03fix: show full phonetic IPA in audio player barPaul Buetow
2026-04-03fix: increase phonetic MaxOutputTokens from 50 to 200Paul Buetow
2026-04-03fix: resolve all golangci-lint issuesPaul Buetow
2026-04-03task 00a: track background goroutines in WaitGroup and respect ctx.Done()Paul Buetow
2026-04-03task 00o: split ImageSearcher into ImageSearcher + AttributionProvider (ISP)Paul Buetow
2026-04-03tasks 00d, 006, 007: move test seams to struct fields, centralize Viper confi...Paul Buetow
2026-04-02task zz: add Voices()/BuildAttribution() to Provider interface [OCP]Paul Buetow
2026-04-02task 004: replace time.Sleep goroutine synchronization with proper primitivesPaul Buetow
2026-04-02task zy: move GUI application launch out of Processor into cmd/main.go [SoC]Paul Buetow