Skip to content

Releases: mobile-next/mobilecli

Version 0.0.28

07 Oct 19:12
0.0.28
7ef7143
Compare
Choose a tag to compare
  • General: Statically linked binaries for linux (#79)

Version 0.0.27

05 Oct 14:20
0.0.27
c67d347
Compare
Choose a tag to compare
  • General: Fix potential zip-split security issue when unpacking wda (#76)
  • iOS: Set MJPEG server to stream at 30 fps instead of default 10 (#78)
  • iOS: Fix buggy 'device info' on an iOS device when wda wasn't running prior (#77)

Version 0.0.26

02 Oct 13:55
0.0.26
1628638
Compare
Choose a tag to compare
  • iOS: Added swipe command, use "mobilecli io swipe" (#72)
  • Simlator: Fixed 'mobilecli device info', it requires wda prior (#73)
  • Android: Added swipe command, use "mobilecli io swipe" (#72)

Version 0.0.25

26 Sep 13:52
0.0.25
85404a0
Compare
Choose a tag to compare
  • General: fixed '--version' on windows and linux distributables (#69)
  • General: renamed 'dump source' to 'dump ui' (#68)
  • General: upgraded golang to 1.24.7 (#66)
  • iOS: support orientation get and set to 'landscape' and 'portrait' (#67)
  • iOS: removed a printf in 'dump ui' that was tainting the json output (#68)
  • Android: support orientation get and set to 'landscape' and 'portrait' (#67)

Version 0.0.24

23 Sep 18:11
0.0.24
7f7fac4
Compare
Choose a tag to compare
  • iOS: support longpress (#54)
  • iOS: dump ui hierarchy using wda's /source (#53)
  • iOS: launch wda on different ports, to enable multiple simulators and real devices on the same host (#52)
  • Android: support longpress (#54)
  • Android: dump ui hierarchy using uiautomator (#53)

Version 0.0.23

18 Sep 12:55
0.0.23
dec030f
Compare
Choose a tag to compare
  • General: all logs moved to --verbose (#48)
  • iOS: fixed "ENTER" io button command (#50)
  • iOS: added version to device list response, for both real devices and simulators (#51)
  • Android: added OS version to device list response (eg "16") (#51)

Version 0.0.22

10 Sep 10:09
0.0.22
2c4da96
Compare
Choose a tag to compare
  • iOS: launch wda on real devices if needed (#45)
  • iOS: automatically detect wda installed device, regardless on bundle identifier (#45)

Version 0.0.21

08 Sep 11:30
0.0.21
e11218f
Compare
Choose a tag to compare
  • Android: return the avd name if emulator supports (eg 'Pixel 5' instead of 'sdk_gphone64_arm64') (#42)
  • Android: support for POWER and APP_SWITCH buttons (#44)

Version 0.0.20

04 Sep 14:12
0.0.20
745dc87
Compare
Choose a tag to compare
  • iOS: fixed potential race-condition in waiting for wda installation on simulator (#41)
  • Android: try $HOME/Library/Android if $ANDROID_HOME is not configured (#40)
  • Android: support --scale and --quality for screencapture mjpeg streaming (#39)

Version 0.0.19

03 Sep 14:54
1c894de
Compare
Choose a tag to compare
  • General: run tests on iOS 16, 17 and 18 simulators upon pull-request (#35)
  • General: upgraded go-quic libraries for security (5d35293)
  • iOS: embedded go-ios as a library, go-ios is no longer required to be installed before (#34)