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

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

chore: remove CHANGELOG.json as changesets doesn't support it

parent 2aebf06c
Loading
Loading
Loading
Loading
+0 −136
Original line number Diff line number Diff line
{
  "name": "@yume-chan/adb-credential-web",
  "entries": [
    {
      "version": "0.0.24",
      "tag": "@yume-chan/adb-credential-web_v0.0.24",
      "date": "Tue, 18 Jun 2024 02:49:43 GMT",
      "comments": {}
    },
    {
      "version": "0.0.23",
      "tag": "@yume-chan/adb-credential-web_v0.0.23",
      "date": "Thu, 21 Mar 2024 03:15:10 GMT",
      "comments": {}
    },
    {
      "version": "0.0.22",
      "tag": "@yume-chan/adb-credential-web_v0.0.22",
      "date": "Wed, 13 Dec 2023 05:57:27 GMT",
      "comments": {}
    },
    {
      "version": "0.0.21",
      "tag": "@yume-chan/adb-credential-web_v0.0.21",
      "date": "Fri, 25 Aug 2023 14:05:18 GMT",
      "comments": {
        "none": [
          {
            "comment": "Add name for public keys"
          },
          {
            "comment": "Change to save private keys in IndexedDB, allow usage from Web Workers"
          }
        ]
      }
    },
    {
      "version": "0.0.20",
      "tag": "@yume-chan/adb-credential-web_v0.0.20",
      "date": "Mon, 05 Jun 2023 02:51:41 GMT",
      "comments": {
        "none": [
          {
            "comment": "Change `AdbWebCredentialStore` to save private keys in IndexedDB, so it can be used in Web Workers. Previously saved keys in `localStorage` will be ignored and a new key will be generated."
          }
        ]
      }
    },
    {
      "version": "0.0.19",
      "tag": "@yume-chan/adb-credential-web_v0.0.19",
      "date": "Sun, 09 Apr 2023 05:55:33 GMT",
      "comments": {}
    },
    {
      "version": "0.0.18",
      "tag": "@yume-chan/adb-credential-web_v0.0.18",
      "date": "Wed, 25 Jan 2023 21:33:49 GMT",
      "comments": {}
    },
    {
      "version": "0.0.17",
      "tag": "@yume-chan/adb-credential-web_v0.0.17",
      "date": "Tue, 18 Oct 2022 09:32:30 GMT",
      "comments": {
        "none": [
          {
            "comment": "Update to use new stream util package"
          }
        ]
      }
    },
    {
      "version": "0.0.16",
      "tag": "@yume-chan/adb-credential-web_v0.0.16",
      "date": "Sat, 28 May 2022 03:56:37 GMT",
      "comments": {
        "none": [
          {
            "comment": "Upgrade TypeScript to 4.7.2 to enable Node.js ESM"
          }
        ]
      }
    },
    {
      "version": "0.0.15",
      "tag": "@yume-chan/adb-credential-web_v0.0.15",
      "date": "Mon, 02 May 2022 04:18:01 GMT",
      "comments": {}
    },
    {
      "version": "0.0.14",
      "tag": "@yume-chan/adb-credential-web_v0.0.14",
      "date": "Sat, 30 Apr 2022 14:05:48 GMT",
      "comments": {}
    },
    {
      "version": "0.0.13",
      "tag": "@yume-chan/adb-credential-web_v0.0.13",
      "date": "Thu, 28 Apr 2022 01:23:53 GMT",
      "comments": {}
    },
    {
      "version": "0.0.12",
      "tag": "@yume-chan/adb-credential-web_v0.0.12",
      "date": "Sun, 03 Apr 2022 11:18:47 GMT",
      "comments": {}
    },
    {
      "version": "0.0.11",
      "tag": "@yume-chan/adb-credential-web_v0.0.11",
      "date": "Sun, 03 Apr 2022 10:54:15 GMT",
      "comments": {
        "none": [
          {
            "comment": "Update to use Web Streams API"
          },
          {
            "comment": "Improve compatibility with Node.js 12 ESM format"
          }
        ],
        "dependency": [
          {
            "comment": "Updating dependency \"@yume-chan/adb\" from `^0.0.10` to `^0.0.11`"
          }
        ]
      }
    },
    {
      "version": "0.0.10",
      "tag": "@yume-chan/adb-credential-web_v0.0.10",
      "date": "Sun, 09 Jan 2022 15:52:20 GMT",
      "comments": {}
    }
  ]
}
+0 −199
Original line number Diff line number Diff line
{
  "name": "@yume-chan/adb-daemon-webusb",
  "entries": [
    {
      "version": "0.0.24",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.24",
      "date": "Tue, 18 Jun 2024 02:49:43 GMT",
      "comments": {}
    },
    {
      "version": "0.0.23",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.23",
      "date": "Thu, 21 Mar 2024 03:15:10 GMT",
      "comments": {
        "none": [
          {
            "comment": "Fix `AdbDaemonWebUsbDeviceManager.getDevices` doesn't match auto-generated serial number against `filters.serialNumber` (if the device doesn't have a serial number)"
          }
        ]
      }
    },
    {
      "version": "0.0.22",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.22",
      "date": "Wed, 13 Dec 2023 05:57:27 GMT",
      "comments": {
        "none": [
          {
            "comment": "Check incoming packet size to prevent Chrome from crashing"
          },
          {
            "comment": "Add `exclusionFilters` option to `AdbDaemonWebUsbDeviceManager#requestDevice` method"
          },
          {
            "comment": "`AdbDaemonWebUsbDevice` will generate a fake serial number from vid and pid if the device serial number is empty"
          }
        ]
      }
    },
    {
      "version": "0.0.21",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.21",
      "date": "Fri, 25 Aug 2023 14:05:18 GMT",
      "comments": {}
    },
    {
      "version": "0.0.20",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.20",
      "date": "Mon, 05 Jun 2023 02:51:41 GMT",
      "comments": {
        "none": [
          {
            "comment": "Use ECMAScript private class fields syntax (supported by Chrome 74, Firefox 90, Safari 14.1 and Node.js 12.0.0)."
          },
          {
            "comment": "Rename package to `@yume-chan/adb-daemon-webusb` following the renaming of `AdbDaemonTransport`."
          },
          {
            "comment": "Rename `AdbWebUsbBackend` to `AdbDaemonWebUsbDevice` following the renaming of `AdbDaemonTransport`."
          },
          {
            "comment": "Add Support for detecting device disconnects. It no longer throws an `NetworkError` when the device is disconnected."
          },
          {
            "comment": "Add `filters` parameter to `AdbDaemonWebUsbDeviceManager#getDevices`. The filtration is manually implemented because WebUSB's `getDevice` API doesn't support filters."
          }
        ]
      }
    },
    {
      "version": "0.0.19",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.19",
      "date": "Sun, 09 Apr 2023 05:55:33 GMT",
      "comments": {
        "none": [
          {
            "comment": "Remove stream queuing"
          },
          {
            "comment": "Add the `AdbWebUsbBackendManager` class to simplify the usage with custom WebUSB implementations (for example the `usb` NPM package)."
          }
        ]
      }
    },
    {
      "version": "0.0.18",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.18",
      "date": "Wed, 25 Jan 2023 21:33:49 GMT",
      "comments": {
        "none": [
          {
            "comment": "Add an option to specify USB filters"
          }
        ]
      }
    },
    {
      "version": "0.0.17",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.17",
      "date": "Tue, 18 Oct 2022 09:32:30 GMT",
      "comments": {
        "none": [
          {
            "comment": "Update to use new stream util package"
          }
        ]
      }
    },
    {
      "version": "0.0.16",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.16",
      "date": "Sat, 28 May 2022 03:56:37 GMT",
      "comments": {
        "none": [
          {
            "comment": "Upgrade TypeScript to 4.7.2 to enable Node.js ESM"
          }
        ]
      }
    },
    {
      "version": "0.0.15",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.15",
      "date": "Mon, 02 May 2022 04:18:01 GMT",
      "comments": {
        "none": [
          {
            "comment": "Improve connection lifecycle handling"
          }
        ]
      }
    },
    {
      "version": "0.0.14",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.14",
      "date": "Sat, 30 Apr 2022 14:05:48 GMT",
      "comments": {}
    },
    {
      "version": "0.0.13",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.13",
      "date": "Thu, 28 Apr 2022 01:23:53 GMT",
      "comments": {
        "none": [
          {
            "comment": "Workaround an issue in Chrome where `transferIn` never returns `babble` on Windows"
          }
        ]
      }
    },
    {
      "version": "0.0.12",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.12",
      "date": "Sun, 03 Apr 2022 11:18:47 GMT",
      "comments": {}
    },
    {
      "version": "0.0.11",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.11",
      "date": "Sun, 03 Apr 2022 10:54:15 GMT",
      "comments": {
        "none": [
          {
            "comment": "Update to use Web Streams API"
          },
          {
            "comment": "Improve compatibility with Node.js 12 ESM format"
          },
          {
            "comment": "Update license year"
          }
        ],
        "dependency": [
          {
            "comment": "Updating dependency \"@yume-chan/adb\" from `^0.0.10` to `^0.0.11`"
          }
        ]
      }
    },
    {
      "version": "0.0.10",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.10",
      "date": "Sun, 09 Jan 2022 15:52:20 GMT",
      "comments": {
        "none": [
          {
            "comment": "Remove `encodeUtf8()` and `decodeUtf8()` from `AdbBackend`"
          }
        ]
      }
    },
    {
      "version": "0.0.9",
      "tag": "@yume-chan/adb-daemon-webusb_v0.0.9",
      "date": "Sun, 09 Jan 2022 15:50:20 GMT",
      "comments": {}
    }
  ]
}
+0 −59
Original line number Diff line number Diff line
{
  "name": "@yume-chan/adb-scrcpy",
  "entries": [
    {
      "version": "0.0.24",
      "tag": "@yume-chan/adb-scrcpy_v0.0.24",
      "date": "Tue, 18 Jun 2024 02:49:43 GMT",
      "comments": {
        "none": [
          {
            "comment": "Rename `AdbScrcpyClient#controlMessageWriter` to `controller`"
          },
          {
            "comment": "Remove `AdbScrcpyClient#deviceMessageStream`. Use `ScrcpyOptions#clipboard` to watch clipboard changes."
          },
          {
            "comment": "Allow `AdbScrcpyClient#pushServer` to accept `ReadableStream<Uint8Array>` as input"
          },
          {
            "comment": "Add AV1 video size parsing support"
          },
          {
            "comment": "Loosen type parameter constraints on `AdbScrcpyOptionsX_XX` classes, allow them to accept more option types"
          }
        ]
      }
    },
    {
      "version": "0.0.23",
      "tag": "@yume-chan/adb-scrcpy_v0.0.23",
      "date": "Thu, 21 Mar 2024 03:15:10 GMT",
      "comments": {}
    },
    {
      "version": "0.0.22",
      "tag": "@yume-chan/adb-scrcpy_v0.0.22",
      "date": "Wed, 13 Dec 2023 05:57:27 GMT",
      "comments": {}
    },
    {
      "version": "0.0.21",
      "tag": "@yume-chan/adb-scrcpy_v0.0.21",
      "date": "Fri, 25 Aug 2023 14:05:18 GMT",
      "comments": {
        "none": [
          {
            "comment": "Add support for Scrcpy server version 2.1 and 2.1.1"
          }
        ]
      }
    },
    {
      "version": "0.0.20",
      "tag": "@yume-chan/adb-scrcpy_v0.0.20",
      "date": "Mon, 05 Jun 2023 02:51:41 GMT",
      "comments": {}
    }
  ]
}
+0 −29
Original line number Diff line number Diff line
{
  "name": "@yume-chan/adb-server-node-tcp",
  "entries": [
    {
      "version": "0.0.24",
      "tag": "@yume-chan/adb-server-node-tcp_v0.0.24",
      "date": "Tue, 18 Jun 2024 02:49:43 GMT",
      "comments": {}
    },
    {
      "version": "0.0.23",
      "tag": "@yume-chan/adb-server-node-tcp_v0.0.23",
      "date": "Thu, 21 Mar 2024 03:15:10 GMT",
      "comments": {}
    },
    {
      "version": "0.0.22",
      "tag": "@yume-chan/adb-server-node-tcp_v0.0.22",
      "date": "Wed, 13 Dec 2023 05:57:27 GMT",
      "comments": {}
    },
    {
      "version": "0.0.21",
      "tag": "@yume-chan/adb-server-node-tcp_v0.0.21",
      "date": "Fri, 25 Aug 2023 14:05:18 GMT",
      "comments": {}
    }
  ]
}

libraries/adb/CHANGELOG.json

deleted100644 → 0
+0 −298
Original line number Diff line number Diff line
{
  "name": "@yume-chan/adb",
  "entries": [
    {
      "version": "0.0.24",
      "tag": "@yume-chan/adb_v0.0.24",
      "date": "Tue, 18 Jun 2024 02:49:43 GMT",
      "comments": {
        "none": [
          {
            "comment": "Allow streams to accept both `Uint8Array` and `Consumable<Uint8Array>` as inputs"
          },
          {
            "comment": "Rename `AdbDaemonTransport`'s `debugSlowRead` option to `readTimeLimit`. Allow users to specify a custom timeout for read operations. It's still disabled by default."
          },
          {
            "comment": "Include unauthorized devices in `AdbServerClient#getDevices()` and `AdbServerClient#trackDevices()`. You need to filter them out if you don't need them."
          },
          {
            "comment": "Add more methods to `AdbServerClient`"
          },
          {
            "comment": "Group `AdbServerClient`-relating types into namespace. In future, more types will be moved to namespaces."
          },
          {
            "comment": "Fix `Adb#reverse#list()` returning an extra empty object."
          },
          {
            "comment": "Fix reverse tunnel handler not invoked."
          },
          {
            "comment": "Fix too many event listener warning in Node.js."
          }
        ]
      }
    },
    {
      "version": "0.0.23",
      "tag": "@yume-chan/adb_v0.0.23",
      "date": "Thu, 21 Mar 2024 03:15:10 GMT",
      "comments": {
        "none": [
          {
            "comment": "Refactor `AdbSubprocessShellProtocol` (this shouldn't affect usage)"
          },
          {
            "comment": "Add `AdbServerClient.trackDevices`, which runs a callback function whenever device list changes"
          },
          {
            "comment": "Add support for delayed ack on Android 14"
          }
        ]
      }
    },
    {
      "version": "0.0.22",
      "tag": "@yume-chan/adb_v0.0.22",
      "date": "Wed, 13 Dec 2023 05:57:27 GMT",
      "comments": {
        "none": [
          {
            "comment": "Add `getListenAddresses` method to `AdbTcpIpCommand` class for retrieving current ADB over WiFi state"
          },
          {
            "comment": "Add `debugSlowRead` option to `AdbDaemonTransport` that throws an error when an ADB socket is stalled for 5 seconds"
          },
          {
            "comment": "Fix `AdbSync#read` stuck when there is an error"
          },
          {
            "comment": "Fix TypeScript build when using `AdbSubprocessNoneProtocol` without installing `web-streams-polyfill` package"
          }
        ]
      }
    },
    {
      "version": "0.0.21",
      "tag": "@yume-chan/adb_v0.0.21",
      "date": "Fri, 25 Aug 2023 14:05:18 GMT",
      "comments": {
        "none": [
          {
            "comment": "Change `AdbSync` to throws `AdbSyncError` for errors returned by ADB Daemon"
          },
          {
            "comment": "Add name for public keys"
          },
          {
            "comment": "Add typed errors for `framebuffer` command when current app disables screen capture"
          },
          {
            "comment": "Change `AdbDaemonTransport` class to automatically close the connection, unless the new `preserveConnection` option is `true`"
          },
          {
            "comment": "Add `recursive` and `force` options to `rm` method, allow deleting folders"
          }
        ]
      }
    },
    {
      "version": "0.0.20",
      "tag": "@yume-chan/adb_v0.0.20",
      "date": "Mon, 05 Jun 2023 02:51:41 GMT",
      "comments": {
        "none": [
          {
            "comment": "Use ECMAScript private class fields syntax (supported by Chrome 74, Firefox 90, Safari 14.1 and Node.js 12.0.0)."
          },
          {
            "comment": "Refactor `AdbSubprocessShellProtocol` class, this should improve some performance."
          },
          {
            "comment": "Split `mode` parameter in `AdbSync#write()` into `type` and `permission` for ease of use."
          },
          {
            "comment": "Add `AdbReverseCommand#addExternal()`. This only register the reverse tunnel to the device, the handler should already exists (for example you are adding a reverse tunnel for an external program that's already listening on the port). In ADB direct connection, this should do nothing, because the reverse tunnel is handled by this library and there is no mean of \"external\" handler."
          },
          {
            "comment": "Change `AdbTcpIpCommand#setPort` and `AdbTcpIpCommand#disable` to return or throw the response text. This can be displayed to the user to know what's wrong."
          },
          {
            "comment": "Add support for connecting to ADB servers. Because a USB device can only be used by one process at a time, the ADB server is the process that manages all connected devices. The server proxies and multiplexes connections from ADB clients so multiple adb commands can be executed on one device at the same time. The `Adb` class is no longer responsible for connecting and authenticating with ADB daemons. The `AdbTransport` interface and its two implementations `AdbDaemonTransport` and `AdbServerTransport` was added to connect to either ADB daemons or servers in compatible environments. Read the PR for details, migration paths, and examples. ([#549](https://github.com/yume-chan/ya-webadb/pull/549))"
          },
          {
            "comment": "Add `serial` field to `Adb` class."
          },
          {
            "comment": "Group `product`, `model`, `device` and `features` fields on `Adb` class to the `banner` field with type of `AdbBanner`."
          }
        ]
      }
    },
    {
      "version": "0.0.19",
      "tag": "@yume-chan/adb_v0.0.19",
      "date": "Sun, 09 Apr 2023 05:55:33 GMT",
      "comments": {
        "none": [
          {
            "comment": "Remove `Adb#install` in favor of `PackageManager#install` from `@yume-chan/android-bin` package"
          },
          {
            "comment": "Change `AdbSync#write` to take a `ReadableStream<Uint8Array>` instead of returning a `WritableStream<Uint8Array>`"
          },
          {
            "comment": "Add buffering in sync module to improve transfer speed"
          },
          {
            "comment": "Add `AdbReverseError` and `AdbReverseNotSupportedError` for better error handling in reverse tunnel command."
          }
        ]
      }
    },
    {
      "version": "0.0.18",
      "tag": "@yume-chan/adb_v0.0.18",
      "date": "Wed, 25 Jan 2023 21:33:49 GMT",
      "comments": {}
    },
    {
      "version": "0.0.17",
      "tag": "@yume-chan/adb_v0.0.17",
      "date": "Tue, 18 Oct 2022 09:32:30 GMT",
      "comments": {
        "none": [
          {
            "comment": "Move stream utils to separate package"
          }
        ]
      }
    },
    {
      "version": "0.0.16",
      "tag": "@yume-chan/adb_v0.0.16",
      "date": "Sat, 28 May 2022 03:56:37 GMT",
      "comments": {
        "none": [
          {
            "comment": "Upgrade TypeScript to 4.7.2 to enable Node.js ESM"
          },
          {
            "comment": "Upgrade web-streams-polyfill to 4.0.0-beta.3, fix an issue where `Adb#close()` doesn't release the connection."
          },
          {
            "comment": "Fix an issue where `AdbSocket#readable#cancel()` stalls the connection."
          },
          {
            "comment": "Improve performance of `BufferedStream` by up to 100%."
          }
        ]
      }
    },
    {
      "version": "0.0.15",
      "tag": "@yume-chan/adb_v0.0.15",
      "date": "Mon, 02 May 2022 04:18:01 GMT",
      "comments": {
        "none": [
          {
            "comment": "Add support for old protocol of `reverse:forward` command before Android 8"
          },
          {
            "comment": "Improve connection lifecycle handling"
          },
          {
            "comment": "Update `reverse.add` to accept any string local address"
          },
          {
            "comment": "Fix an issue where `reverse` commands doesn't parse error message correctly"
          }
        ]
      }
    },
    {
      "version": "0.0.14",
      "tag": "@yume-chan/adb_v0.0.14",
      "date": "Sat, 30 Apr 2022 14:05:48 GMT",
      "comments": {
        "none": [
          {
            "comment": "Fix an issue where `subprocess.spawn` doesn't work on Android 6"
          },
          {
            "comment": "Add an `Adb#close()` method to gracefully shutdown a connection"
          }
        ]
      }
    },
    {
      "version": "0.0.13",
      "tag": "@yume-chan/adb_v0.0.13",
      "date": "Thu, 28 Apr 2022 01:23:53 GMT",
      "comments": {
        "none": [
          {
            "comment": "Add support for raw shell mode"
          },
          {
            "comment": "Add support for LIS2 command in Sync protocol"
          },
          {
            "comment": "Add workaround for the push_mkdir issue in Android 9"
          }
        ]
      }
    },
    {
      "version": "0.0.12",
      "tag": "@yume-chan/adb_v0.0.12",
      "date": "Sun, 03 Apr 2022 11:18:47 GMT",
      "comments": {}
    },
    {
      "version": "0.0.11",
      "tag": "@yume-chan/adb_v0.0.11",
      "date": "Sun, 03 Apr 2022 10:54:15 GMT",
      "comments": {
        "none": [
          {
            "comment": "Add power related API"
          },
          {
            "comment": "Update compatibility matrix"
          },
          {
            "comment": "Update license year"
          }
        ],
        "patch": [
          {
            "comment": "Update to use Web Streams API"
          },
          {
            "comment": "Improve compatibility with Node.js 12 ESM format"
          }
        ]
      }
    },
    {
      "version": "0.0.10",
      "tag": "@yume-chan/adb_v0.0.10",
      "date": "Sun, 09 Jan 2022 15:52:20 GMT",
      "comments": {
        "none": [
          {
            "comment": "Remove `encodeUtf8()` and `decodeUtf8()` from `AdbBackend`"
          }
        ]
      }
    },
    {
      "version": "0.0.9",
      "tag": "@yume-chan/adb_v0.0.9",
      "date": "Sun, 09 Jan 2022 15:50:20 GMT",
      "comments": {}
    }
  ]
}
Loading