summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-18 23:41:22 +0300
committerPaul Buetow <paul@buetow.org>2025-07-18 23:41:22 +0300
commitd8c65cd0511b558fe62aac7022c267f51d76f3f9 (patch)
tree4c490184ca6a1272f27a216d2e29cd9d666f48b7 /internal/version.go
parent8779de2c97e445acf82e8422c899fdefa4649bda (diff)
chore: bump version to 0.4.2
- Fix Fyne tooltip layer error by deferring tooltip setup after layer creation - Add phonetic information generation to batch mode processing - Fix GUI not displaying phonetic info for batch-generated cards - Add debug logging for phonetic file loading - Fix checkForMissingFiles to handle placeholder text in phonetic display 🤖 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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 60cb1f5..40069bf 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,3 +1,3 @@
package internal
-const Version = "0.4.1"
+const Version = "0.4.2"