Skip to content

Commit 48fcde4

Browse files
author
echoVic
committed
chore: release v0.1.3
1 parent 176a4ad commit 48fcde4

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

docs/changelog.md

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

55

6+
## [0.1.3] - 2026-01-13
7+
8+
### ✨ 新功能
9+
10+
- 更新智谱 API 代理服务地址并实现密钥获取逻辑 (176a4ad)
11+
- 改进日志系统以支持会话隔离和优雅关闭 (a319da3)
12+
13+
### 🐛 问题修复
14+
15+
- 统一目录创建权限为755并修复路径处理问题 (f055e1e)
16+
17+
### 📝 文档更新
18+
19+
- 更新文档内容并改进路径处理函数 (7352bac)
20+
- 更新文档链接为新的地址 (0ef2a3b)
21+
22+
623
## [0.1.2] - 2026-01-12
724

825
### 🐛 问题修复

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

0 commit comments

Comments
 (0)