Skip to content

Releases: BossKiller0/voxscribe

VoxScribe Windows v1.0.3

26 Jun 05:11

Choose a tag to compare

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

09 Jun 09:00
350fe74

Choose a tag to compare

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

07 Jun 06:32
e11aeb0

Choose a tag to compare

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

06 Jun 15:57

Choose a tag to compare

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

  1. Download VoiceFlow-Setup.exe
  2. Run installer
  3. Launch application
  4. 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.