Skip to content

Commit e28a010

Browse files
committed
chore: release v0.0.7
1 parent e0348ab commit e28a010

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [0.0.7] - 2025-10-12
7+
8+
### ✨ 新功能
9+
10+
- add theme command and UI theme selector with enhanced theme system (bd87bdd)
11+
12+
### 🐛 问题修复
13+
14+
- remove main field requirement from release script (e0348ab)
15+
16+
### 📝 文档更新
17+
18+
- 更新README中的命令行使用说明 (f9570fc)
19+
- 更新文档结构和内容,添加英文README (222e35b)
20+
21+
### ♻️ 代码重构
22+
23+
- 移除 Ink UI 组件并更新主题系统\n\n- 移除大量 Ink UI 组件及相关测试文件\n- 更新主题系统,添加语法高亮颜色配置\n- 从 package.json 中移除 main 字段\n- 更新 Claude 安全设置,允许更多 bash 命令 (f77c969)
24+
25+
626
## [0.0.6] - 2025-10-11
727

828
### ✨ 新功能

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blade-code",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": false,
55
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
66
"type": "module",

0 commit comments

Comments
 (0)