Commit graph

30 commits

Author SHA1 Message Date
Simon Chan
97566445dc
chore: release version 2.1.1 2025-07-20 17:15:17 +08:00
Simon Chan
e0def5b8ac
feat(scrcpy): add support for server version 3.3.1 2025-06-21 18:29:09 +08:00
Simon Chan
7edd616b43
fix(scrcpy): fix UHID output stream from server version 2.6
This commit also replaced `ScrcpyOptions`'s `parseDeviceMessage`/`endDeviceMessageStream` methods with `deviceMessageParsers`. If you are using that two methods directly, you need to move to the new API
2025-06-21 18:28:33 +08:00
Simon Chan
748c4b2394
chore: release version 2.1.0 2025-06-17 14:15:29 +08:00
Simon Chan
40a60ca112
feat(stream): add Consumable.WrapByteReadableStream and MaybeConsumable.WrapWritableStream 2025-06-16 13:50:18 +08:00
Simon Chan
a835eb81b5
feat(adb): add state filters to AdbServerClient.prototype.getDevices and AdbServerClient.prototype.trackDevices 2025-06-16 13:49:16 +08:00
Simon Chan
dbcfd34c03
feat(adb): add AdbServerClient.prototype.createAdb()
as a shorthand for `createTransport` and `new Adb`
2025-06-02 21:42:41 +08:00
Simon Chan
ab23e4baa3
chore: release 2.0.1 2025-04-04 21:35:17 +08:00
Simon Chan
0bcb9b804b
fix(struct): buffer and struct may not have correct size 2025-04-04 21:33:14 +08:00
Simon Chan
f8b40e83b0
chore: release version 2.0.0 2025-04-04 20:57:48 +08:00
Simon Chan
05c01adbd1
feat(adb): make DeviceObserver#onListChange sticky 2025-04-04 01:27:47 +08:00
Simon Chan
fe06652f52
feat(scrcpy): move version to AdbScrcpyOptions and simplify inheritance 2025-04-04 01:25:32 +08:00
Simon Chan
b79df96301
feat(struct): allow structs to be used as fields directly (#741) 2025-04-04 00:26:42 +08:00
Simon Chan
0f29501c5f
feat(bin): add PackageManager.prototype.getPackages method 2025-03-02 18:15:33 +08:00
Simon Chan
02f5bd5929
feat(adb-scrcpy): add aliases for all AdbScrcpyOptions versions 2025-01-27 12:44:57 +08:00
Simon Chan
d51ac8dac9 feat(adb-scrcpy): forward clipboard stream to client 2025-01-02 23:24:52 +08:00
Simon Chan
52b198a6cd
chore: bump version to 1.1.0 2024-12-31 16:39:36 +08:00
Simon Chan
ab98953b69
feat(adb): add partial support for ADB server version 40 2024-12-30 16:40:23 +08:00
Simon Chan
fba7533d78 refactor(webcodecs): rename renderer types 2024-12-27 12:37:34 +08:00
Simon Chan
8c5b3c2632
feat(scrcpy): add support for Scrcpy 3.1 2024-12-24 01:51:00 +08:00
Simon Chan
cb44b6384c
feat(scrcpy): move version info to option classes 2024-12-24 01:39:35 +08:00
Simon Chan
7f2a09c378
fix(scrcpy): incorrect scroll controller in version 1.22 and later 2024-12-10 12:35:44 +08:00
Simon Chan
6140ebc772
chore: add changelogs 2024-12-07 14:33:59 +08:00
Simon Chan
c0d0695285
chore: version 1.0.0 2024-12-02 10:36:49 +08:00
Simon Chan
c68e216613
feat(adb0daemon-webusb): accept exclusionFilters in getDevices and DeviceObserver 2024-11-30 13:08:52 +08:00
Simon Chan
ea5002bc87
chore: small cleanups 2024-11-29 22:40:08 +08:00
Simon Chan
db8466f6ee
refactor: extract common types to @yume-chan/async package 2024-11-20 06:37:09 +08:00
Simon Chan
8e4c1ef963
feat(webcodecs): add a renderer based on Insertable Stream API 2024-08-06 23:22:21 +08:00
Simon Chan
53688d3edf
chore: add changesets 2024-07-14 22:39:18 +08:00
Simon Chan
59111cdb3d
chore: replace rush with pnpm workspace and changesets 2024-07-14 16:38:37 +08:00