Release v1.2.0
- Explain Accessibility permission in README - Bump version to 1.2.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -103,8 +103,11 @@ Models are stored in `~/.whisper-models/`
|
|||||||
### Permissions
|
### Permissions
|
||||||
|
|
||||||
Grant these in System Settings → Privacy & Security:
|
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.
|
> **Note**: After reinstalling or updating, you may need to remove and re-add the app in Accessibility settings.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
APP_NAME = WhisperDictate
|
APP_NAME = WhisperDictate
|
||||||
APP_BUNDLE = $(APP_NAME).app
|
APP_BUNDLE = $(APP_NAME).app
|
||||||
VERSION = 1.1.0
|
VERSION = 1.2.0
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
SRC_DIR = src
|
SRC_DIR = src
|
||||||
|
|||||||
Reference in New Issue
Block a user