Skip to content

Commit

Permalink
update next changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Dec 29, 2024
1 parent 6de6108 commit 5375673
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"fastboot",
"framebuffer",
"getprop",
"Insertable",
"libusb",
"logcat",
"muxer",
Expand Down Expand Up @@ -39,6 +40,7 @@
"typeof",
"UHID",
"unmanaged",
"webcodecs",
"webcrypto",
"webusb",
"wirelessly",
Expand Down
4 changes: 4 additions & 0 deletions docs/scrcpy/upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ const options = new ScrcpyOptions3_1({
In `ScrcpyOptions1_22` and later, the scroll controller for the mouse scroll event has been fixed.

This fixes the [`injectScroll`](./control/scroll.mdx) control message.

## `@yume-chan/scrcpy-decoder-webcodecs`

`WebCodecsDecoderRenderer`s have been renamed to `VideoFrameRenderer`s, to show that they are independent of `WebCodecsVideoDecoder`, and can be used separately to render any `VideoFrame`s.

0 comments on commit 5375673

Please sign in to comment.