Releases: mobile-next/mobilecli
Releases · mobile-next/mobilecli
Version 0.1.60
Version 0.1.59
- General: Allocate remote Android and iOS devices on Mobile Fleet, see https://mobilenexthq.com (#176)
Version 0.1.58
Version 0.1.58
Version 0.1.57
Version 0.1.57
Version 0.1.56
- General: Added
.modelto "devices" and "device info" commands (#166) - General: Refactored jsonrpc methods into namespaces ("device", and "devices") (#167)
- General: Added device.apps.foreground method to get the currently active application (#167)
BREAKING CHANGES:
- General: All JSON-RPC method names now use
device.*prefix for better organization. Migration table:devices → devices.list screenshot → device.screenshot screencapture → device.screencapture io_tap → device.io.tap io_longpress → device.io.longpress io_text → device.io.text io_button → device.io.button io_swipe → device.io.swipe io_gesture → device.io.gesture io_orientation_get → device.io.orientation.get io_orientation_set → device.io.orientation.set device_info → device.info device_boot → device.boot device_shutdown → device.shutdown device_reboot → device.reboot dump_ui → device.dump.ui apps_launch → device.apps.launch apps_terminate → device.apps.terminate apps_list → device.apps.list apps_foreground → device.apps.foreground url → device.url
Version 0.55
Version 0.0.54
Version 0.0.53
- iOS: Fixed a bug where tcp forwarders were created on every request for mjpeg (#158)
- iOS: Lazily creating mjpeg tcp forwarder only when needed (#158)
- iOS: Multiple real devices would overwrite each other's wda tcp forwarder (#158)
- iOS: Keep running WebdriverAgent xcuitest as long as "mobilecli server" is running (#158)
- iOS: Graceful shutdown and improved tunnel closing (#158)
- iOS: Calling "device info" on iOS Simulator would fail after first time (#158)
Version 0.0.52
Version 0.0.51
- General: Plenty of code cleanups and refactoring for smaller and more maintained code (#144)
- General: Merged the port ranges used for wda and wda's mjpeg (#147)
- General: Graceful server shutdown on sigint/sigterm (#151)
- iOS: Support AVC screencapture on real iOS devices via
devicekit-ios(#145) - iOS: Include TextField/SearchField/Switch/Button elements in dump UI results (#155)