From cfe4d647b4d7cc1ae41d7e193d45d546ae15b244 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Fri, 05 Jun 2026 02:18:56 +0800 Subject: [PATCH] Sign Mac App Store app identifier entitlement --- 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 e0f641f..05a781a 100755 --- a/privatevoice.src/app.go +++ b/privatevoice.src/app.go @@ -27,10 +27,10 @@ ) const ( - appVersion = "2.1.22" - appBuild = "20260603.1608" + appVersion = "2.1.28" + appBuild = "20260605.0216" 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