Skip to content

Commit 3e9e61a

Browse files
committed
feat: ✨ add translation, make download and read seperate action
1 parent ff1facb commit 3e9e61a

23 files changed

+1114
-353
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"Bash(pnpm test:*)",
77
"mcp__deepwiki__read_wiki_contents",
88
"mcp__deepwiki__ask_question",
9-
"Bash(cargo check:*)"
9+
"Bash(cargo check:*)",
10+
"Bash(find:*)"
1011
],
1112
"deny": []
1213
},

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ agent-reports
3636

3737
/release-*
3838

39-
notarized-build-*
39+
notarized-build-*
40+
41+
.claudedocs/

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ VoiceTypr is open source ai voice to text dictation tool, alternative to Wispr F
4949

5050
### Requirements
5151
- macOS 13.0 (Ventura) or later
52-
- 2GB free disk space (for AI models)
52+
- 3/4 GB free disk space (for AI models)
5353
- Microphone access permission
54+
- Accessibility access permission
5455

5556
### Quick Install
5657

0 commit comments

Comments
 (0)