v0.6.6
cjpais/Handyv0.6.6Dec 11, 2025by github-actions[bot]
AI Summary
A significant feature release that enables on-device Apple Intelligence processing for Mac users, along with a History SQLite refactor and new keyboard shortcuts.
Key Highlights
- On-device Apple Intelligence processing
- History SQLite refactor
- Ctrl+Shift+V shortcut on Windows and Linux
- WEBKIT_DISABLE_DMABUF_RENDERER environment variable
New Features
- Apple Intelligence integration
- History SQLite refactor
- Ctrl+Shift+V shortcut (Windows/Linux)
- WEBKIT_DISABLE_DMABUF_RENDERER=1 environment variable fix
Full Release Notes
This release has some bugfixes as well as a huge feature for Apple Silicon MacOS users. You can now run the post processing fully on-device using Apple Intelligence. A huge thanks to @Schreezer for this implementation. ## What's Changed * Apple intel integration by @Schreezer in https://github.com/cjpais/Handy/pull/391 * Refactor History SQLite by @cjpais in https://github.com/cjpais/Handy/pull/412 * Add ctrl+shift+v as option on windows and linux by @cjpais in https://github.com/cjpais/Handy/pull/430 * Set WEBKIT_DISABLE_DMABUF_RENDERER=1 in env by @cjpais in https://github.com/cjpais/Handy/pull/427 ## New Contributors * @Schreezer made their first contribution in https://github.com/cjpais/Handy/pull/391 **Full Changelog**: https://github.com/cjpais/Handy/compare/v0.6.5...v0.6.6