v0.7.6
cjpais/Handyv0.7.6Feb 17, 2026by github-actions[bot]
AI Summary
This release adds support for Moonshine v2 models and introduces a CLI for toggling transcription, especially helpful for Linux users. Multiple other fixes and features were included.
Key Highlights
- Added support for Moonshine v2 models
- Added CLI parameters for Linux (transcription toggle via SIGUSR1)
- Implemented structured outputs for post-processing providers
- Added Traditional Chinese (zh-TW) locale
- Fixed transcription lock-up race condition with debounce
New Features
- Moonshine v2 model support
- CLI parameters for Linux
- Structured outputs for post-processing
- Traditional Chinese localization
Full Release Notes
Moonshine v2 models are now supported! Also there is now a CLI to be able to toggle the transcription, especially helpful for Linux users. Lots of other fixes too ## What's Changed * Revert "feat: add portable ZIP archives for Windows releases (#753)" by @cjpais in https://github.com/cjpais/Handy/pull/788 * fix(nix): fix ALSA mismatch, add GStreamer plugins, and repair UI environment by @kakapt in https://github.com/cjpais/Handy/pull/787 * feat(i18n): add Traditional Chinese (zh-TW) locale by @parkghost in https://github.com/cjpais/Handy/pull/796 * fix(nix): address PR #778 review comments by @y0usaf in https://github.com/cjpais/Handy/pull/800 * fix: transcription lock-up race condition & add small debounce by @johnpyp in https://github.com/cjpais/Handy/pull/824 * feat(linux): add SIGUSR1 signal for transcribe_with_post_process by @arimxyer in https://github.com/cjpais/Handy/pull/759 * support moonshine v2 by @cjpais in https://github.com/cjpais/Handy/pull/837 * feat: implement structured outputs for post-processing providers by @Schreezer in https://github.com/cjpais/Handy/pull/706 * feat: add CLI parameters for linux by @retspen in https://github.com/cjpais/Handy/pull/792 ## New Contributors * @parkghost made their first contribution in https://github.com/cjpais/Handy/pull/796 * @arimxyer made their first contribution in https://github.com/cjpais/Handy/pull/759 * @retspen made their first contribution in https://github.com/cjpais/Handy/pull/792 **Full Changelog**: https://github.com/cjpais/Handy/compare/v0.7.5...v0.7.6