From 86922b2d1782d890507101c6040b6e4f988b9e5d Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 03 Jun 2026 19:45:40 +0800
Subject: [PATCH] Add release manifest for 2.1.24 branding candidate

---
 Release/PrivateVoice-Dictation-2.1.24-build20260603.1934/SHA256SUMS.txt      |    1 
 Release/PrivateVoice-Dictation-2.1.24-build20260603.1934/RELEASE_MANIFEST.md |   63 +++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+), 0 deletions(-)

diff --git a/Release/PrivateVoice-Dictation-2.1.24-build20260603.1934/RELEASE_MANIFEST.md b/Release/PrivateVoice-Dictation-2.1.24-build20260603.1934/RELEASE_MANIFEST.md
new file mode 100644
index 0000000..7f4f4e6
--- /dev/null
+++ b/Release/PrivateVoice-Dictation-2.1.24-build20260603.1934/RELEASE_MANIFEST.md
@@ -0,0 +1,63 @@
+# Release Manifest: PrivateVoice Dictation 2.1.24 build 20260603.1934
+
+## Package Type
+
+- Type: user acceptance candidate
+- Platform: macOS arm64
+- Signing: local code signing identity, not notarized
+- Generated at: 2026-06-03T11:43:34Z
+- Operator: Codex
+
+## Source
+
+- Repository: `/Users/ar/Projects/VoiceSnap-2.1.1-Round5`
+- Branch: `codex/round5-qwen3-asr-chinese`
+- Commit: `024255c6a55c9f740ce740726616dc6ff4273b06`
+- Version: `2.1.24`
+- Build: `20260603.1934`
+- Tag: `v2.1.24-build20260603.1934`
+
+## Scope
+
+- App visible name changed from `PrivateVoice Input` to `PrivateVoice Dictation`.
+- macOS App bundle, DMG name, Info.plist, Wails build metadata, and user-visible UI strings now use `PrivateVoice Dictation`.
+- Settings sidebar brand area shows `PrivateVoice` with subtitle `Private. Offline.`.
+- User data directory intentionally remains `Application Support/PrivateVoice Input` to avoid disrupting history, models, permissions, and upgrade behavior.
+
+## Build Commands
+
+```bash
+npm run build
+go test ./... -count=1
+git diff --check
+./privatevoice.src/scripts/build-local-macos.sh arm64
+```
+
+## Verification
+
+- `npm run build`: PASS, with existing Svelte a11y warnings in `UpdateDialog.svelte` and `ToggleSwitch.svelte`.
+- `go test ./... -count=1`: PASS.
+- `git diff --check`: PASS.
+- `bash -n` on macOS build scripts: PASS.
+- `plutil -lint privatevoice.src/build/darwin/Info.plist`: PASS.
+- App code signature verification in build script: PASS.
+- DMG `hdiutil verify`: PASS.
+- DMG contents include `PrivateVoice Dictation.app` and `Applications -> /Applications`: PASS.
+- Copied release DMG SHA256 verification: PASS.
+
+## Artifact
+
+```text
+Release/PrivateVoice-Dictation-2.1.24-build20260603.1934/PrivateVoice Dictation-2.1.24-build20260603.1934-arm64-local.dmg
+```
+
+SHA256:
+
+```text
+1320583315f693553ba52e891e0f4cb66c02950eeab238fd9ec14179209bd7f1
+```
+
+## Known Notes
+
+- This is an Apple Silicon local QA build, not a notarized public release.
+- Build logs include the existing macOS deployment warning for `libonnxruntime.1.24.4.dylib`, which is built for macOS 14.0 while the app target remains macOS 11.0.
diff --git a/Release/PrivateVoice-Dictation-2.1.24-build20260603.1934/SHA256SUMS.txt b/Release/PrivateVoice-Dictation-2.1.24-build20260603.1934/SHA256SUMS.txt
new file mode 100644
index 0000000..5d6edd3
--- /dev/null
+++ b/Release/PrivateVoice-Dictation-2.1.24-build20260603.1934/SHA256SUMS.txt
@@ -0,0 +1 @@
+1320583315f693553ba52e891e0f4cb66c02950eeab238fd9ec14179209bd7f1  PrivateVoice Dictation-2.1.24-build20260603.1934-arm64-local.dmg

--
Gitblit v1.9.3