From 024255c6a55c9f740ce740726616dc6ff4273b06 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Wed, 03 Jun 2026 19:41:10 +0800 Subject: [PATCH] Rename app to PrivateVoice Dictation --- privatevoice.src/app.go | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/privatevoice.src/app.go b/privatevoice.src/app.go index 40baf9d..82d4e89 100755 --- a/privatevoice.src/app.go +++ b/privatevoice.src/app.go @@ -27,10 +27,10 @@ ) const ( - appVersion = "2.1.23" - appBuild = "20260603.1904" + appVersion = "2.1.24" + appBuild = "20260603.1934" appDisplayVersion = appVersion + " (build " + appBuild + ")" - appName = "PrivateVoice Input" + appName = "PrivateVoice Dictation" silenceThreshold = 0.05 // RMS below this = silence (matches HasVoiceActivity) silenceTimeoutDuration = 3 * time.Second // auto-stop after this much silence in free-talk -- Gitblit v1.9.3