Skip to content

v11.5.0

Latest

Choose a tag to compare

@doronz88 doronz88 released this 06 Sep 07:06
c211225

Highlights

--reconnect can now fall back to any connected device

By default, --reconnect waits for the exact device the command targeted to come back. Setting the new PYMOBILEDEVICE3_RECONNECT_ANY environment variable (any non-empty value) makes it accept the first available device instead, even when its UDID differs from the original target — useful when a device re-enumerates with a different identifier, or when swapping devices mid-session. A warning is printed when this happens, and the re-invoked command is retargeted at the newly connected device.

PYMOBILEDEVICE3_RECONNECT_ANY=1 pymobiledevice3 --reconnect syslog live

See the environment variables guide for details.

What's Changed

Full Changelog: v11.4.2...v11.5.0