Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 0a135229 authored by Simon Chan's avatar Simon Chan
Browse files

chore: add changelogs

parent 65c9049b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/adb",
            "comment": "Add `debugSlowRead` option to `AdbDaemonTransport` that throws an error when an ADB socket is stalled for 5 seconds",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/adb"
}
+10 −0
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/scrcpy",
            "comment": "Add support for Scrcpy 2.2",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/scrcpy"
}
+2 −2
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/adb-daemon-webusb",
            "packageName": "@yume-chan/android-bin",
            "comment": "Add `status` and `health` fields to `DumpSys#battery`",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/adb-daemon-webusb"
    "packageName": "@yume-chan/android-bin"
}
+10 −0
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/adb-daemon-webusb",
            "comment": "`AdbDaemonWebUsbDevice` will generate a fake serial number from vid and pid if the device serial number is empty",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/adb-daemon-webusb"
}
+45 −2
Original line number Diff line number Diff line
# `@yume-chan/adb-server-node-tcp`
<p align="center">
    <img alt="Tango" src="https://raw.githubusercontent.com/yume-chan/ya-webadb/main/.github/logo.svg" width="200">
</p>

Server connector for `@yume-chan/adb` using Node.js' `net` module.
<h1 align="center">@yume-chan/adb-server-node-tcp</h1>

<p align="center">
    ADB server connector for `@yume-chan/adb` using Node.js' `net` module
</p>

<p align="center">
    <a href="https://github.com/yume-chan/ya-webadb/blob/main/LICENSE">
        <img alt="MIT License" src="https://img.shields.io/github/license/yume-chan/ya-webadb">
    </a>
    <a href="https://github.com/yume-chan/ya-webadb/releases">
        <img alt="GitHub release" src="https://img.shields.io/github/v/release/yume-chan/ya-webadb?logo=github">
    </a>
    <a href="https://www.npmjs.com/package/@yume-chan/adb">
        <img alt="npm" src="https://img.shields.io/npm/dm/%40yume-chan/adb?logo=npm">
    </a>
    <a href="https://discord.gg/26k3ttC2PN">
        <img alt="Discord" src="https://img.shields.io/discord/1120215514732564502?logo=discord&logoColor=%23ffffff&label=Discord">
    </a>
</p>

This package is part of [Tango ADB](https://github.com/yume-chan/ya-webadb). Generally you need multiple packages to build a complete ADB client that can run on Web browsers and Node.js. Read the documentation for more information.

## Documentation

Check the latest documentation at https://tango-adb.github.io/docs/

## Sponsors

[Become a backer](https://opencollective.com/ya-webadb) and get your image on our README on Github with a link to your site.

<a href="https://opencollective.com/ya-webadb/backer/0/website?requireActive=false" target="_blank"><img src="https://opencollective.com/ya-webadb/backer/0/avatar.svg?requireActive=false"></a>
<a href="https://opencollective.com/ya-webadb/backer/1/website?requireActive=false" target="_blank"><img src="https://opencollective.com/ya-webadb/backer/1/avatar.svg?requireActive=false"></a>
<a href="https://opencollective.com/ya-webadb/backer/2/website?requireActive=false" target="_blank"><img src="https://opencollective.com/ya-webadb/backer/2/avatar.svg?requireActive=false"></a>
<a href="https://opencollective.com/ya-webadb/backer/3/website?requireActive=false" target="_blank"><img src="https://opencollective.com/ya-webadb/backer/3/avatar.svg?requireActive=false"></a>
<a href="https://opencollective.com/ya-webadb/backer/4/website?requireActive=false" target="_blank"><img src="https://opencollective.com/ya-webadb/backer/4/avatar.svg?requireActive=false"></a>
<a href="https://opencollective.com/ya-webadb/backer/5/website?requireActive=false" target="_blank"><img src="https://opencollective.com/ya-webadb/backer/5/avatar.svg?requireActive=false"></a>
<a href="https://opencollective.com/ya-webadb/backer/6/website?requireActive=false" target="_blank"><img src="https://opencollective.com/ya-webadb/backer/6/avatar.svg?requireActive=false"></a>
<a href="https://opencollective.com/ya-webadb/backer/7/website?requireActive=false" target="_blank"><img src="https://opencollective.com/ya-webadb/backer/7/avatar.svg?requireActive=false"></a>
<a href="https://opencollective.com/ya-webadb/backer/8/website?requireActive=false" target="_blank"><img src="https://opencollective.com/ya-webadb/backer/8/avatar.svg?requireActive=false"></a>
<a href="https://opencollective.com/ya-webadb/backer/9/website?requireActive=false" target="_blank"><img src="https://opencollective.com/ya-webadb/backer/9/avatar.svg?requireActive=false"></a>
<a href="https://opencollective.com/ya-webadb/backer/10/website?requireActive=false" target="_blank"><img src="https://opencollective.com/ya-webadb/backer/10/avatar.svg?requireActive=false"></a>
Loading