405 Commits

Author SHA1 Message Date
Beingpax
2f92a632a9 Added Mistral Mini Cloud Model 2025-07-17 17:26:44 +05:45
Beingpax
ffca148417 Fix issues with long transcription preview in history view 2025-07-17 15:58:22 +05:45
Beingpax
d72ef7c1d3 Refactor recorder components 2025-07-17 12:22:13 +05:45
Beingpax
077fe10ab2 Improved picker in onboarding 2025-07-16 20:44:51 +05:45
Beingpax
f6bf444cd9 Added docs link 2025-07-15 18:34:46 +05:45
Beingpax
b405fee0b8 Add Llama 4 model to Groq provider 2025-07-14 23:18:14 +05:45
Beingpax
2bd2c96be2 Remove enhancement opacity, update Gemini models, add AI reasoning filter 2025-07-14 22:55:42 +05:45
Beingpax
d08cac5a3a Move hotkey monitoring to HotkeyManager init 2025-07-14 22:33:45 +05:45
Beingpax
7986f4411d increase-hotkey-press-threshold 2025-07-14 18:03:20 +05:45
Beingpax
d680ef843e Whisper parameters updated 2025-07-13 11:12:16 +05:45
Beingpax
9016f885f4 Improve recording failure handling 2025-07-13 10:39:54 +05:45
Prakash Joshi Pax
e785963d26
Update appcast.xml 2025-07-11 20:00:13 +05:45
Prakash Joshi Pax
3c1aa07911
Update appcast.xml 2025-07-11 19:57:28 +05:45
Prakash Joshi Pax
d77c19a84e
Update appcast.xml 2025-07-11 19:54:05 +05:45
Beingpax
9968ac3dcc Add sysmte info in analysis view 2025-07-11 19:11:34 +05:45
Beingpax
62c421c0df Fix: Restore transcription failed notification 2025-07-11 09:15:01 +05:45
Beingpax
57f47af062 Add busy state for robust recorder cleanup 2025-07-11 09:05:51 +05:45
Beingpax
720d6ae8c8 Clean up cancel recording shortcut code 2025-07-11 08:47:08 +05:45
Prakash Joshi Pax
c2d997ee0d
Merge pull request #169 from ugolafosse/feature/clean-cancel-recording-shortcut
Add customizable cancel recording shortcut
2025-07-11 08:12:10 +05:45
Ugo Lafosse
1e4575b0e3 Remove .claude config file from tracking 2025-07-11 03:16:39 +02:00
Ugo Lafosse
f2e032693d Log cleanup 2025-07-11 02:51:40 +02:00
Ugo Lafosse
00942c4e6c Add customizable cancel recording shortcut feature
- Add cancelRecorder KeyboardShortcut name extension
- Implement mutually exclusive behavior: double-tap Escape OR custom shortcut
- Add toggle UI in Settings with progressive disclosure
- Fix double-tap escape bug by setting handlers once in init()
- Handlers check internally for mutually exclusive behavior
- Only manage shortcut bindings, never remove handlers
2025-07-11 02:43:22 +02:00
Beingpax
7141a3daf4 Bundle VAD model locally with toggle 2025-07-10 08:16:22 +05:45
Beingpax
516309cb35 Refactor to state machine for recording states & whisperstate file 2025-07-09 16:27:23 +05:45
Beingpax
28dbe5a2f6 Fix: Cloud transcription errors 2025-07-09 10:20:02 +05:45
Beingpax
0ad5b20068 Fix: Remove compiler checks for SpeechAnalyzer API 2025-07-09 08:59:49 +05:45
Beingpax
f0a3383139 Fix: Revert async transcription to fix whisper failures 2025-07-09 08:45:56 +05:45
Beingpax
10a758e926 Better Paste operation 2025-07-08 23:34:41 +05:45
Beingpax
dbe1b913e0 Improve recorder UI state and logic 2025-07-08 22:59:30 +05:45
Beingpax
c6d31a2e0a Remove unused recorder delegates 2025-07-08 22:38:12 +05:45
Beingpax
39caefe500 Fix: Remove delays causing UI jitter 2025-07-08 22:25:37 +05:45
Beingpax
2838e6b5d4 Improve transcription failure error handling. 2025-07-08 14:00:09 +05:45
Beingpax
504b8f7261 added cancellation checks during transcription 2025-07-08 12:53:21 +05:45
Beingpax
fbae99bb27 refactor: Relocate text formatting toggle and rename ModelSettingsView 2025-07-08 12:41:59 +05:45
Beingpax
2c34225c88 feat: Make LibWhisper more robust with refined parameters 2025-07-08 12:32:01 +05:45
Beingpax
fe19b60747 Redesign AI model management with modern filter UI 2025-07-08 07:59:38 +05:45
Beingpax
a519934232 Sub folder creation 2025-07-07 21:39:14 +05:45
Beingpax
8f7411d377 Remove fallback window functionality references 2025-07-07 21:36:31 +05:45
Beingpax
269d855981 Add performance benchmark analysis feature 2025-07-04 22:37:22 +05:45
Prakash Joshi Pax
3153424c1b
Merge pull request #164 from slumdev88/file-drop
Fix: file drop
2025-07-04 20:22:56 +05:45
Beingpax
7bd2b29d16 Add time logging in history 2025-07-04 20:15:58 +05:45
slumdev88
6a4ccb0db3 Fix drag and drop functionality for audio files
Improvements made:
- Expand drop target to entire view area for better UX
- Add support for multiple UTTypes (.fileURL, .data, .audio, .movie)
- Improve file validation with both extension and UTType checking
- Add security scoped resource handling
- Enhanced error logging for debugging
- Support more audio formats (AAC, FLAC, CAF)

This resolves issues where dragging files from desktop/Finder would not work while manual file selection did.
2025-07-04 21:59:02 +08:00
slumdev88
78dcc0dfa4 Fix SpeechTranscriber API compatibility with older Xcode versions
Add conditional compilation directives to wrap SpeechTranscriber usage which is only available in macOS 26/Xcode 16+. This prevents build failures on current Xcode versions while maintaining future compatibility.
2025-07-04 21:55:09 +08:00
Beingpax
0faffa0155 Added auto-text formatting toggle 2025-07-04 16:11:52 +05:45
Prakash Joshi Pax
030bda07da
Update appcast.xml 2025-07-04 05:57:50 +05:45
Beingpax
fa3ab158d8 Add VAD loggig 2025-07-04 05:44:54 +05:45
Beingpax
4a83c5400e Fix for paste fail window messsing with Paste operation 2025-07-04 05:38:47 +05:45
Beingpax
7c4e510b84 Improve timestamp display format 2025-07-03 20:33:04 +05:45
Prakash Joshi Pax
047e7b8245
Update appcast.xml 2025-07-03 16:49:40 +05:45
Beingpax
3f72774433 Remove automatic prompt switching for selected text 2025-07-02 20:45:01 +05:45