You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Focus guard fixed — hotkeys now always fire when Clownboard is in the foreground; browser/Electron text fields (Discord, Claude Code, Chrome, etc.) are correctly detected via the renderer thread's Win32 caret, so sounds no longer play while typing in a chat
Window icon — title bar and taskbar now reliably show the clownboard logo (switched from iconbitmap() to WM_SETICON via Win32 API)
Combo capture — key capture now fires only when every key is released (including modifiers); releasing F1 while Ctrl is still held correctly extends the combo instead of firing early
Modifier-only bindings — pressing Ctrl, Shift, or Alt alone and releasing it now correctly sets the binding to that modifier