From a7e6c19fc2b39f5cb8180fcff230ae285a82a3da Mon Sep 17 00:00:00 2001 From: hariel1985 Date: Tue, 3 Feb 2026 11:15:10 +0100 Subject: [PATCH] Update README with security and auto-detect features - Document clipboard security (cleared after paste) - Document original clipboard preservation - Add auto-detect language mention Co-Authored-By: Claude Opus 4.5 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 396e32a..c409a81 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ make install ### Settings Click the menu bar icon → Settings to configure: -- **Language**: 31 supported languages (dropdown) +- **Language**: Auto-detect or 31 supported languages - **Model**: Select from installed models or download new ones - **Sound feedback**: Toggle audio feedback on/off - **Launch at login**: Start automatically when you log in @@ -112,6 +112,8 @@ Grant these in System Settings → Privacy & Security: - All processing is done locally - no data leaves your device - Audio files are stored in private temp directory and deleted after transcription +- Clipboard is cleared after paste (transcript doesn't remain accessible) +- Original clipboard content is preserved and restored after paste - Input validation prevents command injection - No network access except for optional model downloads from Hugging Face