From 133c58bbe423c56dcda14e8fac2917033d87f6bc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 21 Jul 2025 20:03:27 +0300 Subject: fix(gui): Display phonetic info immediately when fetched MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update phonetic display as soon as data is available, not after image generation - Apply fix to both single word and batch processing modes - Improves user experience by showing IPA transcription without delay - Bump version to 0.7.1 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode --- 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 1a48656..39c6730 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "0.7.0" +const Version = "0.7.1" -- cgit v1.2.3