Skip to content

v0.0.22

Compare
Choose a tag to compare
@yume-chan yume-chan released this 13 Dec 07:30
· 71 commits to main since this release
6fc88b9

What's Changed

@yume-chan/adb

  • Add getListenAddresses method to AdbTcpIpCommand class for retrieving current ADB over WiFi state
  • Add debugSlowRead option to AdbDaemonTransport that throws an error when an ADB socket is stalled for 5 seconds
  • Fix AdbSync#read stuck when there is an error
  • Fix TypeScript build when using AdbSubprocessNoneProtocol without installing web-streams-polyfill package
  • Calling AdbSocket.readable.cancel() or AdbSocket.writable.end() no longer closes the socket. Only AdbSocket.close() does. Calling AdbSocket.readable.cancel() will ignore all the future incoming data, calling AdbSocket.writable.end() won't do anything.

@yume-chan/adb-daemon-webusb

  • Check incoming packet size to prevent Chrome from crashing
  • Add exclusionFilters option to AdbDaemonWebUsbDeviceManager#requestDevice method
  • AdbDaemonWebUsbDevice will generate a fake serial number from vid and pid if the device serial number is empty

@yume-chan/scrcpy

  • Fix parsing sps_max_dec_pic_buffering_minus1 in H.265 SPS
  • Support parsing vui_hrd_parameters in H.265 SPS
  • Add support for Scrcpy 2.2

Full Changelog: v0.0.21...v0.0.22

Note: Rush, the monorepo management tool used by this repository, only works in Git clones. Instead of downloading the attached source code tarball in this release, you must clone this repository and checkout the corresponding tag.