Skip to content

Commit 445ff96

Browse files
committed
chore: release v2.9.6
- Update version to 2.9.6 - Update CHANGELOG.md - Generated by /zcf-release command
1 parent b1c2b02 commit 445ff96

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## 2.9.6
4+
5+
### Patch Changes
6+
7+
- ## 新功能
8+
9+
- 在 ZCF 菜单中添加检查更新选项 (+),支持一键检查并更新 Claude Code 和 CCR 版本
10+
- 支持通过菜单直接访问检查更新功能,提升用户体验
11+
12+
## New Features
13+
14+
- Add check updates option (+) to ZCF menu for one-click checking and updating Claude Code and CCR versions
15+
- Support direct access to check updates feature via menu, improving user experience
16+
17+
## 文档
18+
19+
- 更新中英文 README 文档,说明新的菜单选项使用方法
20+
- 同步菜单功能描述与实际代码实现
21+
22+
## Documentation
23+
24+
- Update bilingual README documentation with new menu option usage
25+
- Synchronize menu feature descriptions with actual code implementation
26+
27+
## 测试
28+
29+
- 添加完整的 TDD 测试用例覆盖新功能
30+
- 确保菜单选项验证和处理逻辑的正确性
31+
32+
## Testing
33+
34+
- Add comprehensive TDD test coverage for new functionality
35+
- Ensure correctness of menu option validation and handling logic
36+
337
## 2.9.5
438

539
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zcf",
33
"type": "module",
4-
"version": "2.9.5",
4+
"version": "2.9.6",
55
"packageManager": "pnpm@9.15.9",
66
"description": "Zero-Config Claude-Code Flow - One-click configuration tool for Claude Code",
77
"license": "MIT",

0 commit comments

Comments
 (0)