Development Overview
This collects links to posts that describe changes in recent versions.
Version 5.376
New variables screen:
I have added a pin button to the variables with 5.376
[image]
Polling the "On demand" variables is disabled by default now because that uses a lot of CPU for some of them.
clipboard manager improvements
I think ChatGPT just helped me figure out a potential performance issue and also came up with a better high performance solution. This will also allow for more dynamic search.
It will require a bit of refactoring, I'll try to adapt this as soon as possible.
For now I have added a hidden max item setting in 5.377 (run while BTT is quit):
defaults write com.hegenberg.BetterTouchTool BTTNumberOfItemsToKeepInHistory 1000
Note: items are only deleted on BTT startup (regardless of ā¦
unfortunately opening more than one of these windows is hard with the current architecture, you can however detach views:
[image]
Version 5.356
Floating Menu Items got a new option "Visible If Variable Is True"
Floating Menu's can now be placed based on the Dock frame
Floating Menu Items do now have a "on button press" and "on button release" action categories
Now Playing info should be returned better again
Version 5.338
Floating menus now support auto-updating variables (on Mac, BTT Mobile will follow next)
In 5.338 alpha I made it so the hover effect is disabled while clicking. This leads to some visual feedback when clicking a button.
Version 5.328
This version significantly changes the action selection / search, hoping to make it easier to find actions.
I have added on / off actions in 5.328 alpha. (uploading)
Version 5.326
this should be resolved in 5.326 alpha (uploading)
Version 5.322
The next build (will be released later today after review has finished) adds basic support for the iOS Shortcuts app.
It allows you to trigger named triggers on your Mac or run Apple Script & Java Script on your Mac.
[IMG_402B3DFECB38-1]
With support for Shortcuts, you can use Siri to trigger BTT functionality or create some buttons on your home screen to trigger functionality on your Mac without opening the BTT Mobile app.
I think that crash should be fixed in 5.322 alpha
Version 5.313
ah I see. Could you check whethe that is fixed with 5.313 alpha? (uploading now)
you are absolutely right, fixed in 5.312 (uploading)
(It worked when searching specific windows, but on whole screens it failed because the coordinates are inverted there)
Version 5.309
Fixed an issue with conditional activation groups while the system's "Secure Input Mode" was active or when BTT was set to "Use old keyboard shortcut implementation".
ah the issue is you have this option enabled: "Always use old keyboard shortcut implementation". Is there a reason for that? It really should only be used in very specific cases where all other options fail.
[image]
However it's also a bug as this should really work with the old implementation as well. It should be fixed in 5.309 alpha (uploading now)
Version 5.292
Keep in mind: This is a very first beta. App Store release is planned for End of June.
You can join the Testflight beta by opening https://testflight.apple.com/join/hxd3yZXk on your iOS device. There will be at least weekly beta updates until the App Store release.
Before using the app have a quick look at the Getting Started section in this post.
You will always require the latest BetterTouchTool alpha, which is 5.292 at the time of posting this
https://folivora.ai/releases/
BTT ā¦
Version 5.286
5.286 alpha adds a "File or Folder Did Change" trigger to "automations, named & other triggers".
I think this one can be pretty useful. It sets these two variables on change:
BTTLastChangedFileOrFolder
BTTLastChangedFileOrFolderChangedType
Version 5.282
5.282 should fix the issue.
Also added a predefined action to delete specific items from the clipboard manager, so now you can do something like this:
[image]
[image]
(if transformation happened, delete the second item from the clipboard manager)
Example JS:
async function doSomething() {
let clipboardContentString = await get_clipboard_content({format: "NSPasteboardTypeString"});
if(clipboardContentString.length > 0) {
let newContent = clipboardContentString + "something";
sā¦
ah the previous build didn't update the variables golden chaos used correctly, this should be fixed in 5.284 alpha
For sharing, either screenshot or right-click the widget => export to file
Version 5.279
I have just implemented some workarounds in BTT 5.279 alpha (uploading). Would be great if you could check whether this works for you. It is much more complicated than before and currently doesn't support all apps but I'll add support for more in the next days.
Version 5.275
Should be fixed in 5.276 alpha (uploading now, available in ~10min)
that duplication sounds like a bug, I'll have a look. thanks for all the details!
If in doubt, set both BTTEnabled and BTTEnabled2
@Mark_K ah yes if you have the NW/SW/SE/NE lines in addition it can still be problematic. I have implemented a "short circuit" for straight line gestures, but it wasn't enabled yet. In 5.274 alpha you can try it by naming your gestures either
up, down, left, right, up-left, up-right, down-right, down-left
or
south, north, east, west, north-west, north-east, south-west, south-east
In my tests this has worked well. Maybe I'll add it explicitly to the recording UI.
[image]
Version 5.268
Ah there was a problem with the search predicate in some situations. Should be better in 5.268
Version 5.267
could you check whether 5.267 helps?
the recent alpha versions added a variable called "BTTLastTriggeredKeyboardShortcut. You could create a condition based on that. Best use BTT 5.266 or higher
[image]
[image]
fnR.bttpreset (7.5 KB)
Version 5.265
with 5.265 alpha you can copy the UUID of your text field item (right-click it in the BTT configuration UI), then use this in the paste action (with your UUID):
(BTT)@variable:4F14398B-E174-479F-8BFE-9EB55347868E(BTT)
you could add the script after the "copyToClipboard()" call.
Moving the window via the standard actions doesn't work because floating menus in general exclude themselves from macOS Accessibility (this is important for menus that don't behave like normal windows). However maybe I can change this for the "floating menu with titlebar" usecase.
//edit, 5.265 should not exclude menus from Accessibility if they have a standard titlebar
Can you check whether this works again in 5.265 alpha? I think there was a small change in a recent version of macOS that broke this. (uploading now)
Version 5.262
Could you try v5.261?
Also make sure to enable this in the webview settings if you have not already:
[image]
ah this is due to the way your Touch Bar preset adds the clipboard widget (it's in a disabled group which is being forced shown).
You can workaround it by either adding any other trigger to show the clipboard manager (e.g. a keyboard shortcut) or by upgrading to 5.260 alpha which I'm uploading now
Version 5.258
Yes it should be solved in 5.258, it should now show "Previously Saved Display" with the old saved UUID
Version 5.256
I think there might have been a potential display issue that caused the variable value display to not update, should be resolved in 5.256
Version 5.253
sorry for slow replies, I had caught a really bad flu - took me out for a week ... slowly recovering now
I'll look through the things you posted, the animation should be disabled now in 5.253 (uploading)
there were a few more caching related issues, I hope 5.253 resolves them.
While some basic caching is still automatically applied, the full menu caching (which also increases memory usage) is now optional. It should only be needed for very large menus:
[image]
Version 5.252
In 5.252 I added an option for the predefined action "Show Menu Bar In Context Menu" to show a specific submenu:
[image]
Version 5.248
Ah I think I missed one spot, can you try again with 5.248? (uploading)
should be resolved in 5.248
This is fixed in Version: 5.248 (2025030304) and possible few version before that one.
Version 5.247
I think I accidentally applied the new caching mechanism to submenus in the recent alphas. Could you check whether it works again in 5.247 ? (uploading)
Version 5.246:
in 5.246 I have added one more sanity check to ignore negative image sizes.
Version 5.243:
I did work on this a bit more and was able to change the behavior to something that might be better.
With 5.243 if you select multiple items it will show a dummy text like this:
[image]
You can then change the formatting of that dummy text and it will not change the actual text - only the formatting.
9 Likes