Commit graph

176 commits

Author SHA1 Message Date
CJ Pais
18786b6f9b minor tweak to call 2025-07-28 08:44:55 -07:00
Vlad Gerasimov
1c61d3b6b1 fix(tray): set icon as template after build 2025-07-28 18:59:11 +04:00
Vlad Gerasimov
609fc7667b fix(tray): mark tray icons as template for macOS 2025-07-28 18:53:25 +04:00
CJ Pais
e92f94573e
Merge pull request #45 from vladstudio/main
Update README.md
2025-07-26 11:43:24 -07:00
CJ Pais
d1755242be Release 0.3.1 2025-07-26 11:42:45 -07:00
Vlad Gerasimov
2bb2a5923a
Update README.md 2025-07-26 22:24:29 +04:00
CJ Pais
a947cc5662
Merge pull request #44 from vladstudio/main
feat(tray): add transcribing state and update icons
2025-07-26 08:24:19 -07:00
Vlad Gerasimov
7f9244c512 feat(tray): add transcribing state and update icons 2025-07-26 16:47:06 +04:00
CJ Pais
3d9ab1d8be fix vulkan? 2025-07-18 18:27:09 -07:00
CJ Pais
e45165d7b1 fix missing 24.04 2025-07-18 18:12:52 -07:00
CJ Pais
c6560bd6cb add u8 sample format 2025-07-18 18:11:28 -07:00
CJ Pais
6645d57d14 fix deps 2025-07-18 17:59:38 -07:00
CJ Pais
100706b03e attempt to fix fedora display with 24.04 and lib fix? 2025-07-18 17:58:16 -07:00
CJ Pais
c713c39fd6
edit discord url 2025-07-18 17:44:15 -07:00
CJ Pais
c1e92b34f7
Update README.md 2025-07-18 16:45:01 -07:00
CJ Pais
4ededd087d Create CHANGELOG.md 2025-07-17 21:08:41 -07:00
CJ Pais
9eec01bf52 add https for funding? 2025-07-17 20:33:24 -07:00
CJ Pais
3b381bd165 Update FUNDING.yml 2025-07-17 20:33:00 -07:00
CJ Pais
a8588351e1
Create FUNDING.yml 2025-07-17 20:18:00 -07:00
CJ Pais
fa415602ad dont need to dl model files anymore 2025-07-11 18:30:02 -07:00
CJ Pais
5746477f7f release v0.3.0 2025-07-11 18:24:31 -07:00
CJ Pais
7b3746e142
Merge pull request #36 from cjpais/segudev-translate-to-english-setting
Add Translate to English Setting
2025-07-11 18:21:38 -07:00
CJ Pais
21e96083df add ui toggle back 2025-07-11 18:19:26 -07:00
segudev
c3aa2d7c1b Add "Translate to English" setting: Introduced a new setting to enable automatic translation of speech to English. Updated relevant components, settings modules, and transcription logic to support this feature. Adjusted accessibility permission calls for consistency. 2025-07-11 18:19:15 -07:00
CJ Pais
f91325cdb4
Merge pull request #35 from cjpais/settings-hook
refactor settings into a hook.
2025-07-11 17:13:14 -07:00
CJ Pais
d8927f1289 refactor settings into a hook. 2025-07-11 17:12:42 -07:00
CJ Pais
57f07c180c
Merge pull request #34 from cjpais/audio-backend-refactor
Refactor the Audio Backend
2025-07-11 16:53:08 -07:00
CJ Pais
dc90edadb1 Add hysteresis to VAD. 2025-07-11 15:40:47 -07:00
CJ Pais
346f0e378f
Update README.md 2025-07-10 21:30:23 -07:00
CJ Pais
73996de205
Update README.md 2025-07-10 21:29:42 -07:00
CJ Pais
93e4d24e0b
Update README.md 2025-07-10 21:29:17 -07:00
CJ Pais
c23befd98a big refactor of settings + switch audio devices 2025-07-10 21:10:46 -07:00
CJ Pais
6ef95d9298 Update Cargo.toml 2025-07-10 12:39:43 -07:00
CJ Pais
59541b8ec4 move audio toolkit into src-tauri to fix permissions 2025-07-10 12:38:06 -07:00
CJ Pais
0c927d2a70 Update .gitignore 2025-07-10 11:59:15 -07:00
CJ Pais
a60cf57874 use new backend 2025-07-10 11:59:05 -07:00
CJ Pais
a77d3fa44e make recorder Send 2025-07-10 11:58:51 -07:00
CJ Pais
8dbebb6f64 move audio-toolkit into Handy 2025-07-10 11:26:17 -07:00
CJ Pais
7f8a908cf9 Merge branch 'main' of github.com:cjpais/Handy 2025-07-03 14:44:34 -07:00
CJ Pais
d1f5d21c4d Release v0.2.3 2025-07-03 14:44:09 -07:00
CJ Pais
1d71a0f601
Merge pull request #31 from cjpais/keycode-fix
Fix the keycode bug
2025-07-03 14:27:30 -07:00
CJ Pais
c99fe1d450 Fix the keycode bug. 2025-07-03 14:26:02 -07:00
CJ Pais
78ec8e8918 use unquantized version of whisper turbo, and change whisper medium
quant to 4_1
2025-07-03 14:14:07 -07:00
CJ Pais
589f7634d5 Release v0.2.2 2025-07-02 14:06:02 -07:00
CJ Pais
6354e14194 remove 50ms delay feature flag for windows, it's needed on linux too, so
just alway do it.
2025-07-02 14:05:22 -07:00
CJ Pais
a77be914f8 Release v0.2.1 2025-07-01 16:06:22 -07:00
CJ Pais
6c81bb7408 ctrl+space binding for windows 2025-07-01 15:40:30 -07:00
CJ Pais
ad3ca2c0c6 fix windows paste bug. 2025-07-01 15:35:12 -07:00
CJ Pais
0805442bf2 fix not loading model on start if available 2025-07-01 14:57:02 -07:00
CJ Pais
64046ee17b fix windows crash 2025-07-01 14:56:48 -07:00