Skip to content

Clownboard v1.2.5

Choose a tag to compare

@trstanis trstanis released this 02 Jul 18:02

Bug Fixes

  • Focus guard no longer fires backwards — Chrome/Electron text fields (Discord, browsers) are now correctly detected via UIAutomation; the previous hwndCaret check caused false positives (blocking sounds in non-text apps) while missing browser text fields entirely (Chrome's renderer returns NULL from GetFocus(), which previously triggered an early exit before UIAutomation could run)