Skip to content

Releases: bokan/stt

v0.2.8

21 Jan 11:02
ba4df07

Choose a tag to compare

Fix

  • Include prompt_overlay and prompts_config modules in wheel build (fixes missing module error on pip install)

v0.2.7

21 Jan 11:00
b04d98e

Choose a tag to compare

What's New

  • Add prompt overlay for quick-paste prompts via right Option key
  • Add enter key support for prompts and improve worker reliability
  • Add recording archival and transcription retry logic
  • Capture MLX hang audio and add worker heartbeat
  • Use rolling window percentile for waveform amplitude normalization
  • UI improvements: spinner for initial loading, helpful hints

v0.2.6

15 Jan 09:29
3e7f32f

Choose a tag to compare

Improvements

  • Config hint on startup - Shows "Hint: Run stt --config to change settings" after startup
  • Better styling - Different grey shades for visual hierarchy

Install / Update

uv tool install git+https://github.com/bokan/stt.git

v0.2.5

15 Jan 09:23
a976f24

Choose a tag to compare

Improvements

  • Helpful slow-load hint - If loading takes more than 2 seconds, shows "first run may take ~30s" so users know to wait

Install / Update

uv tool install git+https://github.com/bokan/stt.git

v0.2.4

15 Jan 09:16
3184684

Choose a tag to compare

Improvements

  • Fancy spinner on startup - Initial "Loading..." now shows animated spinner

Install / Update

uv tool install git+https://github.com/bokan/stt.git

v0.2.3

15 Jan 09:14
9490853

Choose a tag to compare

Fixes

  • Fixed freeze after hero - is_available() check now runs inside spinner (it imports mlx_whisper which is slow)

Install / Update

uv tool install git+https://github.com/bokan/stt.git

v0.2.2

15 Jan 09:11
cac7205

Choose a tag to compare

Fixes

  • No more freeze after hero - Shows spinner during provider initialization (was blocking without feedback)

Install / Update

uv tool install git+https://github.com/bokan/stt.git

v0.2.1

15 Jan 09:08
b261b4d

Choose a tag to compare

Fixes

  • Loading feedback - Shows "Loading..." immediately during startup, animated spinner during model load
  • Terminal detection - Fixed detection under tmux (uses frontmost app instead of stale env vars)
  • Cleaner output - Suppressed benign semaphore warning on exit

Install / Update

uv tool install git+https://github.com/bokan/stt.git

v0.2.0

15 Jan 08:57
8501fc4

Choose a tag to compare

What's New

  • Rich onboarding UI - New first-run setup wizard with model selection, download progress bars, and provider configuration
  • Cleaner console output - Minimal, consistent styling with green checkmarks and no emoji clutter
  • Better permission errors - Detects your terminal app name (works through tmux) and shows exactly what to grant permissions to
  • Model info - Shows model size and estimated download time during setup

Install / Update

uv tool install git+https://github.com/bokan/stt.git