mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 19:42:15 +02:00
chore: version 1.0.0
This commit is contained in:
parent
d8301a61f2
commit
c0d0695285
47 changed files with 413 additions and 130 deletions
|
@ -1,8 +1,32 @@
|
|||
# Change Log - @yume-chan/scrcpy-decoder-webcodecs
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 53688d3: Use PNPM workspace and Changesets to manage the monorepo.
|
||||
|
||||
Because Changesets doesn't support alpha versions (`0.x.x`), this version is `1.0.0`. Future versions will follow SemVer rules, for example, breaking API changes will introduce a new major version.
|
||||
|
||||
- db8466f: Fix H.265 rendering in Microsoft Edge
|
||||
- 8e4c1ef: Add a renderer based on Insertable Stream API
|
||||
- db8466f: Add a `snapshot` method to convert the last rendered frame into PNG
|
||||
- Updated dependencies [53688d3]
|
||||
- Updated dependencies [db8466f]
|
||||
- Updated dependencies [db8466f]
|
||||
- Updated dependencies [ea5002b]
|
||||
- Updated dependencies [ea5002b]
|
||||
- Updated dependencies [db8466f]
|
||||
- @yume-chan/scrcpy-decoder-tinyh264@1.0.1
|
||||
- @yume-chan/no-data-view@1.0.1
|
||||
- @yume-chan/stream-extra@1.0.1
|
||||
- @yume-chan/scrcpy@1.0.1
|
||||
- @yume-chan/event@1.0.1
|
||||
|
||||
This log was last generated on Tue, 18 Jun 2024 02:49:43 GMT and should not be manually modified.
|
||||
|
||||
## 0.0.24
|
||||
|
||||
Tue, 18 Jun 2024 02:49:43 GMT
|
||||
|
||||
### Updates
|
||||
|
@ -11,6 +35,7 @@ Tue, 18 Jun 2024 02:49:43 GMT
|
|||
- Add `enableCapture` option to `WebCodecsVideoDecoder` which allows `renderer.readPixels` and `renderer.toDataURL` to work. The performance will be slightly affected when enabled.
|
||||
|
||||
## 0.0.23
|
||||
|
||||
Thu, 21 Mar 2024 03:15:10 GMT
|
||||
|
||||
### Updates
|
||||
|
@ -19,16 +44,19 @@ Thu, 21 Mar 2024 03:15:10 GMT
|
|||
- Add WebGL and Bitmap based video renderers, which are 1.5 to 3 times faster on Android devices
|
||||
|
||||
## 0.0.22
|
||||
|
||||
Wed, 13 Dec 2023 05:57:27 GMT
|
||||
|
||||
_Version update only_
|
||||
|
||||
## 0.0.21
|
||||
|
||||
Fri, 25 Aug 2023 14:05:18 GMT
|
||||
|
||||
_Version update only_
|
||||
|
||||
## 0.0.20
|
||||
|
||||
Mon, 05 Jun 2023 02:51:41 GMT
|
||||
|
||||
### Updates
|
||||
|
@ -36,11 +64,13 @@ Mon, 05 Jun 2023 02:51:41 GMT
|
|||
- Add support for decoding H.265 on supported browsers (Chrome works, Microsoft Edge with HEVC Video Extension from Microsoft Store doesn't decode H.265 correctly).
|
||||
|
||||
## 0.0.19
|
||||
|
||||
Sun, 09 Apr 2023 05:55:33 GMT
|
||||
|
||||
_Version update only_
|
||||
|
||||
## 0.0.18
|
||||
|
||||
Wed, 25 Jan 2023 21:33:49 GMT
|
||||
|
||||
### Updates
|
||||
|
@ -48,9 +78,9 @@ Wed, 25 Jan 2023 21:33:49 GMT
|
|||
- Change to not use vertical sync to minimize latency
|
||||
|
||||
## 0.0.17
|
||||
|
||||
Tue, 18 Oct 2022 09:32:30 GMT
|
||||
|
||||
### Updates
|
||||
|
||||
- Separated from `@yume-chan/scrcpy` for simpler dependency management.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@yume-chan/scrcpy-decoder-webcodecs",
|
||||
"version": "0.0.24",
|
||||
"version": "1.0.0",
|
||||
"description": "Raw H.264 stream decoder and renderer using WebCodecs API (requires modern browser).",
|
||||
"keywords": [
|
||||
"adb",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue