Releases: Netropolitan/Terminal-Talk
Releases · Netropolitan/Terminal-Talk
1.1.4
- Icon not changing - TrayTip() was being called right after TraySetIcon(), which causes Windows to reset the tray icon back to the embedded default. Reordered so TrayTip fires first, then SetRecording() sets the icon after.
- "Not recording" -> "Recording stopped" - Changed the message in audio.ahk:97.
1.1.3
Tray recording mode - Left-click the system tray icon to start recording, then press any key to stop. Your transcription is automatically copied to the clipboard, making it easy to paste anywhere without needing hotkeys. The tray menu has been streamlined to Record,
Settings, and Exit, and all recording modes now show a notification when recording begins. Also fixed the quick STT hint to display your actual assigned hotkey instead of the default.
1.1.2
Added more explanatory text to clarify how the features work and updated the icons.
1.1.1
Fixed
- SAPI "Test Voice" button produced no audio due to COM object being garbage collected before async playback finished
- The control is destroyed" error when reopening Settings from system tray (stale WhisperControls references not cleared between window sessions)
1.1.0
First release