v0.3.8
cjpais/Handyv0.3.8Aug 20, 2025by github-actions[bot]
AI Summary
This release focuses on fixing Linux CI issues and improving macOS compatibility by adjusting the whisper-rs dependency version. It introduces a debug menu allowing users to adjust the word correction threshold.
Key Highlights
- Added debug menu for adjusting word correction threshold
- Fixed Linux CI issues
- Downgraded whisper-rs to support older macOS versions
- Stripped libwayland from CI
New Features
- Debug menu for word correction threshold adjustment
- Partial/resumable download capability
- Disallowed invalid bindings from frontend
Full Release Notes
Minor changes, mostly trying to fix CI for Linux. I also added a debug menu where you can change the word correction threshold if you want it more or less often. ## What's Changed * fix: Discord in README by @braden-w in https://github.com/cjpais/Handy/pull/78 * new default correction threshold + debug menu by @cjpais in https://github.com/cjpais/Handy/pull/79 * tweak default to 0.15 by @cjpais in https://github.com/cjpais/Handy/pull/80 * Upgrade whisper-rs by @cjpais in https://github.com/cjpais/Handy/pull/83 * downgrade whisper-rs to 0.13.2 to continue to support older versions of macos by @cjpais in https://github.com/cjpais/Handy/pull/88 * Strip libwayland from CI by @cjpais in https://github.com/cjpais/Handy/pull/90 ## New Contributors * @braden-w made their first contribution in https://github.com/cjpais/Handy/pull/78 **Full Changelog**: https://github.com/cjpais/Handy/compare/v0.3.7...v0.3.8