|
| 1 | +## What's Changed |
| 2 | + |
| 3 | +### 新增 |
| 4 | +- 新增 Python / Shell 执行工具的管理员权限校验,提升高风险操作安全性 ([#5214](https://github.com/AstrBotDevs/AstrBot/issues/5214))。 |
| 5 | +- 新增插件 `astrbot-version` 与平台版本要求校验支持,增强插件兼容性管理能力 ([#5235](https://github.com/AstrBotDevs/AstrBot/issues/5235))。 |
| 6 | +- 账号密码修改流程新增“确认新密码”校验,减少误输导致的配置问题 ([#5247](https://github.com/AstrBotDevs/AstrBot/issues/5247))。 |
| 7 | + |
| 8 | +### 修复 |
| 9 | +- 改进微信公众号被动回复处理机制,引入缓冲与分片回复并优化超时行为,提升回复稳定性 ([#5224](https://github.com/AstrBotDevs/AstrBot/issues/5224))。 |
| 10 | +- 修复仅发送 JSON 消息段时可能触发空消息回复报错的问题 ([#5208](https://github.com/AstrBotDevs/AstrBot/issues/5208))。 |
| 11 | +- 修复会话重置/新建/删除时未终止活动事件导致的陈旧响应问题 ([#5225](https://github.com/AstrBotDevs/AstrBot/issues/5225))。 |
| 12 | +- 修复 provider 在 `dict` 格式 `content` 场景下可能残留 JSON 内容的问题 ([#5250](https://github.com/AstrBotDevs/AstrBot/issues/5250))。 |
| 13 | +- 修复 MCP 工具未完整暴露给主 Agent 的问题 ([#5252](https://github.com/AstrBotDevs/AstrBot/issues/5252))。 |
| 14 | +- 修复工具 schema 属性中的 `additionalProperties` 配置问题 ([#5253](https://github.com/AstrBotDevs/AstrBot/issues/5253))。 |
| 15 | +- 优化账号编辑校验错误提示,简化并统一用户名/密码为空场景返回信息。 |
| 16 | + |
| 17 | +### 优化 |
| 18 | +- 优化 PersonaForm 布局与工具选择展示,并完善工具停用状态的本地化显示。 |
| 19 | + |
| 20 | +### 其他 |
| 21 | +- 移除 Electron Desktop 流水线并迁移到 Tauri 仓库 ([#5226](https://github.com/AstrBotDevs/AstrBot/issues/5226))。 |
| 22 | +- 更新相关仓库链接与功能请求模板文案,统一中英文表达。 |
| 23 | +- 移除过时文档文件 `heihe.md`。 |
| 24 | + |
| 25 | +## What's Changed (EN) |
| 26 | + |
| 27 | +### New Features |
| 28 | +- Added admin permission checks for Python/Shell execution tools to improve safety for high-risk operations ([#5214](https://github.com/AstrBotDevs/AstrBot/issues/5214)). |
| 29 | +- Added support for `astrbot-version` and platform requirement checks for plugins to improve compatibility management ([#5235](https://github.com/AstrBotDevs/AstrBot/issues/5235)). |
| 30 | +- Added password confirmation when changing account passwords to reduce misconfiguration caused by typos ([#5247](https://github.com/AstrBotDevs/AstrBot/issues/5247)). |
| 31 | + |
| 32 | +### Fixes |
| 33 | +- Improved passive reply handling for WeChat Official Accounts with buffering/chunking and timeout behavior optimizations for better stability ([#5224](https://github.com/AstrBotDevs/AstrBot/issues/5224)). |
| 34 | +- Fixed an empty-message reply error when only JSON message segments were sent ([#5208](https://github.com/AstrBotDevs/AstrBot/issues/5208)). |
| 35 | +- Fixed stale responses by terminating active events on reset/new/delete operations ([#5225](https://github.com/AstrBotDevs/AstrBot/issues/5225)). |
| 36 | +- Fixed residual JSON content issues in provider handling when `content` was in `dict` format ([#5250](https://github.com/AstrBotDevs/AstrBot/issues/5250)). |
| 37 | +- Fixed incomplete exposure of MCP tools to the main agent ([#5252](https://github.com/AstrBotDevs/AstrBot/issues/5252)). |
| 38 | +- Fixed `additionalProperties` handling in tool schema properties ([#5253](https://github.com/AstrBotDevs/AstrBot/issues/5253)). |
| 39 | +- Simplified and unified account-edit validation error responses for empty username/password scenarios. |
| 40 | + |
| 41 | +### Improvements |
| 42 | +- Enhanced PersonaForm layout and tool selection display, and improved localized labels for inactive tools. |
| 43 | + |
| 44 | +### Others |
| 45 | +- Removed the Electron desktop pipeline and switched to the Tauri repository ([#5226](https://github.com/AstrBotDevs/AstrBot/issues/5226)). |
| 46 | +- Updated related repository links and refined feature request template wording in both Chinese and English. |
| 47 | +- Removed outdated documentation file `heihe.md`. |
0 commit comments