Every release since the first public build. No marketing fluff — just what changed.
The biggest visual overhaul yet. Every overlay is now voice-reactive and sized to the compact 180×42 footprint — no more giant pill blocking half your screen.
Audit pass: we found 17 settings that looked functional but were cosmetic only. All of them are now wired to real app behavior.
k8s → Kubernetes)Paravoice now walks new users through setup on first launch, and can auto-start when you log into your Mac.
SMAppService.mainAppEvery transcript is now saved locally and searchable from the menu bar dropdown.
~/Library/Application Support/Paravoice/@Query not refreshing when new transcripts are saved (moved ModelContainer to hosting level)Canned stub text is gone. Paravoice now transcribes your voice for real, locally, via WhisperKit.
modelFolder misuse — it's for pre-downloaded models, not a download destinationParavoice now records actual microphone audio and writes it to a Whisper-ready 16 kHz mono PCM WAV file.
commonFormat)RecordingSession: @unchecked SendableThe core "hold to dictate" gesture works. Push-to-talk activates from any app and text pastes at the cursor.
@preconcurrency import to work around Swift 6 kAXTrustedCheckOptionPrompt isolation error)deinit crash on Swift 6 — @MainActor properties aren't accessible from deinit (resolved with nonisolated(unsafe))Initial SwiftUI scaffold with menu bar, recording overlay, settings, onboarding, and history views. No transcription yet — just the shell.