Releases: mobile-next/mobilecli
Releases · mobile-next/mobilecli
Version 0.0.28
- General: Statically linked binaries for linux (#79)
Version 0.0.27
- 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
- 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
- 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
- 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
- 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
- iOS: launch wda on real devices if needed (#45)
- iOS: automatically detect wda installed device, regardless on bundle identifier (#45)
Version 0.0.21
- 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
- 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
- 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)