What's New
Pipeline Reliability
- Added retry logic with exponential backoff to all STT providers (Whisper, Groq, Deepgram, AssemblyAI, SiliconFlow, GLM-ASR) and LLM providers (OpenAI, Cloud)
- Structured error codes with i18n-translated user-facing messages
- Full output fallback chain: keyboard → clipboard → history save with notifications
Platform Compatibility
- Linux: NVIDIA + Wayland DMA-BUF crash workaround
- Linux: Keyboard output detection (Wayland/xdotool) with user guidance
- macOS: Capsule indicator visible on fullscreen workspaces
Installation Guide
- Added platform-specific installation notes to README (Windows SmartScreen, macOS Gatekeeper, Linux)
Code Architecture
- Extracted monolithic
lib.rs(1339→~300 lines) into focused modules:commands/,tray.rs,hotkey.rs - Unified
AppErrortype system with retryability and i18n error codes - Single source of truth for STT provider configuration
See the assets below to download and install.