ezuikit-js 9.0.2-beta.3 → 9.0.3-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -1
- package/ezuikit.js +23 -22
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.js +1 -1
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.wasm +0 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.js +1 -1
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.wasm +0 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.js +1 -1
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.wasm +0 -0
- package/index.js +20 -19
- package/index.mjs +21 -20
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,27 @@
|
|
|
1
|
-
### v9.0.
|
|
1
|
+
### ### v9.0.3(2026-04-10)
|
|
2
|
+
|
|
3
|
+
#### Feat
|
|
4
|
+
|
|
5
|
+
- 硬解模式支持带水印录制
|
|
6
|
+
|
|
7
|
+
- 电子放大后截图展示放大区域
|
|
8
|
+
|
|
9
|
+
- 支持鼠标滚动缩放时间轴
|
|
10
|
+
|
|
11
|
+
#### Fixed
|
|
12
|
+
|
|
13
|
+
- 部分设备录制文件声音异常修复
|
|
14
|
+
|
|
15
|
+
### v9.0.2(2026-03-30)
|
|
2
16
|
|
|
3
17
|
#### Feat
|
|
4
18
|
|
|
5
19
|
- 支持 hls 直播流播放
|
|
6
20
|
|
|
21
|
+
#### Fix
|
|
22
|
+
|
|
23
|
+
- 取消广播初始化获取麦克风权限
|
|
24
|
+
|
|
7
25
|
### v9.0.1(2026-03-25)
|
|
8
26
|
|
|
9
27
|
#### Feat
|