v0.7.10

cjpais/Handyv0.7.10Mar 10, 2026by github-actions[bot]

AI Summary

A minor release focusing on addressing crash issues and adding a portable mode for the Windows installer.

Key Highlights

  • Added portable mode to the Windows NSIS installer
  • Implemented language-aware filler word removal
  • Added graceful handling for microphone initialization failures
  • Added Linux install steps and AppImage troubleshooting documentation

New Features

  • Portable mode for Windows
  • Language-aware filler word removal
  • Microphone init failure handling

Full Release Notes

This is a minor release mainly attempting to address some crashes users have. There should be a portable version of handy as part of the windows installer.

## What's Changed
* docs: add Linux install steps and AppImage troubleshooting by @arimxyer in https://github.com/cjpais/Handy/pull/951
* Update translation.json by @albanobattistella in https://github.com/cjpais/Handy/pull/961
* feat: add portable mode to NSIS installer by @back1ply in https://github.com/cjpais/Handy/pull/807
* Fix Italian translation by @gdonisi in https://github.com/cjpais/Handy/pull/973
* feat: language-aware filler word removal by @cjpais in https://github.com/cjpais/Handy/pull/971
* fix(ci): simplify Bun setup for Windows ARM64 by @oddrationale in https://github.com/cjpais/Handy/pull/965
* Handle microphone init failure without aborting by @ferologics in https://github.com/cjpais/Handy/pull/945

## New Contributors
* @albanobattistella made their first contribution in https://github.com/cjpais/Handy/pull/961
* @gdonisi made their first contribution in https://github.com/cjpais/Handy/pull/973

**Full Changelog**: https://github.com/cjpais/Handy/compare/v0.7.9...v0.7.10