File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __version__ = "4.7.4 "
1+ __version__ = "4.8.0 "
Original file line number Diff line number Diff line change 44
55from astrbot .core .utils .astrbot_path import get_astrbot_data_path
66
7- VERSION = "4.7.4 "
7+ VERSION = "4.8.0 "
88DB_PATH = os .path .join (get_astrbot_data_path (), "data_v4.db" )
99
1010WEBHOOK_SUPPORTED_PLATFORMS = [
Original file line number Diff line number Diff line change 1+ ## What's Changed
2+
3+ ** 新增:**
4+ - 对部分需要 Webhook 的适配器(QQ 官方机器人、Slack、企业微信、微信客服、企业微信智能机器人、微信公众号)支持统一的 Webhook 链接模式,避免开多个端口。并支持在 WebUI 机器人卡片中查看和复制 Webhook 链接。详情请看:[ 统一 Webhook 模式] ( https://docs.astrbot.app/use/unified-webhook.html )
5+ - 新增 Kubernetes 部署文档。
6+
7+ ** 修复:**
8+ - 修复:Telegram 和 QQ 场景下,使用 Whisper API 报错。
9+ - 修复:部分情况下 Slack 输出消息段代码的问题。
10+ - 修复:当启动了流式输出时,QQ 官方机器人适配器无法正常回复消息。
11+ - 修复:对话数据页的对话详情在暗夜模式下显示异常的问题。
12+
13+ ** 优化:**
14+ - 重构:WebChat 的消息数据结构,支持引用回复、文件发送、时间显示等功能,优化思考内容显示的部分 Bug。
15+ - 优化:机器人页面支持显示报错信息,方便排查问题。
Original file line number Diff line number Diff line change 11[project ]
22name = " AstrBot"
3- version = " 4.7.4 "
3+ version = " 4.8.0 "
44description = " Easy-to-use multi-platform LLM chatbot and development framework"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments