1.0.32
2026-06-07 to 2026-06-08
- Typing in Settings (especially text replacements) is responsive again. Two event-listener bugs in the main window had been making the app progressively unresponsive during normal use: editing Settings was doing about 30 IPC round-trips per keystroke and leaking one Tauri listener per character. After a minute of editing, macOS would beachball and the wall-clock between finishing a transcription and seeing the paste would stretch to over 10 seconds.
- Recording to paste timing is back to sub-second. The same bug delayed the JS thread receiving the result; with it fixed, the paste fires immediately after the backend reports the transcription is done.
1.0.31
2026-06-06 to 2026-06-07
- Cmd+F search in the Transcription Clipboard popup now targets the right entry for every action. Previously, when a search was active, pressing Enter would paste a different entry than the highlighted one, and pressing Tab opened the action menu for the wrong entry (often a failed recording's retry/delete menu instead of the selected entry's translate/restyle menu).
- Translations and restyles of matched entries stay visible in search results. If you search "agent" and translate the match to Chinese, the new translation appears in the filtered list and the selection lands on it -- previously the translation was excluded because its text was in another language.
- The search field is now hidden by default and slides in when you press Cmd+F. If you close the popup mid-search, reopening preserves your query and shows the field so the active filter is visible. Esc clears the query; Esc again slides the field out; Esc once more closes the popup.
- Opening the clipboard popup no longer occasionally lands focus in the search field. The list is always focused on open, so arrow keys work immediately.
1.0.30
2026-05-31 to 2026-06-06
- Search the Transcription Clipboard popup with Cmd+F. Type to filter the list; arrow keys navigate the filtered results, Enter pastes, Escape clears the search.
- Cloud transcribe + paste is noticeably faster: the HTTP connection to the cloud is now reused across calls (saves ~100 ms per request), and the paste fires immediately when the result lands instead of waiting for the history write to finish (saves another 100-300 ms on large databases).
- Dictionary words are now actually applied for Local Whisper (own-keys mode); previously the dictionary was silently dropped despite the Settings UI implying otherwise. The dictionary string is also cleaned up before being sent so duplicates and empty entries don't waste slots on providers that have keyterm caps.
- The Transcription Clipboard popup no longer dims or loses keyboard focus after about a second. It stays solid the entire time it's open and arrow keys + click selection work reliably.
- Clicking the small X badge on the recording indicator now also resets the Record tab's waveform animation (it used to keep animating until you pressed a hotkey or moved on).
- Visual polish to the small X cancel badge at the corner of the recording / transcribing indicators.
1.0.29
2026-05-31 to 2026-06-06
- Search the Transcription Clipboard popup with Cmd+F. Type to filter the list; arrow keys navigate the filtered results, Enter pastes, Escape clears the search.
- Cloud transcribe + paste is noticeably faster: the HTTP connection to the cloud is now reused across calls (saves ~100 ms per request), and the paste fires immediately when the result lands instead of waiting for the history write to finish (saves another 100-300 ms on large databases).
- Dictionary words are now actually applied for Local Whisper (own-keys mode); previously the dictionary was silently dropped despite the Settings UI implying otherwise. The dictionary string is also cleaned up before being sent so duplicates and empty entries don't waste slots on providers that have keyterm caps.
- The Transcription Clipboard popup no longer dims or loses keyboard focus after about a second. It stays solid the entire time it's open and arrow keys + click selection work reliably.
- Clicking the small X badge on the recording indicator now also resets the Record tab's waveform animation (it used to keep animating until you pressed a hotkey or moved on).
- Visual polish to the small X cancel badge at the corner of the recording / transcribing indicators.
1.0.28
2026-05-14 to 2026-05-31
- Cancel button on the recording and transcribing indicators. Click the small X badge at the top-right corner of the indicator to stop. Escape still works as before.
- Automatic retry on transient transcription failures, with clear "Error, retrying..." feedback and a short error beep. Network blips no longer require manual retrying.
- In the clipboard history popup, pressing Enter on a failed transcription now retries it instead of pasting "Transcription failed".
- Settings > Advanced > Support Info (hold Option) shows the Build Environment and Cloud URL the app is talking to.
- Various fixes to the checkout flow and the upload-method history field.
If you have been signed in with a staging account, you will be signed out automatically on first launch. Sign back in with your credentials. Your settings and transcription history are preserved.