Skip to content

Releases: danielpaulus/go-ios

v1.0.150

21 Oct 18:47
55deb23
Compare
Choose a tag to compare
parse syslog (#501)

* parse syslog

* move syslog parser into syslog package

v1.0.149

16 Oct 09:32
33c4935
Compare
Choose a tag to compare
Adding an endpoint to run WDA (#491)

* basic wda endpoint working

* simplify api using post and delete

* add docs and change path to /wda/session/

v1.0.148

14 Oct 19:42
983f0eb
Compare
Choose a tag to compare
Support app install and uninstall (#496)

* support uninstall

* adding swagger doc for uninstall

* adding install ednpoint

* make install endpoint os independent

---------

Co-authored-by: danielpaulus <daniel.paulus@icloud.com>

v1.0.147

14 Oct 19:24
11611f4
Compare
Choose a tag to compare
allow passing args and envs to app launch (#498)

* allow passing args and envs to app launch

* add integration test

v1.0.146

10 Oct 08:16
16cafba
Compare
Choose a tag to compare
fixes TestXcuiTest after #464 was merged (#476)

Co-authored-by: dmissmann <37073203+dmissmann@users.noreply.github.com>

v1.0.145

10 Oct 07:48
db5ab35
Compare
Choose a tag to compare
fix restapi (#490)

* fix restapi by upgrading swag, fixing the workspace and replacing screenshottr

* Close ScreenshotService

Co-authored-by: dmissmann <37073203+dmissmann@users.noreply.github.com>

---------

Co-authored-by: dmissmann <37073203+dmissmann@users.noreply.github.com>

v1.0.144

07 Oct 10:00
0ef1b00
Compare
Choose a tag to compare
add missing conn.Close for imagemounter #483

Co-authored-by: 孙圣翔²⁰₂₁ <oncwnuImVQzmrqH0o4rQfDVAePRA@git.weixin.qq.com>

v1.0.143

24 Aug 09:19
4120842
Compare
Choose a tag to compare
fix: add back the "image unmount" command removed by mistake (#470)

v1.0.142

21 Aug 08:51
682b4f4
Compare
Choose a tag to compare
fix: avoid panic due to sending on closed channel (#455)

the channel is not closed anymore and before sending results on the channel, we check if the context hasn't terminated yet

Co-authored-by: dmissmann <37073203+dmissmann@users.noreply.github.com>

v1.0.141

20 Aug 21:24
4ba4207
Compare
Choose a tag to compare
add userspace port option (#451)

* When trying to run a command while manually supplying `rsd-port` and `address` and using userspace tunnels, also the userspace tunnel port has to be supplied or it doesn't work

Thanks Nikola!