Skip to content

v1.3.2

Choose a tag to compare

@PerIPan PerIPan released this 11 Mar 10:52

What's New

New Logo

  • Waveform | terminal cursor design — works on dark, gray, and white backgrounds

Custom UI Controls

  • OWMenuPicker and OWCheckbox replace native AppKit controls for lighter gray appearance
  • Consistent styling across all dropdowns and checkboxes

Hands-Free Improvements

  • Silence progress bar in transcription overlay
  • Snappier waveform animation (faster attack/decay)
  • Fixed bargedIn flag not resetting in watchdog timeout and PTT-flush paths

Installation Hardening

  • Python version fallback chain (3.13 → 3.12 → 3.11)
  • spaCy installed via python -m spacy download instead of pinned wheel
  • Import smoke test before marking setup complete
  • All subprocess calls have timeouts (30-600s)
  • Server startup timeout increased to 300s for first-run model downloads

Other

  • "Whisper STT" → "Speech-to-Text", "Kokoro TTS" → "Text-to-Speech"
  • Lowercase messaging in automation/setup cards
  • Detail level change auto-applies voice tag
  • FastAPI lifespan replacing deprecated on_event
  • Build script: architecture detection for uv/jq binaries