@wisdoverse/dsh-inline-media-viewer 1.0.10-alpha.1 → 1.0.10
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 +6 -0
- package/README.md +2 -2
- package/README.zh-CN.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.10
|
|
4
|
+
|
|
5
|
+
- Promote 1.0.10-alpha.1 to the stable release without runtime changes.
|
|
6
|
+
- Verify plugin import and host startup on DSH v0.1.2-rc.1; retain the v0.1.3-alpha.1 API adaptation.
|
|
7
|
+
- Browser media playback and the final DSH v0.1.3 release have not been verified.
|
|
8
|
+
|
|
3
9
|
## 1.0.10-alpha.1
|
|
4
10
|
|
|
5
11
|
- Adapt to DSH v0.1.3-alpha.1: register host settings through `settings.register`,
|
package/README.md
CHANGED
|
@@ -59,14 +59,14 @@ audio/sound.mp3 → <audio controls>
|
|
|
59
59
|
|
|
60
60
|
## Installation
|
|
61
61
|
|
|
62
|
-
Targets DSH **v0.1.3-alpha.1
|
|
62
|
+
Targets DSH **v0.1.3-alpha.1** APIs. Host startup was also verified on **v0.1.2-rc.1**. Browser media playback and the final DSH v0.1.3 release have not been verified.
|
|
63
63
|
|
|
64
64
|
### From npm
|
|
65
65
|
|
|
66
66
|
Install and activate the bundle in your Web profile:
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
|
-
dsh plugin --profile web add @wisdoverse/dsh-inline-media-viewer@1.0.10
|
|
69
|
+
dsh plugin --profile web add @wisdoverse/dsh-inline-media-viewer@1.0.10
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
Restart the Web profile after installation.
|
package/README.zh-CN.md
CHANGED
|
@@ -57,14 +57,14 @@ audio/sound.mp3 → <audio controls>
|
|
|
57
57
|
|
|
58
58
|
## 安装
|
|
59
59
|
|
|
60
|
-
适配 DSH **v0.1.3-alpha.1
|
|
60
|
+
适配 DSH **v0.1.3-alpha.1** API,并已在 **v0.1.2-rc.1** 验证宿主启动。浏览器媒体播放及 DSH v0.1.3 正式版尚未验证。
|
|
61
61
|
|
|
62
62
|
### 通过 npm 安装
|
|
63
63
|
|
|
64
64
|
在 Web profile 中安装并启用 Bundle:
|
|
65
65
|
|
|
66
66
|
```bash
|
|
67
|
-
dsh plugin --profile web add @wisdoverse/dsh-inline-media-viewer@1.0.10
|
|
67
|
+
dsh plugin --profile web add @wisdoverse/dsh-inline-media-viewer@1.0.10
|
|
68
68
|
```
|
|
69
69
|
|
|
70
70
|
安装后重启 Web profile。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wisdoverse/dsh-inline-media-viewer",
|
|
3
|
-
"version": "1.0.10
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "Persistent inline image, video, and audio previews for DeepSeek Harness Web conversations, with workspace-confined local reads and an optional ComfyUI proxy.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|