Skip to content

VoxScribe Windows v1.0.1

Choose a tag to compare

@BossKiller0 BossKiller0 released this 07 Jun 06:32
· 8 commits to main since this release
e11aeb0

Release Notes: v1.0.1
πŸš€ What's New
πŸ”‡ Smart Silence & Microphone Error Handling
Transcription Hallucination Prevention: The app now monitors real-time audio input levels. If you record complete silence (e.g., if your microphone is physically muted, disconnected, or has OS permissions blocked), VoxScribe will automatically bypass the Groq Whisper transcription API. This prevents common Whisper API hallucinations (such as inserting "Thank you.") from being typed into your active window.
Instant UI Error Feedback: The recording widget will immediately display a "Mic is not working" warning and turn to the error state when silence or a disconnected mic is detected.
πŸ› οΈ Enhancements & Bug Fixes
UI & Layout Fixes: Fixed several minor visual bugs on the recording overlay, including text clipping on error state notices.
Recording Lock Prevention: Solved an issue where the global recording state could lock up if hotkeys were released without active window focus.
Repository Readiness:
Added the official MIT License.
Updated README.md features overview.
Verified all automated tests and typechecks build cleanly.