Skip to content

Commit 0cab028

Browse files
committed
chore: release v0.0.9
1 parent c673e0b commit 0cab028

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

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

55

6+
## [0.0.9] - 2025-10-14
7+
8+
### ✨ 新功能
9+
10+
- 实现首次使用设置向导和多提供商支持 (5f42000)
11+
- 实现用户确认流程集成与权限系统增强 (1d62c16)
12+
- 添加 TODO 管理工具并规范文件命名 (b5e2a6d)
13+
- add theme command and UI theme selector with enhanced theme system (bd87bdd)
14+
15+
### 🐛 问题修复
16+
17+
- remove main field requirement from release script (e0348ab)
18+
19+
### 📝 文档更新
20+
21+
- 更新README中的命令行使用说明 (f9570fc)
22+
- 更新文档结构和内容,添加英文README (222e35b)
23+
24+
### ♻️ 代码重构
25+
26+
- 移除 Ink UI 组件并更新主题系统\n\n- 移除大量 Ink UI 组件及相关测试文件\n- 更新主题系统,添加语法高亮颜色配置\n- 从 package.json 中移除 main 字段\n- 更新 Claude 安全设置,允许更多 bash 命令 (f77c969)
27+
28+
### 🔧 其他更改
29+
30+
- release v0.0.8 (91b00af)
31+
- release v0.0.7 (e28a010)
32+
33+
634
## [0.0.8] - 2025-10-12
735

836
### ✨ 新功能

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.8",
3+
"version": "0.0.9",
44
"private": false,
55
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
66
"type": "module",

0 commit comments

Comments
 (0)