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
White transparent tray icon for Linux Mint desktop environments
Side-by-side Default/Pressed icon grid in the properties panel
Overlay properties panel (flyout no longer shifts the button grid)
Help & Documentation dropdown menu in the app toolbar
OBS Studio plugin: scene switching, recording, streaming, and source control via Stream Deck
Discord plugin: full mute/deafen/PTT support via Stream Deck buttons
Stress test action for Discord mute/unmute to validate reliability
🐛 Bug Fixes
Discord mute button now works when the Discord app is minimized
Discord mute toggle no longer fails on the second press
Discord plugin key events now use XTestFakeKeyEvent instead of XSendEvent — Chromium/Electron rejects synthetic XSendEvent events; XTest events are treated as real hardware input
OBS inspector dropdowns now populate correctly and show "OBS connected" status (fixed inspector→plugin message routing)
Plugin reinstall now cleanly replaces the running process without leaking the old process
sdpi-bridge.js is now correctly bundled in the packaged app via extraResources (previously missing, causing ReferenceError: sdpi is not defined in inspectors)
Inspector scrollbar contrast matched to the Stream Deck properties panel styling
🔧 Improvements
Version scheme reordered to RELEASE.BETA.ALPHA.BUILD with full CI automation