We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a178a commit 01efe5fCopy full SHA for 01efe5f
astrbot/core/config/default.py
@@ -6,7 +6,7 @@
6
7
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
8
9
-VERSION = "3.5.19"
+VERSION = "3.5.20"
10
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db")
11
12
# 默认配置
changelogs/v3.5.20.md
@@ -0,0 +1,6 @@
1
+# What's Changed
2
+
3
+1. 修复: 工具调用的结果错误地被当作消息发送
4
+2. 新增: 支持对引用消息中的图片进行理解(QQ, Telegram)
5
+3. 优化: QQ 主动消息发送逻辑,优化合并消息、文件、语音、图片等的处理
+4. 优化: 移除插件的 @register 插件注册装饰器(插件只需要继承 Star 类即可,AstrBot 会自动处理),简化插件代码开发
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
-version = "3.5.19"
+version = "3.5.20"
description = "易上手的多平台 LLM 聊天机器人及开发框架"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments