What's New
Custom App Support
Any app can now be added to TerminalGrid for grid arrangement — not just terminals and browsers.
- Add Running App... — pick from currently running apps
- Add from Applications... — choose any
.appfrom disk - Registered Apps submenu — view and remove registered apps
- Registrations persist across app restarts (stored in UserDefaults)
- "Arrange ALL in Grid" now includes custom apps
Bug Fixes
- Fixed accessibility permission reset on every launch —
tccutil resetwas called inmake run, silently clearing the permission each time - Fixed memory management bug —
takeRetainedValue()→takeUnretainedValue()forkAXTrustedCheckOptionPrompt - Preserve code signature across rebuilds — binary hash check prevents unnecessary re-signing that invalidated TCC permissions
- Added AX error logging —
collectWindowsnow logs accessibility errors for easier debugging