1.42.2
Thanks @jjgalvez for the issue which lead to these improvements: #240.
Fixed
- Spoken punctuation now handles recognizer-added punctuation correctly:
new line.→ newlinehello comma world→hello, worldhello period close paren→hello.)
- Preserves unrelated punctuation, repeated emphasis, and CJK punctuation.
- Capture requests remain injection-safe if the client disconnects during transcription.
Added
- New processing diagnostic:
hyprwhspr record capture --trace-processing-
Returns one JSON document containing raw and preprocessed text, active backend/model, recording boundaries, VAD classification, silence settings, and processing flags.
-
Trace mode uses the running daemon’s configuration and never runs hooks, appends spaces, saves transcripts, or injects text.
Full changelog: v1.42.1...v1.42.2