From 8e1c7bd81355611c2efa32e869a37086247c0756 Mon Sep 17 00:00:00 2001 From: hariel1985 Date: Sun, 8 Feb 2026 17:08:02 +0100 Subject: [PATCH] Release v1.2.0 - Explain Accessibility permission in README - Bump version to 1.2.0 Co-Authored-By: Claude Opus 4.5 --- README.md | 7 +++++-- macos/Makefile | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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