Skip to content

v0.0.21

Compare
Choose a tag to compare
@yume-chan yume-chan released this 09 Sep 17:09
· 105 commits to main since this release
c48ffc1

What's Changed

@yume-chan/adb

  • Change AdbSync to throws AdbSyncError 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 new preserveConnection option is true
  • Add recursive and force options to rm 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 from Settings#get
  • Add wrappers for dumpsys diskstats and dumpsys battery
  • Add wrapper for pm list packages
  • Rewrite Settings to use Cmd if available
  • Add support to stop bugreport generation using AbortSiganl
  • Merge bugreport and bugreportz wrappers, providing an automatic method to choose the best available bugreport method

@yume-chan/stream-extra

  • Replace GatherStringStream with ConcatStringStream 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.