Dict
Features
Config
Changelog
Roadmap
Download
Back to home
Changelog
What's new, what's fixed, what's broken differently now.
v0.3.3
Latest
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