Releases: cjpais/Handy
Release list
v0.6.1
What's Changed
- Add rule for example prompt to keep the original language by @lstep in #316
- format everything by @cjpais in #323
- Enable Windows ARM64 builds in CI by @oddrationale in #340
- Fix unstable mute implementation on Windows/Linux by @Maicon-Moreira in #341
- feat: add fallback microphone for clamshell/desktop mode by @jorgedanisc in #329
- feat: add more options for deleting recordings automatically and added button to open the folder that holds the recordings by @jorgedanisc in #330
- Add file based debug logging by @cjpais in #347
New Contributors
- @lstep made their first contribution in #316
- @oddrationale made their first contribution in #340
- @jorgedanisc made their first contribution in #329
Full Changelog: v0.6.0...v0.6.1
v0.6.0
okay, so v0.6.0 is rad. @eduardolat made an amazing contribution to enable LLM post processing in the app. currently this is a super advanced feature and can be enabled via the debug menu (ctrl/cmd+shift+d). I'm very excited about the release of this version as it is a glimpse of the future of this app I believe. It will be an amazing day when everyone who runs the app can run an LLM locally and have it do generic post processing.
It's possible this release could have broken a few things so please open issues so we can fix them together!
What's Changed
- feat: LLM based post-processing by @eduardolat in #222
New Contributors
- @eduardolat made their first contribution in #222
Full Changelog: v0.5.5...v0.6.0
v0.5.5
What's Changed
- Fix for flickering recording overlay by @jacksongoode in #231
- parakeet v2 support by @cjpais in #116
- feat: add “mute while recording” setting by @Maicon-Moreira in #257
- fix: disable Translate to English setting for the whisper turbo model by @bodyazinchenko in #259
- fix: tooltip overflow by @fampiyush in #269
- fix: add required defaults option to plugin-store configuration by @zenyr in #288
- Add proxy documentation steps by @cjpais in #295
- windows paste shift+ins instead of ctrl+v by @mvsite in #236
New Contributors
- @Maicon-Moreira made their first contribution in #257
- @bodyazinchenko made their first contribution in #259
- @fampiyush made their first contribution in #269
- @zenyr made their first contribution in #288
- @johnpyp made their first contribution in #281
- @mvsite made their first contribution in #236
Full Changelog: v0.5.4...v0.5.5
v0.5.4
Big thank you to @jacksongoode
Features
- Control Output Sound Volume + Add custom sounds
- [UI] Display download size
- [Debug] Add a dropdown to allow Handy to copy to your clipboard after a transcription finishes
- [App] Startup optimizations
What's Changed
- Add custom sound and control notif volume by @jacksongoode in #214
- A few optimizations on startup by @jacksongoode in #182
- Add Setting to Copy to Clipboard by @cjpais in #220
- Display Download Size by @cjpais in #221
Full Changelog: v0.5.3...v0.5.4
v0.5.3
0.5.3 is a fairly substantial quality of life release. It should resolve quite a few outstanding bugs
Features
- Can now disable auto start in advanced settings
- Ability to change the paste method in debug menu
- Ability to change the history limit setting in debug menu
Improvements
- Overlay shows on the active monitor
- Model loading starts when you press record, so system resources and be freed and still have very low latency
- Better disabled states for Parakeet
Fixes
- Translate to English functionality being broken
- Occasional “v” input into text field
- ALSA as default audio sound system on Linux
- Whisper crashing on Linux
Changes
- Default to no overlay on Linux to avoid focus issues
- Moved always on mic to debug settings
What's Changed
- fix: restore translate-to-english functionality by @segudev in #173
- add support for changing paste method by @cjpais in #187
- Add history limit setting by @sbeckeriv in #150
- feat: display overlay on active monitor by @wsxiaoys in #175
- fix: delay releasing modifier key on paste to let slow consumers handle the keystroke by @justnero in #165
- Load model in parallel to recording by @jacksongoode in #181
- use alsa by default on linux by @cjpais in #190
- feat(settings): add autostart toggle in advanced settings by @Gr3mIin in #177
- Fix Whisper Crashing on Linux + CI Fixes by @cjpais in #212
New Contributors
- @segudev made their first contribution in #173
- @sbeckeriv made their first contribution in #150
- @wsxiaoys made their first contribution in #175
- @justnero made their first contribution in #165
- @jacksongoode made their first contribution in #181
- @Gr3mIin made their first contribution in #177
Full Changelog: v0.5.1...v0.5.3
v0.5.1
Biggest feature in this release is being able to delete entries from the history.
What's Changed
- doc: add missing system dependencies for Vulkan and GUI libraries by @hanpham32 in #118
- feat: delete a single audio entry by @hanpham32 in #119
- drop libsamplerate feature to fix macos build by @alextes in #144
New Contributors
- @hanpham32 made their first contribution in #118
- @alextes made their first contribution in #144
Full Changelog: v0.5.0...v0.5.1
v0.5.0
This is a major release! Nvidia Parakeet V3 is now an option for transcription. It is lightning fast and runs on the CPU. In the future we may introduce GPU support, but it is almost instant on my MacBook. I think it's pretty great so far. Give it a try!
What's Changed
- Tweak Sampling Params by @cjpais in #109
- Parakeet V3 by @cjpais in #111
- Tweak Onboarding by @cjpais in #112
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- Added "Start Hidden" by @Anaphylaxis in #105
New Contributors
- @Anaphylaxis made their first contribution in #105
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Hopefully fix UI crash on Linux
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Handy is sporting a new UI and also adds a history feature!
What's Changed
Full Changelog: v0.3.9...v0.4.0