CJ Pais
1fd08082e4
move app data dir to about instead of debug
2025-10-28 17:53:43 -07:00
Maicon Moreira
7c04ee85a7
feat: add “mute while recording” setting ( #257 )
...
* feat: mute while recording
* refactor: move MuteWhileRecording from AdvancedSettings to DebugSettings
2025-10-28 17:49:33 -07:00
CJ Pais
db00ff240f
Add Setting to Copy to Clipboard ( #220 )
...
* update transcribe-rs
* add copy to clipboard feat
2025-10-17 16:25:35 -07:00
Jackson
a286fe5143
Add custom sound and control notif volume ( #214 )
...
* Add custom sound and control notif volume
* Modularize the picker and slider, consolidate the playback and loading
* Move custom sounds to advanced
* pairs of audio
* custom sound handling
---------
Co-authored-by: CJ Pais <cj@cjpais.com>
2025-10-16 09:08:27 -07:00
CJ Pais
d15fabf887
move always on mic to debug settings. really not for mainstream users.
2025-10-09 10:58:12 -07:00
Gr3mIin
aed3a75d54
feat(settings): add autostart toggle in advanced settings ( #177 )
...
* feat(settings): add autostart toggle in advanced settings
Enable users to configure autostart behavior through a new toggle in the advanced settings UI. The backend now checks user preferences on startup to enable or disable autostart accordingly, with the setting persisted and manageable via a new Tauri command. This provides better control over app initialization without affecting existing functionality.
* immediate toggle effect?
---------
Co-authored-by: CJ Pais <cj@cjpais.com>
2025-10-09 10:47:51 -07:00
CJ Pais
f165b40a60
add source code link in about
2025-10-08 17:23:38 -07:00
CJ Pais
25be30dd7d
move paste method to debug
2025-10-08 16:53:05 -07:00
CJ Pais
1f0332941b
better disabled states for parakeet
2025-10-08 16:52:50 -07:00
becker
d0e6a17c17
Add history limit setting ( #150 )
...
* Add history limit setting
Dearest Reviewer,
I have added a history limit setting. The limit change is applied instantly.
If the limit is 0 then no recordings are saved.
Becker
* remove extra save
save happens on exit
* move to debug menu
* use the text color
---------
Co-authored-by: CJ Pais <cj@cjpais.com>
2025-10-08 13:01:09 -07:00
CJ Pais
1432bac30f
add support for changing paste method ( #187 )
...
* add support for changing paste method
* rename/refactor of methods
2025-10-08 12:32:04 -07:00
Han Pham
9185b3db08
feat: delete a single audio entry ( #119 )
...
* feat: delete a single audio entry
* fix(HistorySetting): remove unnecessary loading state
2025-09-19 12:30:50 -07:00
CJ Pais
45a473dc9f
Parakeet V3 ( #111 )
...
* wip: model manager support for parakeet
* working parakeet??git status
* Update LanguageSelector.tsx
* Use the published version of the crate.
* move word correction into audio toolkit
2025-09-09 18:33:57 -07:00
Dylan
b82b3b2f20
Added "Start Hidden" ( #105 )
...
* Added "Start Hidden"
* revert visible option in tauri conf
---------
Co-authored-by: CJ Pais <cj@cjpais.com>
2025-09-06 14:07:33 -07:00
CJ Pais
7638f6b827
basic working history ( #104 )
2025-09-05 16:25:38 -07:00
CJ Pais
d6684ccb21
UI v2 ( #103 )
...
* wip ui
* pretty much fully new settings page
* proper dark/light mode
* slight style tweak for sidebar
* add about
2025-09-05 12:56:55 -07:00
CJ Pais
ae5f640da5
Add VRAM Inactivity Timer ( #101 )
...
* init vram unload
* logging
* add immediate unloading
* thread fixes
2025-09-03 19:00:36 -07:00
CJ Pais
5296738bac
tweak thresh
2025-08-19 18:54:00 -07:00
CJ Pais
d52df53343
tweak default to 0.15
2025-08-15 12:11:35 -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
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
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
003bf23402
feat(transcription): add word correction with phonetic matching
2025-08-08 17:50:31 +04: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
CJ Pais
3bd65da75a
toast stuff?
2025-08-02 19:26:30 -07:00
CJ Pais
32a630cc52
potentially fix cross-platform keybinding handling Naming at the very
...
least.
2025-08-02 19:03:56 -07:00
CJ Pais
98eb336ab0
disallow invalid bindings from frontend
2025-08-02 18:43:59 -07:00
CJ Pais
1ce954d02f
add a very simple debug mode toggle
2025-08-01 18:16:51 -07:00
CJ Pais
dd957a894d
add setting to enable or disable showing the overlay
2025-08-01 14:29:02 -07:00
CJ Pais
d52018aa79
minor tweaks
2025-07-28 12:26:26 -07:00
Václav Škorpil
b767eca6fb
Add language select to settings
2025-07-28 19:52:37 +02:00
CJ Pais
21e96083df
add ui toggle back
2025-07-11 18:19:26 -07:00
CJ Pais
d8927f1289
refactor settings into a hook.
2025-07-11 17:12:42 -07:00
CJ Pais
c23befd98a
big refactor of settings + switch audio devices
2025-07-10 21:10:46 -07:00
CJ Pais
c99fe1d450
Fix the keycode bug.
2025-07-03 14:26:02 -07:00
CJ Pais
528bfc24e1
Different start and stop sounds.
2025-06-27 12:54:34 -07:00
CJ Pais
ab79f77747
sample rec sound
2025-06-27 12:54:29 -07:00
CJ Pais
cc4b057993
basically label option nicely on macOS as well as fix command not being sent properly.
2025-05-15 13:42:31 -07:00
CJ Pais
cff0969b36
add Jon's feature.
2025-05-12 14:09:47 -07:00
CJ Pais
d4ac035b65
clean up the accessibility panel.
2025-05-12 10:15:32 -07:00
CJ Pais
a4e28be56e
add reset button
2025-05-12 09:05:53 -07:00