diff --git a/README.md b/README.md index c409a81..2539216 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,11 @@ Models are stored in `~/.whisper-models/` ### Permissions Grant these in System Settings → Privacy & Security: -- **Microphone** - for recording -- **Accessibility** - for auto-paste + +| Permission | Why it's needed | +|------------|-----------------| +| **Microphone** | To record your voice for transcription | +| **Accessibility** | To simulate ⌘V keystroke and paste text into any app. macOS requires this permission for apps that send keyboard events to other applications. | > **Note**: After reinstalling or updating, you may need to remove and re-add the app in Accessibility settings. diff --git a/macos/Makefile b/macos/Makefile index 5c202ff..fd59737 100644 --- a/macos/Makefile +++ b/macos/Makefile @@ -2,7 +2,7 @@ APP_NAME = WhisperDictate APP_BUNDLE = $(APP_NAME).app -VERSION = 1.1.0 +VERSION = 1.2.0 # Directories SRC_DIR = src