summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-18 20:12:55 +0300
committerPaul Buetow <paul@buetow.org>2025-07-18 20:12:55 +0300
commitd7add336181a9942f885392a5c27a6b010d170bf (patch)
treedc369141b5c1c639e9202ca13b1b8b86f4a86946
parent186629c94152c9066158edb1b0105737ed39d6da (diff)
chore: bump version to 0.4.1
- 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 <noreply@anthropic.com>
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
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"