diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-17 13:49:23 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-17 13:49:23 +0300 |
| commit | 6d73daa3abf06b34bb80868571d6d6be464f1c62 (patch) | |
| tree | b01007d9273359ac62301364e49416d976e28e8b /internal/version.go | |
| parent | b2b007699b2a42ed86970f59d597034679265e91 (diff) | |
feat: add contextual scene generation for flashcard imagesv0.2.0
- Generate meaningful scenes for each Bulgarian word using OpenAI
- Scene descriptions use English words for DALL-E compatibility
- Creates more engaging and memorable flashcards with context
- Bump version to v0.2.0
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <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 0894830..1595476 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "0.1.0" +const Version = "0.2.0" |
