Skip to content

Commit f0a25f2

Browse files
committed
chore: release v2.4.0
- Add environment variables and permissions import feature - Add documentation update check functionality - Update documentation for v2.1-v2.3 features - Update CHANGELOG.md - Generated by /zcf-release command
1 parent 4be8d3f commit f0a25f2

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- ## 新功能
8+
9+
- 添加环境变量和权限导入功能,支持从 settings.json 批量导入配置
10+
- 添加文档更新检查功能,任务完成后自动提醒更新相关文档
11+
- 更新技术执行指南,添加文档更新检查流程
12+
- 优化交互式菜单,支持配置环境变量和权限
13+
14+
## New Features
15+
16+
- Add environment variables and permissions import feature, support bulk import from settings.json
17+
- Add documentation update check functionality, auto-remind to update docs after task completion
18+
- Update technical execution guidelines with documentation update check process
19+
- Enhance interactive menu with environment variables and permissions configuration
20+
21+
## 文档更新
22+
23+
- 更新 README.md 和 README_EN.md,补充 v2.1-v2.3 版本特性说明
24+
- 更新 CLAUDE.md,添加完整的版本特性更新历史
25+
- 更新截图,反映最新的交互界面
26+
27+
## Documentation Updates
28+
29+
- Update README.md and README_EN.md with v2.1-v2.3 version features
30+
- Update CLAUDE.md with complete version feature update history
31+
- Update screenshots to reflect latest interactive interface
32+
333
## 2.3.0
434

535
### Minor 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.3.0",
4+
"version": "2.4.0",
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)