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

Unverified Commit df3b9f1d authored by Simon Chan's avatar Simon Chan
Browse files

chore: add changelogs

parent 9a87f3ca
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
    "changes": [
        {
            "packageName": "@yume-chan/adb-daemon-webusb",
      "comment": "Fix a bug where in `AdbDaemonWebUsbDeviceManager.getDevices`, `filters.serialNumber` option doesn't match against auto-generated serial number (if the device doesn't have serial number)",
            "comment": "Fix `AdbDaemonWebUsbDeviceManager.getDevices` doesn't match auto-generated serial number against `filters.serialNumber` (if the device doesn't have a serial number)",
            "type": "none"
        }
    ],
+10 −0
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/adb",
            "comment": "Add support for delayed ack on Android 14",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/adb"
}
+10 −0
Original line number Diff line number Diff line
{
    "changes": [
        {
            "packageName": "@yume-chan/android-bin",
            "comment": "Add support for pm install session",
            "type": "none"
        }
    ],
    "packageName": "@yume-chan/android-bin"
}
+9 −9
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
    "changes": [
        {
            "packageName": "@yume-chan/aoa",
      "comment": "Remove `HidKeyboard.serializeInputReport`",
            "comment": "Replace `HidKeyboard.serializeInputReport` with `updateReport`, allowing to reuse the buffer",
            "type": "none"
        }
    ],
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
    "changes": [
        {
            "packageName": "@yume-chan/fetch-scrcpy-server",
            "comment": "Fix the generated `VERSION` constant incorrectly having a `v` character at the beginning",
            "comment": "Fix the generated `VERSION` constant incorrectly having a `v` character prefixed",
            "type": "none"
        }
    ],
Loading