Skip to content

Commit e14ed80

Browse files
committed
chore: bump version to 4.8.0
1 parent 8e4e49d commit e14ed80

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

astrbot/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.7.4"
1+
__version__ = "4.8.0"

astrbot/core/config/default.py

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

55
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
66

7-
VERSION = "4.7.4"
7+
VERSION = "4.8.0"
88
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
99

1010
WEBHOOK_SUPPORTED_PLATFORMS = [

changelogs/v4.8.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
- 优化:机器人页面支持显示报错信息,方便排查问题。

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 = "4.7.4"
3+
version = "4.8.0"
44
description = "Easy-to-use multi-platform LLM chatbot and development framework"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)