Releases: danielpaulus/go-ios
Releases · danielpaulus/go-ios
v1.0.138
New release (#468) A new release with the following changes: - ios image unmount to remove developer images - ios rsd ls for listing RSD services on ios17+ - adds a public method for removing a tunnel based on the serial number, basically bringing the recent /tunnel DELETE HTTP endpoint addition for use directly from go code importing go-iOS. - ios runwda .. [--log-output=<file>] is now able to log to a file - numerous fixes for unexpected panics Big thanks to nicolasbouffard!
v1.0.137
feat: allow unmounting disk images (#454) New command to remove developer disk images - ios image unmount
v1.0.136
Fix proxy for image auto (#466) * add tests for proxy use and fix tss.go to use the default transports proxy Image Auto will respect proxy settings now
v1.0.135
fix: launch app with options (#445) Adds launch options to ios launch Co-authored-by: sam80180 <[email protected]>
v1.0.134
fix version comparison (#446) Fixes a bug that made iOS18 use the old tunnel and fail.
v1.0.133
set an error on the test run when we lose DTX connectivity (#441) * set an error on the test run when we lose DTX connectivity in most coses this is due to the test runner crashing (or it can also be closed manually through the UI) * use errors.Is for comparison
v1.0.132
move initializing the buffered reader out of the loop (#440) having it inside the loop destroys the reader after every iteration and it may contain bytes at that point
v1.0.131
Added a buffered reader to dtx connections (#438) * Added a buffered reader to dtx connections * Simplified dtx decoder tests and added buffers to all readers in tests
v1.0.130
Rename argument (#426) Rename --enabletun to --userspace
v1.0.129
Use a userspace TUN device to enable running commands without sudo (#…