v0.0.23
What's Changed
@yume-chan/adb
- Add
AdbServerClient.trackDevices
, which runs a callback function whenever device list changes - Add support for delayed ack on Android 14
@yume-chan/adb-daemon-webusb
- Fix
AdbDaemonWebUsbDeviceManager.getDevices
doesn't match auto-generated serial number againstfilters.serialNumber
(if the device doesn't have a serial number)
@yume-chan/android-bin
- Add support for pm install session
@yume-chan/aoa
- Replace
HidKeyboard.serializeInputReport
withupdateReport
, allowing to reuse the buffer
@yume-chan/fetch-scrcpy-server
- Fix the generated
VERSION
constant incorrectly having av
character prefixed
@yume-chan/scrcpy-decoder-tinyh264
- Add
sizeChanged
event
@yume-chan/scrcpy-decoder-webcodecs
- Add
sizeChanged
event - Add WebGL and Bitmap based video renderers, which are 1.5 to 3 times faster on Android devices
@yume-chan/stream-extra
- Fix
ConsumableWritableStream.write
callschunk.consume
twice. (doesn't cause any issue) - Fix
WrapWritableStream
might close the inner stream twice. (and throw an error) - Remove web-streams-polyfill dependency. The runtime must have global stream implementations (or you can add a polyfill yourself).
@yume-chan/dataview-bigint-polyfill
New Contributors
Full Changelog: v0.0.22...v0.0.23
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.