Skip to content

v11.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 15:49
· 36 commits to main since this release

Diction App

  • Everything that cleans up and reshapes your words now lives in one place: Writing Tools. Turn each cleanup on or off individually, and choose whether it runs in the cloud or right on your iPhone.
  • Tones are back.
  • Started a recording by accident? You can now abandon it without losing the audio. It goes to History under "Not processed," where you can still turn it into text later. Kept for 7 days.
  • Cleaner transcripts everywhere. Filler words and accidental repetitions are stripped out before you ever see the text.
  • Numbers, dates, and times come out properly formatted when you dictate in English on your device.
  • My Words now works with on-device dictation too, so your names and jargon land right whether you're online or not.
  • Fixed a run of first-launch problems: a setup crash, a screen that could get stuck, and a frozen waveform on a fresh install.
  • Themed keyboards now behave correctly in apps that force light or dark mode, and edit mode no longer looks like it's recording.
  • Self-hosted servers fall back gracefully instead of hammering a dead connection, and a self-hosted hiccup no longer knocks out your cloud access.
  • The keyboard holds up better when you're switching between apps a lot, and you'll get a warning before a model download if your device is nearly full.
  • Various polish across the keyboard, settings, and History.

Gateway

  • Self-hosted transcripts now get the same deterministic filler-word and repeated-word cleanup as the cloud tiers, applied before any LLM step so it works with no model configured.
  • Backend health checks now run concurrently instead of serially, so one slow or unreachable backend no longer stalls the whole health poll.
  • Client disconnects during transcription are now handled distinctly from real backend failures, avoiding unnecessary backend health demotion and fallback retries.