v0.0.19 #531
yume-chan
announced in
Announcement
v0.0.19
#531
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
@yume-chan/adb
Adb#install
in favor ofPackageManager#install
from@yume-chan/android-bin
packageAdbSync#write
to take aReadableStream<Uint8Array>
instead of returning aWritableStream<Uint8Array>
AdbReverseError
andAdbReverseNotSupportedError
for better error handling in reverse tunnel command.@yume-chan/adb-backend-webusb
AdbWebUsbBackendManager
class to simplify the usage with custom WebUSB implementations (for example theusb
NPM package).@yume-chan/android-bin
cmd
, with support for Android Binder Bridge (abb)pm install
/cmd package install
, with support for streaming installation.OverlayDisplay
wrapper for managing overlay displays@yume-chan/scrcpy
AdbScrcpyClient#pushServer
to take aReadableStream<Uint8Array>
instead of returning aWritableStream<Uint8Array>
AdbReverseNotSupportedError
handling and automatically switch to forward tunnel inAdbScrcpyClient
.AndroidKeyCode
enum to align with WebKeyboardEvent.code
@yume-chan/stream-extra
ChunkStream
, and rename it toDistributionStream
Full Changelog: v0.0.18...v0.0.19
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.
This discussion was created from the release v0.0.19.
Beta Was this translation helpful? Give feedback.
All reactions