Skip to content

Commit 00c233f

Browse files
committed
📊 README 新增版本兼容矩阵表(含 dsh 版本与补丁 commit 超链接)
1 parent 82a5912 commit 00c233f

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,25 @@ if (typeof globalThis.crypto === 'object' && typeof globalThis.crypto.randomUUID
297297
3. PRs with adapted patches are welcome.
298298
- **Revert**: `revert.sh` removes the patches in one command; afterwards you can `git pull` to update dsh normally.
299299

300+
## 🗺️ Version compatibility matrix
301+
302+
One patch targets one dsh version line; earlier/different versions may fail `git apply --check` (that's the safety mechanism — it aborts without dirtying your repo).
303+
304+
| dsh version | Released | Patch applies | Links |
305+
|---|---|---|---|
306+
| `0.0.1-rc.1` | 2026-08-10 || [npm](https://www.npmjs.com/package/@deepseek-ai/dsh/v/0.0.1-rc.1) |
307+
| `0.0.1-rc.2` | 2026-08-11 || [npm](https://www.npmjs.com/package/@deepseek-ai/dsh/v/0.0.1-rc.2) |
308+
| `0.0.1-rc.5` | 2026-08-12 || [npm](https://www.npmjs.com/package/@deepseek-ai/dsh/v/0.0.1-rc.5) |
309+
| `0.1.0-rc.2` | 2026-08-13 || [npm](https://www.npmjs.com/package/@deepseek-ai/dsh/v/0.1.0-rc.2) |
310+
| `0.1.0-rc.3` | 2026-08-13 || [npm](https://www.npmjs.com/package/@deepseek-ai/dsh/v/0.1.0-rc.3) |
311+
| `0.1.0-rc.6` | 2026-08-13 || [npm](https://www.npmjs.com/package/@deepseek-ai/dsh/v/0.1.0-rc.6) |
312+
| `0.1.0-rc.7` | 2026-08-17 | ❌ (use the [previous patch](https://github.com/oitsukiii/deepseek-harness-lan/commit/511e59ad9735f10c11fd79b1bbd729ef29947305)) | [release](https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.0-rc.7) |
313+
| `0.1.0-rc.8` | 2026-08-19 || [release](https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.0-rc.8) |
314+
| `0.1.1-rc.1` | 2026-08-21 || [release](https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.1-rc.1) |
315+
| `0.1.1-rc.2` | 2026-08-21 | ✅ current ([patch commit](https://github.com/oitsukiii/deepseek-harness-lan/commit/82a59124813c53bf8dadfc817a2cfdf8b8a3715f)) | [release](https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.1-rc.2) |
316+
317+
> 💡 Rule of thumb: versions **rc.8 and newer** are covered by the current patch; **rc.7 and older** need the older patch or an upgrade. Early releases (`0.0.1-rc.x`, `0.1.0-rc.2/3/6`) were transitional within 3 days of the public launch — nobody should still be running them.
318+
300319
## ❓ FAQ
301320

302321
**Q: Can I access it from my phone?**

README.zh-CN.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,25 @@ if (typeof globalThis.crypto === 'object' && typeof globalThis.crypto.randomUUID
297297
3. 欢迎把适配后的 patch 提 PR 回本仓库。
298298
- **还原**`revert.sh` 一键还原,之后可正常 `git pull` 更新 dsh。
299299

300+
## 🗺️ 版本兼容矩阵
301+
302+
一份补丁对应一个 dsh 版本线;更早/不同的版本可能 `git apply --check` 失败(这正是安全机制——失败即中止,不会弄脏你的仓库)。
303+
304+
| dsh 版本 | 发布时间 | 补丁可应用 | 链接 |
305+
|---|---|---|---|
306+
| `0.0.1-rc.1` | 2026-08-10 || [npm](https://www.npmjs.com/package/@deepseek-ai/dsh/v/0.0.1-rc.1) |
307+
| `0.0.1-rc.2` | 2026-08-11 || [npm](https://www.npmjs.com/package/@deepseek-ai/dsh/v/0.0.1-rc.2) |
308+
| `0.0.1-rc.5` | 2026-08-12 || [npm](https://www.npmjs.com/package/@deepseek-ai/dsh/v/0.0.1-rc.5) |
309+
| `0.1.0-rc.2` | 2026-08-13 || [npm](https://www.npmjs.com/package/@deepseek-ai/dsh/v/0.1.0-rc.2) |
310+
| `0.1.0-rc.3` | 2026-08-13 || [npm](https://www.npmjs.com/package/@deepseek-ai/dsh/v/0.1.0-rc.3) |
311+
| `0.1.0-rc.6` | 2026-08-13 || [npm](https://www.npmjs.com/package/@deepseek-ai/dsh/v/0.1.0-rc.6) |
312+
| `0.1.0-rc.7` | 2026-08-17 | ❌(用[旧补丁](https://github.com/oitsukiii/deepseek-harness-lan/commit/511e59ad9735f10c11fd79b1bbd729ef29947305)| [release](https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.0-rc.7) |
313+
| `0.1.0-rc.8` | 2026-08-19 || [release](https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.0-rc.8) |
314+
| `0.1.1-rc.1` | 2026-08-21 || [release](https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.1-rc.1) |
315+
| `0.1.1-rc.2` | 2026-08-21 | ✅ 当前([补丁 commit](https://github.com/oitsukiii/deepseek-harness-lan/commit/82a59124813c53bf8dadfc817a2cfdf8b8a3715f)| [release](https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.1-rc.2) |
316+
317+
> 💡 经验法则:**rc.8 及以后**的版本用当前补丁即可;**rc.7 及更早**需要用旧补丁或直接升级。早期版本(`0.0.1-rc.x``0.1.0-rc.2/3/6`)是公开发布 3 天内的过渡版本,不应有人还在使用。
318+
300319
## ❓ FAQ
301320

302321
**Q: 手机上能访问吗?**

0 commit comments

Comments
 (0)