chore: add changelogs

This commit is contained in:
Simon Chan 2023-07-21 16:01:37 +08:00
parent 230d45bb93
commit 2835848800
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
22 changed files with 220 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/adb-credential-web",
"comment": "Add name for public keys",
"type": "none"
}
],
"packageName": "@yume-chan/adb-credential-web"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/adb-daemon-webusb",
"comment": "",
"type": "none"
}
],
"packageName": "@yume-chan/adb-daemon-webusb"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/adb-scrcpy",
"comment": "Add support for Scrcpy server version 2.1 and 2.1.1",
"type": "none"
}
],
"packageName": "@yume-chan/adb-scrcpy"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/adb",
"comment": "Change `AdbSync` to throws `AdbSyncError` for errors returned by ADB Daemon",
"type": "none"
}
],
"packageName": "@yume-chan/adb"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/adb",
"comment": "Add name for public keys",
"type": "none"
}
],
"packageName": "@yume-chan/adb"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/android-bin",
"comment": "Add wrapper for `bu`",
"type": "none"
}
],
"packageName": "@yume-chan/android-bin"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/android-bin",
"comment": "Remove the last `\\n` from `Settings#get`",
"type": "none"
}
],
"packageName": "@yume-chan/android-bin"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/android-bin",
"comment": "Add wrappers for `dumpsys diskstats` and `dumpsys battery`",
"type": "none"
}
],
"packageName": "@yume-chan/android-bin"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/android-bin",
"comment": "Add wrapper for `pm list packages`",
"type": "none"
}
],
"packageName": "@yume-chan/android-bin"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/android-bin",
"comment": "Rewrite `Settings` to use `Cmd` if available",
"type": "none"
}
],
"packageName": "@yume-chan/android-bin"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/aoa",
"comment": "",
"type": "none"
}
],
"packageName": "@yume-chan/aoa"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/b-tree",
"comment": "",
"type": "none"
}
],
"packageName": "@yume-chan/b-tree"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/dataview-bigint-polyfill",
"comment": "",
"type": "none"
}
],
"packageName": "@yume-chan/dataview-bigint-polyfill"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/event",
"comment": "",
"type": "none"
}
],
"packageName": "@yume-chan/event"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/fetch-scrcpy-server",
"comment": "Move the fetching server binary script to `@yume-chan/scrcpy-fetch-server` package",
"type": "none"
}
],
"packageName": "@yume-chan/fetch-scrcpy-server"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/pcm-player",
"comment": "",
"type": "none"
}
],
"packageName": "@yume-chan/pcm-player"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/scrcpy-decoder-tinyh264",
"comment": "",
"type": "none"
}
],
"packageName": "@yume-chan/scrcpy-decoder-tinyh264"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/scrcpy-decoder-webcodecs",
"comment": "",
"type": "none"
}
],
"packageName": "@yume-chan/scrcpy-decoder-webcodecs"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/scrcpy",
"comment": "Add support for Scrcpy server version 2.1 and 2.1.1",
"type": "none"
}
],
"packageName": "@yume-chan/scrcpy"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/scrcpy",
"comment": "Move the fetching server binary script to `@yume-chan/scrcpy-fetch-server` package",
"type": "none"
}
],
"packageName": "@yume-chan/scrcpy"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/stream-extra",
"comment": "Replace `GatherStringStream` with `ConcatStringStream` which can be treated as a Promise",
"type": "none"
}
],
"packageName": "@yume-chan/stream-extra"
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yume-chan/struct",
"comment": "",
"type": "none"
}
],
"packageName": "@yume-chan/struct"
}