CJ Pais
|
ec2fefb9fe
|
Audio visualizer generally working nicely.
|
2025-08-01 14:15:02 -07:00 |
|
CJ Pais
|
51105dde15
|
more wip but roughly is there
|
2025-08-01 14:15:02 -07:00 |
|
CJ Pais
|
d5f23cdfa5
|
Try not to focus it first. It doesn't quite work though.
|
2025-08-01 14:15:02 -07:00 |
|
CJ Pais
|
8731881837
|
wip
|
2025-08-01 14:15:02 -07:00 |
|
CJ Pais
|
125d9b1c58
|
better default size
|
2025-07-28 12:43:15 -07:00 |
|
CJ Pais
|
9b3ac57ed6
|
Release v0.3.2
|
2025-07-28 12:31:43 -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
|
085543d6f3
|
make sure to focus window when clicking 'check for updates'
|
2025-07-28 08:54:32 -07:00 |
|
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
|
d1755242be
|
Release 0.3.1
|
2025-07-26 11:42:45 -07:00 |
|
Vlad Gerasimov
|
7f9244c512
|
feat(tray): add transcribing state and update icons
|
2025-07-26 16:47:06 +04:00 |
|
CJ Pais
|
c6560bd6cb
|
add u8 sample format
|
2025-07-18 18:11:28 -07:00 |
|
CJ Pais
|
5746477f7f
|
release v0.3.0
|
2025-07-11 18:24:31 -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
|
dc90edadb1
|
Add hysteresis to VAD.
|
2025-07-11 15:40:47 -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
|
a60cf57874
|
use new backend
|
2025-07-10 11:59:05 -07:00 |
|
CJ Pais
|
8dbebb6f64
|
move audio-toolkit into Handy
|
2025-07-10 11:26:17 -07:00 |
|
CJ Pais
|
d1f5d21c4d
|
Release v0.2.3
|
2025-07-03 14:44:09 -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 |
|
CJ Pais
|
3f920d713d
|
Release v0.2.0
|
2025-06-30 16:02:02 -07:00 |
|
CJ Pais
|
a479ae3625
|
make vad less permissive
|
2025-06-30 15:58:13 -07:00 |
|
CJ Pais
|
6ad9534ab7
|
activate the microphone on demand
|
2025-06-30 15:18:59 -07:00 |
|
CJ Pais
|
580db411fb
|
Release v0.1.6
|
2025-06-30 14:45:11 -07:00 |
|
CJ Pais
|
2ab3f2ce98
|
tweak language
|
2025-06-30 14:43:34 -07:00 |
|
CJ Pais
|
9036c05088
|
initial working version of multiple models + cleanup and onboarding
|
2025-06-30 14:27:21 -07:00 |
|
CJ Pais
|
5b1872a12e
|
Merge branch 'main' of github.com:cjpais/Handy
|
2025-06-27 12:59:47 -07:00 |
|
CJ Pais
|
631a565ce1
|
release v0.1.5
|
2025-06-27 12:59:39 -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
|
0784d215b4
|
release 0.1.4
|
2025-06-27 12:27:39 -07:00 |
|
CJ Pais
|
80f2c72847
|
fix update?
|
2025-06-27 12:27:01 -07:00 |
|
CJ Pais
|
cc235fc47a
|
Merge branch 'main' of github.com:cjpais/Handy
|
2025-06-26 15:56:09 -07:00 |
|
CJ Pais
|
9455c77867
|
release v0.1.3
|
2025-06-26 15:55:59 -07:00 |
|
CJ Pais
|
ca97353f21
|
use enigo paste
|
2025-06-26 15:51:48 -07:00 |
|
CJ Pais
|
2368b9e7ee
|
Release v0.1.2
|
2025-06-26 14:30:01 -07:00 |
|
CJ Pais
|
fabb1f8760
|
add footer with the curr version
|
2025-06-26 14:03:40 -07:00 |
|