Highlights
馃悰 Fixed DeveloperDiskImage mounting on legacy devices
Mounting the classic Developer Disk Image on older devices (observed on iOS 12.5.7) failed with ConnectionResetError: Connection lost since v10.10.0: the mounted-image check had started consulting CopyDevices, which legacy devices answer and then hang up on, killing the connection the upload needed. The mounter now drops the hung-up connection and transparently reconnects, so mounter mount-developer and auto-mount work on these devices again (#1897).
pymobiledevice3 mounter auto-mountWhat's Changed
Full Changelog: v11.3.0...v11.3.1