Releases: danielpaulus/go-ios
Releases · danielpaulus/go-ios
v1.0.125
This adds ios17+ support.
It fixes the image auto command so all you should need to do is:
- run sudo ios tunnel start
- use go-ios as normal
v1.0.124
move unzip util to ios.Utils, fix image auto command for 17+ (#420)
v1.0.123
send one packet at a time for the lockdown tunnel (#419) the TUN interface often returned an error when an incomplete IPv6 packet was sent (one IPv6 packet + parts of the next one) sending one packet at a time resolved this issue
v1.0.122
Trigger Release (#416)
v1.0.121
Developer mode (#321) Introduce capability to check current developer mode status or enable developer mode on a device All credit goes to pymobiledevice3 and doronz88 for finding the way to do this. Thanks @shamanec for writing the code.
v1.0.120
Merge pull request #290 Encode and decode remote XPC messages
v1.0.119
Update REST-API to go1.21; remove reservation api again (#293) * update to go1.21; remove reservation api again * add activation endpoint
v1.0.118
Add filesharing (#277) * Add filesharing * This commit add a way to only lists apps which enable the file sharing * fix identation
v1.0.117
Developer disc image for iOS 16.6 added (#282)
v1.0.116
Adding support to modify Time Format (#284) * Adding support to modify Uses24HourClock on device