From d7add336181a9942f885392a5c27a6b010d170bf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 18 Jul 2025 20:12:55 +0300 Subject: chore: bump version to 0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed timestamp+hash naming for directories in CLI to match GUI - Fixed multiple directories being created for same word - Added phonetic alphabet fetching to processing counter - Limited image generation prompts to 1000 characters - Fixed Anki export to use unique filenames by prefixing with card ID 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 1dee17c..60cb1f5 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "0.4.0" +const Version = "0.4.1" -- cgit v1.2.3