dsh-chime-sound 0.3.1 → 0.3.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 +4 -0
- package/README.md +3 -0
- package/README.zh.md +3 -0
- package/dsh-plugin.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# dsh-chime-sound
|
|
2
2
|
|
|
3
|
+
[](https://github.com/VviLliAm-qwq/dsh-chime/actions/workflows/ci.yml)
|
|
4
|
+
|
|
3
5
|
**English** · [中文](README.zh.md)
|
|
4
6
|
|
|
5
7
|
Notification sounds for dsh-tui (originally named dsh-notice-sound, renamed on 2026-09-07).
|
|
@@ -61,6 +63,7 @@ Restart dsh-tui after installing.
|
|
|
61
63
|
## Publishing
|
|
62
64
|
|
|
63
65
|
- **Repository**: <https://github.com/VviLliAm-qwq/dsh-chime> (public)
|
|
66
|
+
- **Release**: `v*` tags drive `.github/workflows/release.yml`, which publishes to npm through **trusted publishing (OIDC)** — no token is stored in the repository.
|
|
64
67
|
|
|
65
68
|
## License
|
|
66
69
|
|
package/README.zh.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# dsh-chime-sound
|
|
2
2
|
|
|
3
|
+
[](https://github.com/VviLliAm-qwq/dsh-chime/actions/workflows/ci.yml)
|
|
4
|
+
|
|
3
5
|
**中文** · [English](README.md)
|
|
4
6
|
|
|
5
7
|
dsh-tui 提示音效插件(原名 dsh-notice-sound,2026-09-07 更名)。
|
|
@@ -61,6 +63,7 @@ dsh-tui 的 mediated `tuiMessageObserver.subscribe()` 对本插件不可用:
|
|
|
61
63
|
## 发布
|
|
62
64
|
|
|
63
65
|
- **仓库**:<https://github.com/VviLliAm-qwq/dsh-chime>(公开)
|
|
66
|
+
- **发布方式**:`v*` tag 驱动 `.github/workflows/release.yml`,经 npm **可信发布(OIDC)**上传——仓库内不存放任何令牌。
|
|
64
67
|
|
|
65
68
|
## 许可
|
|
66
69
|
|
package/dsh-plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-chime-sound",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Notification sounds for dsh-tui: distinct tones for conversation done / user question, focused vs unfocused terminal, 9 selectable sound groups, master volume 0-150% in 5% steps, settings section, zh/en",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|