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
Android tap now accounts for the status-bar inset on both fiber and native taps, so coordinates land where they measure instead of one status-bar height too high.
get_screen_state no longer lets a modal's overlay adopt the screen behind it — content adoption now checks paint order, not just containment, so a modal can no longer report the elements it visually blocks as its own reachable content.
New
get_screen_state now counts and attributes the press targets its walk drops (pruned as hidden, not yet measurable, or dropped for geometry), so a shorter-than-expected list or an empty overlay group is explained instead of silent.
Build hygiene
The build-hygiene denylist (used to keep third-party product names out of published output) now lives in a gitignored local file instead of the tracked script, since naming a specific competitor in a public repo was itself a tell.
Added a check that injected JS strings survive template-literal escaping.