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
Apps updated after being managed are now handled gracefully: GhostTile detects when an update has stripped its patch, flags the app as needing a re-add, and offers a one-click Re-add instead of misbehaving.
Restore and remove no longer overwrite a newer app binary with a stale backup; the old backup is discarded instead.
Managed-app version is now shown in the main window cards and the menu bar submenu.
Incompatible apps are now flagged up front: apps that bundle a system extension are blocked, and App Store apps using app groups require an explicit "manage anyway" (unsandboxed) confirmation.
Faster, lighter managed-app refresh: patch checks are cached by file identity and memory-mapped, avoiding repeated full reads of large binaries on the main thread.