Describe the bug
Prior to 6.155 and the UI refresh for Stream Deck actions, actions associated with button UP used to work fine. Not anymore. Anything placed in the “Actions Executed On Button Up” sub section appears to be ignored altogether.
It was working before. I’ve been working on some stream deck plugins over the weekend and it worked until SetApp pushed 6.155 which broke that.
I’ve also tried on 6.168 (non SetApp) and the behaviour (or lack thereof) is the same.
Affected input device (e.g. MacBook Trackpad, Magic Mouse/Trackpad, Touch Bar, etc.):
Stream Deck
Screenshots
Device information:
- Type of Mac: M2 Max MacBook Pro
- macOS version: Tahoe 26.3
- BetterTouchTool version: 6.168 (6.155 onwards)
Additional information (e.g. crash logs, related issues, etc.):
That seems to work fine here. Could you post an export of such a non-working button here? (right-click export to file)
Are you using stream deck in full-control mode or via the stream deck software plugin?
Oh, that’s interesting. It does work with regular buttons indeed, I hadn’t tried recently.
I have built over the weekend a plugin that displays the topmost apps for each spaces/desktops and was trying with that. Did I miss something so that it works with button up? It does work fine with button down and long press 
exported_triggers.bttpreset (532.1 KB)
And yes, I am using full-control mode, obviously.
Oh it's quite possible plugin items don't support action trigger categories (the categories have been added later and the plugin stuff is not used by many :-)).
I'll have a look!
Does your plugin code implement the buttonUp function (and return yes from it)? If so, BTT will skip its own actions.
I can reproduce the issue here! Will be solved with the next alpha