mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
docs(changelog): add release dates to version headings (#401)
Add the published release date to every version heading on the user-facing changelog pages (English half-width, Chinese full-width), covering 0.2.0 through 0.9.0. Dates come from each version's published release tag. Also update the sync-changelog skill so future syncs carry the date convention forward.
This commit is contained in:
parent
b64f3b4bca
commit
52f75a42e5
3 changed files with 36 additions and 20 deletions
|
|
@ -148,10 +148,24 @@ This page documents the changes in each Kimi Code CLI release.
|
|||
|
||||
Insert new version blocks immediately after the header paragraph and before the previous latest version.
|
||||
|
||||
Every version heading must carry its release date in parentheses:
|
||||
|
||||
```text
|
||||
## <version> (YYYY-MM-DD)
|
||||
```
|
||||
|
||||
Take the date from the version's published GitHub Release tag, not from when you run the sync:
|
||||
|
||||
```bash
|
||||
git log -1 --format=%cs "@moonshot-ai/kimi-code@<version>"
|
||||
```
|
||||
|
||||
Use the half-width parenthesis form ` (YYYY-MM-DD)` on the English page. Never invent or guess a date; if the tag is missing, stop and confirm with the user.
|
||||
|
||||
Example:
|
||||
|
||||
```markdown
|
||||
## 0.2.0
|
||||
## 0.2.0 (2026-05-26)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
|
@ -179,7 +193,7 @@ Chinese page requirements:
|
|||
本页记录 Kimi Code CLI 每个版本的变更内容。
|
||||
```
|
||||
|
||||
- Preserve version headings exactly, such as `## 0.2.0`.
|
||||
- Preserve version headings including the release date, but use full-width parentheses on the Chinese page, such as `## 0.2.0(2026-05-26)`. The date must match the English page; only the parenthesis style differs (half-width `()` in English, full-width `()` in Chinese).
|
||||
- Translate section headings exactly:
|
||||
- `### Features` → `### 新功能`
|
||||
- `### Bug Fixes` → `### 修复`
|
||||
|
|
@ -202,6 +216,7 @@ git diff docs/en/release-notes/changelog.md docs/zh/release-notes/changelog.md
|
|||
Check:
|
||||
|
||||
- Versions and version counts match between English and Chinese.
|
||||
- Every version heading carries its release date from the published tag, with half-width parentheses in English and full-width in Chinese.
|
||||
- Each version has the same section set and order on both pages.
|
||||
- Each section has the same number of entries on both pages.
|
||||
- Within each section, the most valuable, obvious, and larger entries appear before smaller or narrower entries.
|
||||
|
|
@ -254,6 +269,7 @@ Do **not** create a changeset for changelog docs sync. Docs sync does not enter
|
|||
| Translating tool names, command names, or config keys | Keep them as written |
|
||||
| Creating a changeset for docs sync | Do not create one |
|
||||
| Using curly quotes or half-width Chinese punctuation | Follow `docs/AGENTS.md` |
|
||||
| Omitting the release date from a version heading, or guessing it | Add ` (YYYY-MM-DD)` (full-width `()` in Chinese) taken from the published tag |
|
||||
|
||||
## Stop Signals
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
This page documents the changes in each Kimi Code CLI release.
|
||||
|
||||
## 0.10.0
|
||||
## 0.10.0 (2026-06-04)
|
||||
|
||||
### Features
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ This page documents the changes in each Kimi Code CLI release.
|
|||
|
||||
- Document the Git Bash prerequisite for Windows installs.
|
||||
|
||||
## 0.9.0
|
||||
## 0.9.0 (2026-06-03)
|
||||
|
||||
### Features
|
||||
|
||||
|
|
@ -60,7 +60,7 @@ This page documents the changes in each Kimi Code CLI release.
|
|||
|
||||
- Allow SDK runtime creation to use a separate RPC client while preserving local CLI startup.
|
||||
|
||||
## 0.8.0
|
||||
## 0.8.0 (2026-06-02)
|
||||
|
||||
### Features
|
||||
|
||||
|
|
@ -106,7 +106,7 @@ This page documents the changes in each Kimi Code CLI release.
|
|||
|
||||
- Consolidate background task management under the agent background runtime.
|
||||
|
||||
## 0.7.0
|
||||
## 0.7.0 (2026-06-02)
|
||||
|
||||
### Features
|
||||
|
||||
|
|
@ -124,7 +124,7 @@ This page documents the changes in each Kimi Code CLI release.
|
|||
- Clarify Kimi Platform API key login labels and prompt details.
|
||||
- Polish a small TUI visual interaction.
|
||||
|
||||
## 0.6.0
|
||||
## 0.6.0 (2026-05-29)
|
||||
|
||||
### Features
|
||||
|
||||
|
|
@ -161,7 +161,7 @@ This page documents the changes in each Kimi Code CLI release.
|
|||
- Slim the LLM diagnostic logs with fewer, more compact fields.
|
||||
- Relocate shared tool service typing to the tool support layer.
|
||||
|
||||
## 0.5.0
|
||||
## 0.5.0 (2026-05-28)
|
||||
|
||||
### Features
|
||||
|
||||
|
|
@ -195,7 +195,7 @@ This page documents the changes in each Kimi Code CLI release.
|
|||
|
||||
- Refactor TUI code structure.
|
||||
|
||||
## 0.4.0
|
||||
## 0.4.0 (2026-05-27)
|
||||
|
||||
### Features
|
||||
|
||||
|
|
@ -222,7 +222,7 @@ This page documents the changes in each Kimi Code CLI release.
|
|||
|
||||
- Enhance `kimi export` to include more diagnostic information in the manifest.
|
||||
|
||||
## 0.3.0
|
||||
## 0.3.0 (2026-05-26)
|
||||
|
||||
### Features
|
||||
|
||||
|
|
@ -250,7 +250,7 @@ This page documents the changes in each Kimi Code CLI release.
|
|||
|
||||
- Improve the Write tool UX.
|
||||
|
||||
## 0.2.0
|
||||
## 0.2.0 (2026-05-26)
|
||||
|
||||
### Features
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
本页记录 Kimi Code CLI 每个版本的变更内容。
|
||||
|
||||
## 0.10.0
|
||||
## 0.10.0(2026-06-04)
|
||||
|
||||
### 新功能
|
||||
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
- 在 Windows 安装说明中补充 Git Bash 前置条件。
|
||||
|
||||
## 0.9.0
|
||||
## 0.9.0(2026-06-03)
|
||||
|
||||
### 新功能
|
||||
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
- 允许 SDK 运行时创建使用单独的 RPC client,同时保留本地 CLI 启动流程。
|
||||
|
||||
## 0.8.0
|
||||
## 0.8.0(2026-06-02)
|
||||
|
||||
### 新功能
|
||||
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
|
||||
- 将后台任务管理统一到 Agent 后台运行时中。
|
||||
|
||||
## 0.7.0
|
||||
## 0.7.0(2026-06-02)
|
||||
|
||||
### 新功能
|
||||
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
- 明确 Kimi Platform API 密钥登录的标签和提示细节。
|
||||
- 优化终端界面中的一处细微视觉交互。
|
||||
|
||||
## 0.6.0
|
||||
## 0.6.0(2026-05-29)
|
||||
|
||||
### 新功能
|
||||
|
||||
|
|
@ -161,7 +161,7 @@
|
|||
- 精简 LLM 诊断日志,使用更少、更紧凑的字段。
|
||||
- 将共享的工具服务类型定义迁移到工具支持层。
|
||||
|
||||
## 0.5.0
|
||||
## 0.5.0(2026-05-28)
|
||||
|
||||
### 新功能
|
||||
|
||||
|
|
@ -195,7 +195,7 @@
|
|||
|
||||
- 重构终端界面的代码结构。
|
||||
|
||||
## 0.4.0
|
||||
## 0.4.0(2026-05-27)
|
||||
|
||||
### 新功能
|
||||
|
||||
|
|
@ -222,7 +222,7 @@
|
|||
|
||||
- 增强 `kimi export`,在 manifest 中记录更多诊断信息。
|
||||
|
||||
## 0.3.0
|
||||
## 0.3.0(2026-05-26)
|
||||
|
||||
### 新功能
|
||||
|
||||
|
|
@ -250,7 +250,7 @@
|
|||
|
||||
- 改进 `Write` 工具的交互体验。
|
||||
|
||||
## 0.2.0
|
||||
## 0.2.0(2026-05-26)
|
||||
|
||||
### 新功能
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue