Skip to content

Commit 01efe5f

Browse files
committed
📦 release: v3.5.20
1 parent 28a178a commit 01efe5f

File tree

4 files changed

+1432
-1426
lines changed

4 files changed

+1432
-1426
lines changed

astrbot/core/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
88

9-
VERSION = "3.5.19"
9+
VERSION = "3.5.20"
1010
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db")
1111

1212
# 默认配置

changelogs/v3.5.20.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "AstrBot"
3-
version = "3.5.19"
3+
version = "3.5.20"
44
description = "易上手的多平台 LLM 聊天机器人及开发框架"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)