📦 release: v3.5.21

This commit is contained in:
Soulter
2025-07-10 17:46:36 +08:00
parent d21d42b312
commit a5ae833945
4 changed files with 1388 additions and 1381 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import os
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
VERSION = "3.5.20"
VERSION = "3.5.21"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db")
# 默认配置
+7
View File
@@ -0,0 +1,7 @@
# What's Changed
1. 修复: WebChat 下图片、音频消息没有被正确渲染
2. 修复: 部分情况下,插件信息无法正确显示
3. 修复: WebChat 下开启分段回复后,消息错位
4. 优化: 提高插件加载的性能和稳定性
5. 修复: WebUI 对话数据库页中,无法真正删除对话
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "3.5.20"
version = "3.5.21"
description = "易上手的多平台 LLM 聊天机器人及开发框架"
readme = "README.md"
requires-python = ">=3.10"
Generated
+1379 -1379
View File
File diff suppressed because it is too large Load Diff