Skip to content

Version 1.0.11

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Sep 18:03
· 1 commit to main since this release
1.0.11
210cb1e

1.0.11 (2026-09-16)

  • Feat: Tap, long press, swipe, button, keys and text on Android now go through the embedded agent instead of adb shell input, which forked a JVM on the device per call, thanks to @akexorcist for finding the bottleneck and the fix in #286 (#412)
  • Fix: mobilecli io longpress accepts an element ref like @e5, the way io tap already did (#413)
  • Feat: Switch light/dark appearance with mobilecli device settings apply --appearance=light|dark (#421, devicekit-ios#78)
  • Fix(ios): Restore iOS 14 support, mirror swift concurrency runtime into runner below iOS 15 (devicekit-ios#75, devicekit-ios#76), thanks to @hakanor
  • Fix(ios): Read and write the simulator clipboard through the devicekit agent, since simctl pbcopy silently leaves the pasteboard empty on iOS 26.5 (#425)
  • Fix(android): Detect the foreground app on devices with more than one display (#423), thanks to @akexorcist