Skip to content

Releases: droidrun/mobilerun

v0.6.2

03 Jun 18:24

Choose a tag to compare

What's Changed

  • refactor: integrate mobilerun-core-cli for portal and driver primitives by @lutz-grex in #351
  • feat: update provider model selections by @RasulOs in #352

Full Changelog: v0.6.1...v0.6.2

v0.6.1

31 May 21:23

Choose a tag to compare

What's Changed

  • fix(anthropic_oauth): always send max_tokens; skip temperature for Opus 4; default to Opus 4.7 by @gaoflow in #348
  • fix: update anthropic oauth request defaults by @RasulOs in #349

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

27 May 20:29

Choose a tag to compare

What's Changed

  • fix: update langfuse workflow dependency by @RasulOs in #347

Full Changelog: v0.6.0rc5...v0.6.0

v0.6.0rc4

21 May 22:17
bbb4048

Choose a tag to compare

v0.6.0rc4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.0rc3...v0.6.0rc4

v0.6.0rc2

17 Apr 20:11
dad7c15

Choose a tag to compare

v0.6.0rc2 Pre-release
Pre-release

Summary

  • Publishes mobilerun==0.6.0rc2 and droidrun==0.6.0rc2.
  • Aligns framework runtime paths with com.mobilerun.portal.
  • Pins framework 0.6.0rc2 to Portal v0.7.1.
  • Keeps the Portal APK release separate at mobilerun-portal v0.7.1.

v0.5.9

14 Apr 16:36

Choose a tag to compare

Bug fix release.

  • fix droidrun-portal download issue

v0.5.7

02 Apr 12:37
81f1cb0

Choose a tag to compare

Bug fix release.

  • restore Android full portal state fetching
  • bump version to 0.5.7

v0.5.6

02 Apr 06:09

Choose a tag to compare

v0.5.6 tightens iOS state fetching by switching Droidrun to a single 4-second /state request with no client-side retry.

Highlights

  • Droidrun now requests iOS state with GET /state?timeout=4
  • iOS state fetches use a single 4-second budget instead of retrying
  • Reduced long-tail delays when the iOS UI is loading or transitioning
  • Updated iOS driver documentation to reflect the new timeout behavior

Behavior Changes

  • iOS state retrieval is now one attempt only; Droidrun no longer retries on the client side
  • The iOS portal is expected to honor the caller-provided /state timeout budget
  • Android state fetching behavior is unchanged

v0.5.5

02 Apr 05:31

Choose a tag to compare

v0.5.5 improves iOS support across the stack, including better portal discovery, more reliable UI state parsing, and cleaner platform-aware agent behavior.

Highlights

  • Improved iOS portal connection flow with localhost auto-discovery
  • Switched iOS to the unified /state endpoint
  • Better iOS accessibility tree parsing and screen-state normalization
  • iOS text input now supports clear=True
  • Platform-aware prompts and tool registration for Android and iOS
  • Cleaner phone state display when app/package information is missing

Behavior Changes

  • On iOS, open_app now opens apps by exact bundle identifier
  • CLI iOS commands can auto-discover the portal when --device is omitted
  • Portal state retrieval now uses /state instead of /state_full

Documentation

  • Updated iOS setup instructions to reflect the real Xcode UI test workflow
  • Refreshed iOS driver documentation and supported feature list

Internal Improvements

  • Consolidated standard tool registration into a single registry builder
  • Improved state retry logging and telemetry accuracy
  • Propagated platform information through shared agent state and prompts

v0.5.3

28 Mar 10:41

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3