123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- {
- "name": "@yume-chan/adb",
- "entries": [
- {
- "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": {}
- }
- ]
- }
|