From 6d73daa3abf06b34bb80868571d6d6be464f1c62 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 17 Jul 2025 13:49:23 +0300 Subject: feat: add contextual scene generation for flashcard images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/version.go') 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" -- cgit v1.2.3