Commit graph

284 commits

Author SHA1 Message Date
CJ Pais
d3429f8bb0 clean out the cache on ci for whisper 2025-08-18 16:05:32 -07:00
CJ Pais
fd5f709912
Merge pull request #83 from cjpais/upgrade-whisper
Upgrade whisper-rs
2025-08-18 15:58:13 -07:00
CJ Pais
8bbcfc65fe
Merge branch 'main' into upgrade-whisper 2025-08-18 15:58:06 -07:00
CJ Pais
e1773655e5 simplified dependency cargo. 2025-08-18 15:57:07 -07:00
CJ Pais
ebb15898b3 Fix test build, potentially. 2025-08-18 15:08:04 -07:00
CJ Pais
6e6f475232 fix perms? 2025-08-18 14:26:25 -07:00
CJ Pais
93808dca97 migrate to unified ci? 2025-08-18 14:23:44 -07:00
CJ Pais
934edaa9e1 Maybe slightly better, no speech detection. 2025-08-18 13:54:55 -07:00
CJ Pais
bf35d88c03 upgrade whisper-rs (broken on macos) 2025-08-15 19:53:07 -07:00
CJ Pais
ea9213459a
add tauri pre-req in readme 2025-08-15 18:04:00 -07:00
CJ Pais
83f32ee09c
Merge pull request #80 from cjpais/tweak-correct-thresh
tweak default to 0.15
2025-08-15 12:12:13 -07:00
CJ Pais
d52df53343 tweak default to 0.15 2025-08-15 12:11:35 -07:00
CJ Pais
b074aad19a
Merge pull request #79 from cjpais/tweak-correct-thresh
new default correction threshold + debug menu
2025-08-15 12:09:30 -07:00
CJ Pais
87f97ab121 Correct wording. 2025-08-15 12:09:16 -07:00
CJ Pais
04b006d5b8 new default correction threshold + debug menu 2025-08-15 11:55:15 -07:00
CJ Pais
ded542fa98
Merge pull request #78 from braden-w/patch-1
fix: Discord in README
2025-08-14 20:27:31 -07:00
Braden Wong
d481000133
fix: Discord in README 2025-08-14 19:14:34 -04:00
CJ Pais
d4fce4ac9e
Update README.md 2025-08-14 09:51:26 -07:00
CJ Pais
0000072518 release 0.3.7 2025-08-11 15:46:34 -07:00
CJ Pais
e458e5e8d7
Merge pull request #75 from vladstudio/custom-words
Custom words
2025-08-11 15:45:41 -07:00
CJ Pais
174e7d4bbb remove visible for now 2025-08-11 15:44:19 -07:00
CJ Pais
1b6f95918d tweak min height for a single row of custom words by default. 2025-08-11 15:30:34 -07:00
CJ Pais
6be48caf82 slightly tweak styling 2025-08-11 15:28:26 -07:00
CJ Pais
c2b3815f56 'custom words' everywhere instead of 'correct words' 2025-08-11 15:19:48 -07:00
CJ Pais
a252655b2f reset icon color 2025-08-11 15:09:39 -07:00
CJ Pais
bc9617beb2 Use proper cursor for input 2025-08-11 09:32:36 -07:00
Vlad Gerasimov
e73eba7af0 during startup, if the dev server at localhost:1420 isn't running, you get a blank settings window 2025-08-09 09:16:35 +04:00
Vlad Gerasimov
24e0319256 fix(settings): handle default device labels and empty device lists 2025-08-09 08:21:43 +04:00
Vlad Gerasimov
46d28a0616 fix(settings): remove hardcoded Default option and add placeholder text 2025-08-09 08:10:18 +04:00
Vlad Gerasimov
1f96da9381 style(ui): unify components with shared Input/Button 2025-08-09 08:08:49 +04:00
Vlad Gerasimov
6f16fdf2f4 refactor(settings): wrap components in React.memo and improve ResetIcon 2025-08-09 07:52:28 +04:00
Vlad Gerasimov
f219bd14b6 refactor(settings): wrap CorrectWords with SettingContainer 2025-08-09 07:33:55 +04:00
Vlad Gerasimov
6404ce7487 refactor(transcription): optimize word correction performance 2025-08-08 19:25:21 +04:00
Vlad Gerasimov
ca00ddeb53 fix(ui): reduce window height and tighten layout spacing 2025-08-08 17:51:57 +04:00
Vlad Gerasimov
003bf23402 feat(transcription): add word correction with phonetic matching 2025-08-08 17:50:31 +04:00
CJ Pais
e8976c2047 Release v0.3.6 2025-08-07 18:01:34 -07:00
CJ Pais
46b97f16c8
Merge pull request #67 from vladstudio/tweak-colors
style(overlay): update recording overlay theme to pink palette
2025-08-07 18:00:16 -07:00
CJ Pais
62af7e8ed3 tweak position on windows 2025-08-07 17:27:17 -07:00
CJ Pais
0068b6bd9d different bottom and top overlay offsets 2025-08-07 17:10:18 -07:00
CJ Pais
b286a4118f tweak language slightly. 2025-08-07 17:03:25 -07:00
CJ Pais
c0fc1ba817 some cleanup 2025-08-07 16:53:07 -07:00
Vlad Gerasimov
091b392aa6 feat(overlay): replace show_overlay toggle with position selector 2025-08-06 07:52:09 +04:00
Vlad Gerasimov
53874110b1 style(overlay): update recording overlay design and positioning 2025-08-03 11:36:00 +04:00
Vlad Gerasimov
7357baf672 Merge branch 'main' into tweak-colors 2025-08-03 10:56:24 +04:00
CJ Pais
e41f9bf1aa remove openblas from linux for now 2025-08-02 20:44:09 -07:00
CJ Pais
0e73afb609 Release v0.3.5 2025-08-02 19:33:33 -07:00
CJ Pais
e0f0c2103a
Merge pull request #71 from cjpais/binding-handling
disallow invalid bindings from frontend
2025-08-02 19:32:58 -07:00
CJ Pais
09547c39b1 use super on windows for now 2025-08-02 19:29:05 -07:00
CJ Pais
3bd65da75a toast stuff? 2025-08-02 19:26:30 -07:00
CJ Pais
0e886d2239 add err logging 2025-08-02 19:16:01 -07:00