Skip to content

Releases: karandeepbhardwaj/Yapper

v0.4.0

31 Mar 05:02

Choose a tag to compare

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

30 Mar 16:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

29 Mar 19:21

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

29 Mar 18:18

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

29 Mar 02:16

Choose a tag to compare

Full Changelog: v0.0.10...v0.2.0

v0.0.10

25 Mar 19:31

Choose a tag to compare

Full Changelog: v0.0.9...v0.0.10

v0.0.9

25 Mar 02:51

Choose a tag to compare

Full Changelog: v0.0.8...v0.0.9

v0.0.7

25 Mar 01:24

Choose a tag to compare

Full Changelog: v0.0.6...v0.0.7

v0.0.5

23 Mar 14:24

Choose a tag to compare

Bug Fix

  • Fix crash on launch: Panel repositioning was calling setFrameOrigin: from a background thread, causing EXC_BREAKPOINT (SIGTRAP) with "Must only be used from the main thread". Now dispatched to main thread via run_on_main_thread.

v0.0.4

22 Mar 18:32

Choose a tag to compare

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_item backend command
  • VS Code extension now bundles ws dependency correctly (was causing silent activation failure)

Added

  • Configurable model selection via yapper.modelFamily VS Code setting (Settings > search "yapper")
  • Defaults to gpt-4o-mini for fastest refinement
  • Options: gpt-4o-mini, gpt-4o, claude-3.5-sonnet, o3-mini, o4-mini