summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-21 14:46:25 +0300
committerPaul Buetow <paul@buetow.org>2025-07-21 14:46:25 +0300
commitb562f3b57f8e4f106aad8856e55b51f1d9d9a367 (patch)
treeb8730261a43c94d5225d95fea19d4151d73d4ca7 /internal/version.go
parent6e8f1ffb85cddd841614a156b291b881a1f6a875 (diff)
Release v0.7.0: Add auto-play feature and improve keyboard navigationv0.7.0
New Features: - Added auto-play feature for audio with 'u'/'у' hotkey toggle - Auto-play is enabled by default on app startup - Automatically plays audio when new files are generated - Automatically plays audio when navigating between cards - Added Escape key support to unfocus all input fields - Works for Bulgarian word input - Works for English translation input - Works for image prompt multi-line input Improvements: - Increased default window size by 10% (800x700 → 880x770) - Fixed duplicate hotkey handling for 'u', 'h', and 'l' keys - Fixed tooltip initialization error by deferring audio player tooltips Bug Fixes: - Fixed Fyne threading errors in audio playback - Fixed tooltip layer initialization order issue - Removed duplicate keyboard shortcut handlers The auto-play feature enhances the learning experience by automatically playing pronunciation audio when cards are generated or when navigating through existing cards. Users can toggle this feature on/off at any time using the 'u' or 'у' hotkey.
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 d9cf36a..1a48656 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,3 +1,3 @@
package internal
-const Version = "0.6.1"
+const Version = "0.7.0"