Skip to content

Releases: yume-chan/ya-webadb

v2.6.0

06 Apr 06:46
a097916

Choose a tag to compare

@yume-chan/adb

  • Add device state (device, recovery, rescue, sideload, etc) to AdbBanner. It's similar to state field of AdbServerClient.Device, but for daemon transports (#842). Thanks to @niclimcy!

Full Changelog: v2.5.3...v2.6.0

v2.5.2

29 Dec 14:54
0236f2e

Choose a tag to compare

What's Changed

@yume-chan/adb-server-node-tcp

  • Pass signal to Socket to close the socket on connection abortion by @colinaaa in #824

New Contributors

Full Changelog: v2.5.1...v2.5.2

v2.5.1

29 Dec 07:27
035de9d

Choose a tag to compare

What's changed

@yume-chan/adb

  • Forward AdbShellProtocolProcess.stdin close signal to remote process (fixes #825)

Full Changelog: v2.5.0...v2.5.1

v2.5.0

24 Dec 08:40
ffbe77e

Choose a tag to compare

What's Changed

@yume-chan/scrcpy-decoder-webcodecs

  • Expose VideoDecoder.prototype.configure's hardwareAcceleration option in WebCodecsVideoDecoder's constructor (#822).
    Note: if a value is specified but the browser/OS doesn't support such decoding mode, the configure call will throw an error.

Full Changelog: v2.4.0...v2.5.0

v2.4.0

19 Dec 08:09
a138c2c

Choose a tag to compare

What's Changed

@yume-chan/adb

  • Daemon transport dispatcher no longer blocks on socket write by @tabilzad in #820

New Contributors

Full Changelog: v2.3.2...v2.4.0

v2.3.2

19 Dec 08:05
b6ea313

Choose a tag to compare

What's Changed

  • Fix scrcpy startup on Android 7.0 and below by using CLASSPATH by @daviddang91 in #819

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.0

11 Oct 03:08
617dc34

Choose a tag to compare

This version add support for new Scrcpy version:

@yume-chan/scrcpy and @yume-chan/adb-scrcpy

  • Add support for server version 3.3.3 (no protocol changes)

Full Changelog: v2.2.1...v2.3.0

v2.2.0

09 Sep 08:14
565df69

Choose a tag to compare

This version add support for new Scrcpy version:

@yume-chan/scrcpy and @yume-chan/adb-scrcpy

  • Add support for server version 3.3.2 (no protocol changes)

Full Changelog: v2.1.1...v2.2.0

v2.1.1

20 Jul 09:19
9756644

Choose a tag to compare

This version contains features and bugfixes for Scrcpy client:

@yume-chan/scrcpy

  • Add support for server version 3.3 and 3.3.1
  • Fix UHID output messages not working in client version 2.6 and later

v2.1.0

17 Jun 07:26
748c4b2

Choose a tag to compare

This is a small feature release:

@yume-chan/adb

  • AdbServerClient.prototype.getDevices and AdbServerClient.prototype.trackDevices now supports filtering devices by their states. Potentially return all devices from Google ADB server.

@yume-chan/scrcpy

  • Add support for server version 3.2

See https://tangoadb.dev/tango/upgrade/ for details and migration guides.

Full Changelog: v2.0.1...v2.1.0