Skip to content

Commit 967310c

Browse files
chore: release v1.9.1
1 parent 594dd22 commit 967310c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [1.9.1](https://github.com/shenjingnan/xiaozhi-client/compare/v1.9.0...v1.9.1) (2025-11-12)
4+
5+
### Features
6+
7+
* **core:** 实现 MCP 服务类型字段自动格式转换 ([#404](https://github.com/shenjingnan/xiaozhi-client/issues/404)) ([7b40b0e](https://github.com/shenjingnan/xiaozhi-client/commit/7b40b0ed84070f449e221a10ab2921627fa6b965))
8+
* **web:** 优化安装对话框交互体验 ([#403](https://github.com/shenjingnan/xiaozhi-client/issues/403)) ([d97df23](https://github.com/shenjingnan/xiaozhi-client/commit/d97df23a564f0bb7dfb9c6ee5ac333a3318ed6be))
9+
* **web:** 优化工具调用状态徽章的显示效果 ([#408](https://github.com/shenjingnan/xiaozhi-client/issues/408)) ([594dd22](https://github.com/shenjingnan/xiaozhi-client/commit/594dd22a17c66bc9b387cc45f9ff43c8a8d96b9b))
10+
* **web:** 优化无参数工具的用户界面体验 ([#406](https://github.com/shenjingnan/xiaozhi-client/issues/406)) ([d2f3812](https://github.com/shenjingnan/xiaozhi-client/commit/d2f38127264783d90f63c269668c41a018557903))
11+
12+
### Bug Fixes
13+
14+
* **core:** 修复Web界面重启服务功能失效问题 ([#402](https://github.com/shenjingnan/xiaozhi-client/issues/402)) ([5097450](https://github.com/shenjingnan/xiaozhi-client/commit/5097450def5f0947adc9c427672b487d50948908))
15+
16+
### Reverts
17+
18+
* Revert "fix(core): 修复Web界面重启服务功能失效问题 (#402)" (#405) ([d4ae98b](https://github.com/shenjingnan/xiaozhi-client/commit/d4ae98b668e4a43317405de9656e48b3230f47cf)), closes [#402](https://github.com/shenjingnan/xiaozhi-client/issues/402) [#405](https://github.com/shenjingnan/xiaozhi-client/issues/405)
19+
320
## [1.9.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.8.4...v1.9.0) (2025-11-09)
421

522
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xiaozhi-client",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "小智 AI 客户端 命令行工具",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)