What's fixed
- Windows: fixed Ctrl+Win pure-modifier global hotkey capture/registration while preserving normal Tauri shortcuts.
- macOS: hardened selected-text capture and keyboard injection paths, including accessibility checks and main-thread fallback.
- macOS: restored transparent capsule styling for the floating overlay.
- Linux: added Wayland/xdotool fallback behavior and a NVIDIA Wayland WebKit DMA-BUF guard.
- STT: moved Deepgram batch transcription to bounded REST upload with WAV framing and retry handling.
- Security/CI: removed unused SQL plugin capability, updated vulnerable dependencies, and kept npm/cargo audit enforced.
- Frontend/i18n: aligned settings tests, typos, and formatting with the v0.1.27 i18n baseline.
Verification
- Fork PR CI passed on toverwu-qaq#1: frontend, Rust fmt/clippy/test on Windows/macOS/Linux, audit, Typos, and CodeQL.
- Release artifacts were built by toverwu-qaq Release workflow run 26731774908 and verified locally before upload.
- Source commit: a0fb319.