Skip to content

Releases: danielpaulus/go-ios

v1.0.123

28 Jun 06:22
970aa04
Compare
Choose a tag to compare
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

24 Jun 19:51
29dc60a
Compare
Choose a tag to compare
Trigger Release (#416)

v1.0.121

27 Dec 10:48
a49a358
Compare
Choose a tag to compare
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

24 Oct 08:21
232e3a6
Compare
Choose a tag to compare
Merge pull request #290 Encode and decode remote XPC messages

v1.0.119

23 Oct 17:47
b18a3ab
Compare
Choose a tag to compare
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

20 Oct 20:31
19c53bf
Compare
Choose a tag to compare
Add filesharing (#277)

* Add filesharing

* This commit add a way to only lists apps which enable the file sharing

* fix identation

v1.0.117

27 Sep 13:33
aa56241
Compare
Choose a tag to compare
Developer disc image for iOS 16.6 added (#282)

v1.0.116

27 Sep 08:23
93bd004
Compare
Choose a tag to compare
Adding support to modify Time Format (#284)

* Adding support to modify Uses24HourClock on device

v1.0.115

05 Jul 11:31
37c40b3
Compare
Choose a tag to compare
Reuse code logic in image auto, tiny cleanup (#266)

v1.0.114

06 Jun 20:37
a83b3d3
Compare
Choose a tag to compare
Developer disc image for iOS 16.5 added (#264)

Co-authored-by: Milica Kostic <[email protected]>