Skip to content

v0.6.1

Choose a tag to compare

@RatulMaharaj RatulMaharaj released this 09 Jul 16:48
3a620c1

Patch Changes

  • Fix paste never firing in Electron apps (Discord, Claude, etc.). The keyboard-focus check added in 0.6.0 treated Electron's lazily-enabled accessibility tree as "nothing focused" and skipped the paste entirely. We now ask Chromium apps to enable their AX tree (AXManualAccessibility) and, when an app has a focused window but reports no focused element, attempt the paste anyway instead of dropping it.