📦 release: v3.5.20

This commit is contained in:
Soulter
2025-07-09 13:35:44 +08:00
parent 28a178a55c
commit 01efe5f869
4 changed files with 1411 additions and 1405 deletions

View File

@@ -6,7 +6,7 @@ import os
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
VERSION = "3.5.19"
VERSION = "3.5.20"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db")
# 默认配置

6
changelogs/v3.5.20.md Normal file
View File

@@ -0,0 +1,6 @@
# What's Changed
1. 修复: 工具调用的结果错误地被当作消息发送
2. 新增: 支持对引用消息中的图片进行理解(QQ, Telegram)
3. 优化: QQ 主动消息发送逻辑,优化合并消息、文件、语音、图片等的处理
4. 优化: 移除插件的 @register 插件注册装饰器(插件只需要继承 Star 类即可AstrBot 会自动处理),简化插件代码开发

View File

@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "3.5.19"
version = "3.5.20"
description = "易上手的多平台 LLM 聊天机器人及开发框架"
readme = "README.md"
requires-python = ">=3.10"

2806
uv.lock generated

File diff suppressed because it is too large Load Diff