Releases: BossKiller0/voxscribe
VoxScribe Windows v1.0.3
What's Changed
- feat: initialize Electron main process and DatabaseService for persis… by @BossKiller0 in #4
Full Changelog: v1.0.2...1.0.3
VoxScribe Windows v1.0.2
What's Changed
- feat: initialize graphify analysis output and AST cache structure by @BossKiller0 in #2
- feat: implement system tray integration, audio recording hook, and co… by @BossKiller0 in #3
Full Changelog: V1.01...v1.0.2
VoxScribe Windows v1.0.1
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.
VoxScribe Windows v1.0.0
VoxScribe Windows v1.0.0
Initial public release.
Features
- Global hotkey voice recording
- Speech-to-text transcription
- AI cleanup support
- Windows desktop application
- Fast text insertion into any application
Installation
- Download VoiceFlow-Setup.exe
- Run installer
- Launch application
- Add Grog API Key When Prompted
Known Limitations
- Windows only
- Internet connection required for AI processing
Feedback
Please open a GitHub Issue for bugs or feature requests.