mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
chore: add changelogs
This commit is contained in:
parent
1c14eb69e7
commit
37ef1dd2fa
11 changed files with 73 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
"changes": [
|
"changes": [
|
||||||
{
|
{
|
||||||
"packageName": "@yume-chan/adb-scrcpy",
|
"packageName": "@yume-chan/adb-scrcpy",
|
||||||
"comment": "Removed `AdbScrcpyClient#deviceMessageStream`. Use `ScrcpyOptions#clipboard` to watch clipboard changes.",
|
"comment": "Remove `AdbScrcpyClient#deviceMessageStream`. Use `ScrcpyOptions#clipboard` to watch clipboard changes.",
|
||||||
"type": "none"
|
"type": "none"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"packageName": "@yume-chan/adb-scrcpy",
|
||||||
|
"comment": "Allow `AdbScrcpyClient#pushServer` to accept `ReadableStream<Uint8Array>` as input",
|
||||||
|
"type": "none"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packageName": "@yume-chan/adb-scrcpy"
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"packageName": "@yume-chan/adb-scrcpy",
|
||||||
|
"comment": "Add AV1 video size parsing support",
|
||||||
|
"type": "none"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packageName": "@yume-chan/adb-scrcpy"
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"packageName": "@yume-chan/adb-scrcpy",
|
||||||
|
"comment": "Loosen type parameter constraints on `AdbScrcpyOptionsX_XX` classes, allow them to accept more option types",
|
||||||
|
"type": "none"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packageName": "@yume-chan/adb-scrcpy"
|
||||||
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
"changes": [
|
"changes": [
|
||||||
{
|
{
|
||||||
"packageName": "@yume-chan/adb",
|
"packageName": "@yume-chan/adb",
|
||||||
"comment": "Rename `debugSlowRead` option to `readTimeLimit`. Allow users to specify a timeout for read operations. The default value is still infinity.",
|
"comment": "Rename `AdbDaemonTransport`'s `debugSlowRead` option to `readTimeLimit`. Allow users to specify a custom timeout for read operations. It's still disabled by default.",
|
||||||
"type": "none"
|
"type": "none"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"changes": [
|
"changes": [
|
||||||
{
|
{
|
||||||
"packageName": "@yume-chan/adb",
|
"packageName": "@yume-chan/adb",
|
||||||
"comment": "Group `AdbServerClient` related types into the `AdbServerClient` namespace. In future, more types will be moved to namespaces.",
|
"comment": "Group `AdbServerClient`-relating types into `AdbServerClient` namespace. In future, more types will be moved to namespaces.",
|
||||||
"type": "none"
|
"type": "none"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
10
common/changes/@yume-chan/adb/main_2024-05-10-00-36.json
Normal file
10
common/changes/@yume-chan/adb/main_2024-05-10-00-36.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"packageName": "@yume-chan/adb",
|
||||||
|
"comment": "Fix `Adb#reverse#list()` returning an extra empty object.",
|
||||||
|
"type": "none"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packageName": "@yume-chan/adb"
|
||||||
|
}
|
10
common/changes/@yume-chan/adb/main_2024-05-10-00-37.json
Normal file
10
common/changes/@yume-chan/adb/main_2024-05-10-00-37.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"packageName": "@yume-chan/adb",
|
||||||
|
"comment": "Fix reverse tunnel handler not invoked.",
|
||||||
|
"type": "none"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packageName": "@yume-chan/adb"
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"packageName": "@yume-chan/scrcpy-decoder-tinyh264",
|
||||||
|
"comment": "Rename `frameRendered` and `frameSkipped` to `framesRendered` and `framesSkipped`",
|
||||||
|
"type": "none"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packageName": "@yume-chan/scrcpy-decoder-tinyh264"
|
||||||
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
"changes": [
|
"changes": [
|
||||||
{
|
{
|
||||||
"packageName": "@yume-chan/scrcpy",
|
"packageName": "@yume-chan/scrcpy",
|
||||||
"comment": "Add support for `setClipboard` to wait for the clipboard to be updated (when `sequence` is not 0)",
|
"comment": "Make `ScrcpyControlMessageWriter#setClipboard` wait for the clipboard to be updated on device (when `sequence` is not 0)",
|
||||||
"type": "none"
|
"type": "none"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -93,14 +93,15 @@ export class AdbReverseCommand extends AutoDisposable {
|
||||||
const stream = await this.createBufferedStream("reverse:list-forward");
|
const stream = await this.createBufferedStream("reverse:list-forward");
|
||||||
|
|
||||||
const response = await AdbReverseStringResponse.deserialize(stream);
|
const response = await AdbReverseStringResponse.deserialize(stream);
|
||||||
return response.content.split("\n").map((line) => {
|
return response.content
|
||||||
const [deviceSerial, localName, remoteName] = line.split(" ") as [
|
.split("\n")
|
||||||
string,
|
.filter((line) => !!line)
|
||||||
string,
|
.map((line) => {
|
||||||
string,
|
const [deviceSerial, localName, remoteName] = line.split(
|
||||||
];
|
" ",
|
||||||
return { deviceSerial, localName, remoteName };
|
) as [string, string, string];
|
||||||
});
|
return { deviceSerial, localName, remoteName };
|
||||||
|
});
|
||||||
|
|
||||||
// No need to close the stream, device will close it
|
// No need to close the stream, device will close it
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue