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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.2 (2026-09-13)
4
+
5
+ - 文档:README 顶部加 CI 状态徽章;发布章节写明走 npm 可信发布(OIDC),仓库内不存放令牌
6
+
3
7
  ## 0.3.1 (2026-09-13)
4
8
 
5
9
  - 文档拆分为中英双版:`README.md` 改为英文(面向 npm / 插件市场的规范形态),中文原文迁入新增的 `README.zh.md`,两版顶部互相链接
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # dsh-chime-sound
2
2
 
3
+ [![ci](https://github.com/VviLliAm-qwq/dsh-chime/actions/workflows/ci.yml/badge.svg)](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
+ [![ci](https://github.com/VviLliAm-qwq/dsh-chime/actions/workflows/ci.yml/badge.svg)](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
@@ -3,7 +3,7 @@
3
3
  "manifestVersion": "0.15",
4
4
  "id": "com.dsh-tui.chime",
5
5
  "name": "chime",
6
- "version": "0.3.1",
6
+ "version": "0.3.2",
7
7
  "facets": {
8
8
  "host": {
9
9
  "entry": "lib/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-chime-sound",
3
- "version": "0.3.1",
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",