v0.0.22
What's Changed
@yume-chan/adb
- Add
getListenAddresses
method toAdbTcpIpCommand
class for retrieving current ADB over WiFi state - Add
debugSlowRead
option toAdbDaemonTransport
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 installingweb-streams-polyfill
package - Calling
AdbSocket.readable.cancel()
orAdbSocket.writable.end()
no longer closes the socket. OnlyAdbSocket.close()
does. CallingAdbSocket.readable.cancel()
will ignore all the future incoming data, callingAdbSocket.writable.end()
won't do anything.
@yume-chan/adb-daemon-webusb
- Check incoming packet size to prevent Chrome from crashing
- Add
exclusionFilters
option toAdbDaemonWebUsbDeviceManager#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.