v1.1.0 — Dictation reliability fixes
Fixed
- Dictation state could get permanently stuck showing "recording" (mic icon, notch overlay) if starting the recognizer failed for any reason — the UI never reset, so it looked like it was listening while nothing was actually happening.
- Speech recognition defaulted to server-based (network) processing, which could silently fail to transcribe genuine, correctly-captured audio. Now uses on-device recognition when available, matching this package's on-device positioning.
- Added unified-logging diagnostics throughout the capture/recognition pipeline for real debuggability from Console.app /
log stream.
Full Changelog: v1.0.0...v1.1.0