v0.0.18
What's Changed
@yume-chan/adb-backend-webusb
- Add an option to specify USB filters
@yume-chan/scrcpy
- Move
@yume-chan/adb
topeerDependencies
. You need to install it manually if you want to useAdb*
types. - Add support for Scrcpy server version 1.25
- Add support for
SetClipboard
control message andAckClipboard
device message
@yume-chan/scrcpy-decoder-webcodecs
- Change to not use vertical sync to minimize latency
@yume-chan/stream-extra
- Change to load native Web Streams API implementation from
globalThis
if available. No longer need to importReadableStream
,WritableStream
andTransformStream
from@yume-chan/stream-extra
if you are sure the runtime supports them natively.
@yume-chan/struct
- Refactor number types for easier extending (see
ScrcpyFloatToInt16FieldDefinition
for an example)
Full Changelog: v0.0.17...v0.0.18
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.