Skip to content

v1.0.1

Choose a tag to compare

@realZachi realZachi released this 15 Jan 20:21
· 49 commits to main since this release

Fix: Text Insertion for Electron Apps

Fixed

  • Text is now correctly inserted into VS Code, Terminal, Ghostty, Notion and other Electron apps
  • Previously only "Saved to clipboard" was shown instead of pasting directly

Technical Details

  • Changed from whitelist to blacklist approach for focus detection
  • Clipboard paste is now used even when Accessibility API can't find a focused element