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

Unverified Commit 37ef1dd2 authored by Simon Chan's avatar Simon Chan
Browse files

chore: add changelogs

parent 1c14eb69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
    "changes": [
        {
            "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"
        }
    ],
+10 −0
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/adb-scrcpy",
            "comment": "Allow `AdbScrcpyClient#pushServer` to accept `ReadableStream<Uint8Array>` as input",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/adb-scrcpy"
}
+10 −0
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/adb-scrcpy",
            "comment": "Add AV1 video size parsing support",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/adb-scrcpy"
}
+10 −0
Original line number Diff line number Diff line
{
    "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"
}
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
    "changes": [
        {
            "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"
        }
    ],
Loading