Skip to content

Version 0.1.56

Choose a tag to compare

@gmegidish gmegidish released this 07 Feb 18:54
· 151 commits to main since this release
0.1.56
9a6949a
  • General: Added .model to "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