v0.7.1
cjpais/Handyv0.7.1Feb 1, 2026by github-actions[bot]
AI Summary
A maintenance release focused on NixOS support via a new flake, alongside various bug fixes for zero-width characters, Chinese post-processing, and macOS first-launch issues.
Key Highlights
- NixOS flake for NixOS support
- Fixes for zero-width characters and Chinese post-processing
- Fix for first launch on macOS
- Rust tests run in CI
New Features
- NixOS flake support
- Arabic localization support
- Paste delay setting
- Fixes for macOS 26.x beta crash on startup
Full Release Notes
We have a NixOS flake now! Otherwise mostly small bug fixes and quality of life improvements ## What's Changed * fix zero width #500 by @cjpais in https://github.com/cjpais/Handy/pull/627 * Fixed post-processing for chinese by @cjpais in https://github.com/cjpais/Handy/pull/628 * arm linux build? by @cjpais in https://github.com/cjpais/Handy/pull/629 * PR template: Update link to CONTRIBUTING.md by @piec in https://github.com/cjpais/Handy/pull/643 * Add Nix flake for NixOS support by @y0usaf in https://github.com/cjpais/Handy/pull/561 * fix first launch on macos by @cjpais in https://github.com/cjpais/Handy/pull/690 * fix: run Rust tests in CI by @joshribakoff in https://github.com/cjpais/Handy/pull/671 * basic working fix of history by @cjpais in https://github.com/cjpais/Handy/pull/691 * feat(i18n): Add Arabic localization support by @NourEldin-Osama in https://github.com/cjpais/Handy/pull/693 * Add a paste delay setting by @cjpais in https://github.com/cjpais/Handy/pull/694 ## New Contributors * @piec made their first contribution in https://github.com/cjpais/Handy/pull/643 * @NourEldin-Osama made their first contribution in https://github.com/cjpais/Handy/pull/693 **Full Changelog**: https://github.com/cjpais/Handy/compare/v0.7.0...v0.7.1