Skip to content

Releases: danielpaulus/go-ios

v1.0.136

18 Aug 21:14
27ad5e0
Compare
Choose a tag to compare
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

05 Aug 20:02
5403671
Compare
Choose a tag to compare
fix: launch app with options (#445)

Adds launch options to ios launch
Co-authored-by: sam80180 <[email protected]>

v1.0.134

03 Aug 19:21
7cc64c8
Compare
Choose a tag to compare
fix version comparison (#446)

Fixes a bug that made iOS18 use the old tunnel and fail.

v1.0.133

02 Aug 08:11
ca42376
Compare
Choose a tag to compare
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

02 Aug 08:06
a1a147e
Compare
Choose a tag to compare
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

24 Jul 10:19
029c608
Compare
Choose a tag to compare
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

14 Jul 13:49
6cc0b7c
Compare
Choose a tag to compare
Rename argument  (#426)

Rename --enabletun to --userspace

v1.0.129

14 Jul 12:11
8c6f14e
Compare
Choose a tag to compare
Use a userspace TUN device to enable running commands without sudo (#…

v1.0.128

11 Jul 18:26
Compare
Choose a tag to compare
remove screenshotr and fix screenshot service

v1.0.127

11 Jul 14:53
dd33eed
Compare
Choose a tag to compare
fix memory leaks (#424)

* the defragmenter was not cleaned up completely after the last fragment

* clone strings from the XCTAttachments object

without cloning them the whole XCTAttachment and XCActivityRecord struct is being kept in memory