| New file |
| | |
| | | # 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. |