From 5edcae71ff7872c7dc6472d8e6e2a606d037256b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 08:59:02 +0000 Subject: [PATCH] Sync RocketSim changelog --- docs/src/data/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/data/changelog.md b/docs/src/data/changelog.md index 64b0452..16ee2eb 100644 --- a/docs/src/data/changelog.md +++ b/docs/src/data/changelog.md @@ -6,11 +6,14 @@ **Fixed:** +- Improved Magnifier stability and performance during rapid movement and zoom changes. - Fixed `rocketsim interact tap ` resolving to an accessibility press on the enclosing element instead of delivering a true point-precise touch, which made taps inside large custom-drawn views (such as a SwiftUI `Canvas` exposed as a single accessibility element) land on the wrong target. Raw-coordinate taps now always dispatch a HID touch at the exact point; use `interact activate` when you need accessibility activation semantics. (Thanks, S. Gardner!) - Fixed agent coordinate handling on landscape simulators: raw-coordinate taps, swipes, and gestures are now rotated from interface space into the device's portrait-native HID space, so they land where `elements` frames say they will. (Thanks, S. Gardner!) - Fixed `rocketsim screenshot` and `rocketsim snapshot` returning a transposed portrait-native framebuffer on rotated simulators. PNGs now always come out upright in interface orientation, matching the `elements` coordinate space. (Thanks, S. Gardner!) - Fixed `rocketsim elements` silently omitting accessibility elements with very small frames. Elements as small as 1x1 points are now included so hidden test-instrumentation elements stay readable; elements with accessibility content but a zero-size frame are reported via a `zero_size_elements_omitted` perception row instead of disappearing without a trace. (Thanks, S. Gardner!) - Fixed sibling accessibility elements with identical rendered text being collapsed into one in `rocketsim elements` output. (Thanks, S. Gardner!) +- Fixed malformed Simulator accessibility responses crashing RocketSim instead of reporting accessibility as unavailable. +- Fixed disconnected CLI sockets terminating RocketSim while it was writing a response. **Improved:**