v0.0.21
What's Changed
@yume-chan/adb
- Change
AdbSync
to throwsAdbSyncError
for errors returned by ADB Daemon - Allow daemon credential manager to provide a name for each key
- Add typed errors for
framebuffer
command when current app disables screen capture - Change
AdbDaemonTransport
class to automatically close the connection by default, unless the newpreserveConnection
option istrue
- Add
recursive
andforce
options torm
method, allow deleting folders
@yume-chan/adb-credential-web
- Add name for keys
- Change to save private keys in IndexedDB, allow usage from Web Workers
@yume-chan/scrcpy
- Add support for Scrcpy server version 2.1 and 2.1.1
- Move the fetching server binary script to
@yume-chan/scrcpy-fetch-server
package
@yume-chan/adb-scrcpy
- Add support for Scrcpy server version 2.1 and 2.1.1
@yume-chan/android-bin
- Add wrapper for
bu
- Remove the last
\n
fromSettings#get
- Add wrappers for
dumpsys diskstats
anddumpsys battery
- Add wrapper for
pm list packages
- Rewrite
Settings
to useCmd
if available - Add support to stop
bugreport
generation usingAbortSiganl
- Merge
bugreport
andbugreportz
wrappers, providing anautomatic
method to choose the best available bugreport method
@yume-chan/stream-extra
- Replace
GatherStringStream
withConcatStringStream
which can be treated as a Promise
Full Changelog: v0.0.20...v0.0.21
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.