Releases: danielpaulus/go-ios
Releases · danielpaulus/go-ios
v1.0.152
Add battery IORegistry and sysmontap cpuusage (#475) * Add battery ioregistry stats * Add sysmontap cpu usage stats * Add doc * fix: safe type assertions * fix: add system monitor wrapper * fix: simplify to just channel * Dispatch to dedicated Dispatcher in Connection * fix: close channel * fix: deliver CPU sample continuosly * Specify sampling rate --------- Authored-by: fish-sauce <[email protected]> Co-authored-by: dmissmann <[email protected]>
v1.0.151
fix 'automationFrameworkPath' for iOS 17+ (#506) this value has changed with iOS 17. While this did not cause problems in most cases, UI interruption handlers were broken because of that. They simply stopped firing with that value pointing to the old path
v1.0.150
parse syslog (#501) * parse syslog * move syslog parser into syslog package
v1.0.149
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
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 <[email protected]>
v1.0.147
allow passing args and envs to app launch (#498) * allow passing args and envs to app launch * add integration test
v1.0.146
fixes TestXcuiTest after #464 was merged (#476) Co-authored-by: dmissmann <[email protected]>
v1.0.145
fix restapi (#490) * fix restapi by upgrading swag, fixing the workspace and replacing screenshottr * Close ScreenshotService Co-authored-by: dmissmann <[email protected]> --------- Co-authored-by: dmissmann <[email protected]>
v1.0.144
add missing conn.Close for imagemounter #483 Co-authored-by: 孙圣翔²⁰₂₁ <[email protected]>
v1.0.143
fix: add back the "image unmount" command removed by mistake (#470)