Back to home

Changelog

What's new, what's fixed, what's broken differently now.

v0.8.4

Latest

June 2026

✨ New Features

  • Friendlier onboarding. A warmer opener and a "Make it yours" step to set your language and tone before you start.
  • Quicker setup. Momentum-style steps so first run feels like a minute, not a form.

v0.8.3

June 2026

🔧 Improvements

  • Smarter cleanup. Collapses stutters, repeats, and false starts, and drops tics like "I don't know" when they add nothing.
  • Tidier history and account. The Dict Cloud badge shows on short entries with a clearer tooltip, and the usage view now shows how much you've used.

🐛 Bug Fixes

  • No more stray transcriptions. If your hotkey is a single modifier, pressing another key (like Option+Arrow) now cancels the recording instead of dictating.

v0.8.2

June 2026

🔧 Improvements

  • Cleaner LLM picker. Dict Cloud only shows as an option when you're signed in and it's enabled for your account.
  • Live usage. Your daily usage updates on the Account page as you go.

v0.8.1

June 2026

🔧 Improvements

  • Updates itself now. This is the first build that pulls future versions over the air. You install it once and forget about it.
  • Windows updates too. Fixed the Windows entry in the update manifest so it stops getting left out.

v0.8.0

June 2026

✨ New Features

  • Over-the-air updates. Dict checks for new versions and updates in place. No more re-downloading.
  • Dict Cloud. Optional managed cleanup with accounts and plans, for when you do not want to run a model yourself. Off by default.
  • Linux and Windows builds. Signed installers for all three platforms, straight from CI.
  • Copy fallback. When Dict cannot paste into an app, it hands you the text in a quick popup instead of losing it.

v0.6.0

April 2026

✨ New Features

  • Whisper model manager. Download and switch models from inside the app. No more hunting for files.
  • Configurable hotkey. Set any shortcut you want instead of the default.
  • Preferences overhaul. Cleaner sidebar, more breathing room, less clutter.

v0.5.0

March 2026

⚡ Changes

  • Whisper is the only engine now. Apple Speech is gone. Same privacy, and it works the same on every platform.
  • In-app editors. Edit history, dictionary, snippets, and voice commands without touching a config file.
  • Privacy mode. Skip cloud LLMs and stop saving history with one toggle.
  • 15-second cap. Recordings stop at 15 seconds to keep things snappy.

v0.4.0

March 2026

✨ New Features

  • Rebuilt on Tauri 2.0 and Rust. One codebase, ready for three platforms, lighter than the old build.
  • Cross-platform groundwork. The plumbing for Linux and Windows lands here.

v0.3.3

February 2026

🐛 Bug Fixes

  • Fixed dropped transcriptions: No longer preempts final result with empty delivery. Your words actually make it to the screen now.
  • Error handler cleanup: Better error handling that doesn't leave things in a weird state.

🔧 Improvements

  • Accessibility permission required: Now properly requests Accessibility access for reliable text injection.
  • Whisper setup guide: Added documentation for setting up local Whisper.

v0.3.2

February 2026

✨ New Features

  • DictCore library: Extracted core functionality into a reusable library.
  • Test infrastructure: Added testing framework for better reliability.

🐛 Bug Fixes

  • Push-to-talk fix: Resolved issues with push-to-talk mode.

🔧 Improvements

  • Signed DMG: DMG is now properly signed for smoother installation.

v0.3.1

February 2026

🔧 Improvements

  • Branded DMG: Custom installer with Gatekeeper fix script.
  • Notarization support: App is now notarized by Apple for smoother first launch.

v0.3.0

February 2026

✨ New Features

  • Voice Commands: Map spoken phrases to keyboard shortcuts. Say "take a screenshot" to trigger ⌘⇧3.
  • Branded DMG Installer: Custom DMG with gradient background and drag-to-install arrow. Looks pretty now.
  • Modern Preferences: Redesigned preferences window with sidebar navigation.
  • Update Checker: Automatically checks for new versions on launch.

🔧 Improvements

  • Improved text injection reliability across more apps
  • Better LLM processing with refined prompts
  • Overlay enhancements and smoother animations

v0.2.0

February 2026

✨ New Features

  • LM Studio Support: Added LM Studio as a separate LLM provider alongside Ollama.
  • Flow Mode: Auto-press Return after pasting. Perfect for chat apps and terminals.
  • Overlay Position: Choose between top or bottom screen position for the recording pill.
  • Code Signing: Proper code signing for persistent permissions across updates.

🔧 Improvements

  • Redesigned recording overlay: dark pill with white dot-level indicators
  • Processing animation stays visible during STT/LLM processing
  • Lock endpoint/API key fields based on provider selection

🐛 Bug Fixes

  • Fixed pill staying open on empty transcription or STT errors

v0.1.0

February 2026

🎉 Initial Release

  • macOS menu-bar app that converts voice to text via global hotkey (⌥Space)
  • Two STT backends: Apple Speech Recognition and Whisper (via whisper-cpp)
  • Optional LLM post-processing with Ollama support
  • Push-to-talk and toggle hotkey modes
  • Voice snippets for text expansion
  • Custom dictionary for proper noun corrections
  • Privacy-first: runs 100% locally, no cloud required
  • Native Swift app, no external dependencies