Releases: karandeepbhardwaj/Yapper
Releases · karandeepbhardwaj/Yapper
v0.4.0
Yapper v0.4.0
Voice-to-text that transcribes on-device, refines with AI, and pastes at your cursor.
✨ New
- Dynamic model selection — pick the LLM in both VS Code and API Key modes
- Markdown in history — history cards render Markdown with expandable text
- Smarter refinement — improved prompts for error correction, spoken punctuation, and self-correction
- Help screen — in-app guides for Dictionary, Snippets, Refinement Style, and Code Mode
🐞 Fixes
- Fixed WebSocket bridge URL (missing trailing slash → 400 errors)
- Fixed silent refinement failures (proper error on Close frame)
- Fixed mic access persisting after exit (cleanup + PID tracking)
- Fixed recording animation getting stuck after first use
- Fixed WPM metrics calculation
📦 Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | Yapper_0.4.0_aarch64.dmg |
| macOS (Intel) | Yapper_0.4.0_x64.dmg |
| Windows (installer) | Yapper_0.4.0_x64-setup.exe |
| Windows (MSI) | Yapper_0.4.0_x64_en-US.msi |
| VS Code extension (optional) | yapper-bridge-0.4.0.vsix |
macOS is unsigned for now — after installing run:
xattr -cr /Applications/Yapper.app
Windows may show a SmartScreen prompt — click "More info" → "Run anyway". Signed builds are on the roadmap.
Full changelog: https://github.com/karandeepbhardwaj/Yapper/blob/main/CHANGELOG.md
v0.3.0
What's Changed
- feat: voice commands, dual AI provider, and UX overhaul by @karandeepbhardwaj in #1
New Contributors
- @karandeepbhardwaj made their first contribution in #1
Full Changelog: v0.2.2...v0.3.0
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Full Changelog: v0.0.10...v0.2.0
v0.0.10
Full Changelog: v0.0.9...v0.0.10
v0.0.9
Full Changelog: v0.0.8...v0.0.9
v0.0.7
Full Changelog: v0.0.6...v0.0.7
v0.0.5
Bug Fix
- Fix crash on launch: Panel repositioning was calling
setFrameOrigin:from a background thread, causingEXC_BREAKPOINT (SIGTRAP)with "Must only be used from the main thread". Now dispatched to main thread viarun_on_main_thread.
v0.0.4
v0.0.4 — Bug Fixes & Model Selection
Downloads
- Yapper_0.0.4_aarch64.dmg — macOS desktop app (Apple Silicon)
- yapper-bridge-0.0.4.vsix — VS Code extension
Fixed
- Category and title from Copilot refinement now persist to
history.json(were lost on app restart) - Pin status now persists across restarts via new
toggle_pin_itembackend command - VS Code extension now bundles
wsdependency correctly (was causing silent activation failure)
Added
- Configurable model selection via
yapper.modelFamilyVS Code setting (Settings > search "yapper") - Defaults to
gpt-4o-minifor fastest refinement - Options: gpt-4o-mini, gpt-4o, claude-3.5-sonnet, o3-mini, o4-mini