mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-06 03:50:18 +02:00
refactor: extract common types to @yume-chan/async
package
This commit is contained in:
parent
6cb0a589fa
commit
db8466f6ee
58 changed files with 337 additions and 267 deletions
5
.changeset/brown-badgers-stare.md
Normal file
5
.changeset/brown-badgers-stare.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@yume-chan/scrcpy-decoder-tinyh264": patch
|
||||
---
|
||||
|
||||
Add support for rendering into `OffscreenCanvas`
|
8
.changeset/eighty-spies-run.md
Normal file
8
.changeset/eighty-spies-run.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
"@yume-chan/adb": patch
|
||||
"@yume-chan/adb-scrcpy": patch
|
||||
"@yume-chan/scrcpy": patch
|
||||
"@yume-chan/struct": patch
|
||||
---
|
||||
|
||||
Rewrite the struct API completely
|
5
.changeset/fifty-knives-hunt.md
Normal file
5
.changeset/fifty-knives-hunt.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@yume-chan/adb-daemon-webusb": patch
|
||||
---
|
||||
|
||||
Accept standard `USBDeviceFilter` type and fill in default interface filters automatically
|
6
.changeset/fifty-points-protect.md
Normal file
6
.changeset/fifty-points-protect.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
"@yume-chan/adb": patch
|
||||
"@yume-chan/adb-credential-web": patch
|
||||
---
|
||||
|
||||
Add common interface for device observers
|
5
.changeset/four-pets-shave.md
Normal file
5
.changeset/four-pets-shave.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@yume-chan/scrcpy-decoder-webcodecs": patch
|
||||
---
|
||||
|
||||
Fix H.265 rendering in Microsoft Edge
|
5
.changeset/gold-dancers-turn.md
Normal file
5
.changeset/gold-dancers-turn.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@yume-chan/adb-daemon-webusb": patch
|
||||
---
|
||||
|
||||
Throw `DeviceBusyError` when interface can't be claimed
|
7
.changeset/slow-dodos-train.md
Normal file
7
.changeset/slow-dodos-train.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
"@yume-chan/adb": patch
|
||||
"@yume-chan/scrcpy": patch
|
||||
"@yume-chan/struct": patch
|
||||
---
|
||||
|
||||
Improve tree-shaking by removing TypeScript enum and namespace
|
5
.changeset/twelve-rivers-remain.md
Normal file
5
.changeset/twelve-rivers-remain.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@yume-chan/scrcpy-decoder-webcodecs": patch
|
||||
---
|
||||
|
||||
Add a `snapshot` method to convert the last rendered frame into PNG
|
5
.changeset/wicked-llamas-lick.md
Normal file
5
.changeset/wicked-llamas-lick.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@yume-chan/adb-scrcpy": patch
|
||||
---
|
||||
|
||||
Fix automatically switching to forward tunnel when reverse tunnel is not supported
|
Loading…
Add table
Add a link
Reference in a new issue