diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index e3e1a7c2f..dfccf2ac1 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -5,7 +5,7 @@ import os from astrbot.core.utils.astrbot_path import get_astrbot_data_path -VERSION = "3.5.10" +VERSION = "3.5.11" DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db") # 默认配置 diff --git a/changelogs/v3.5.11.md b/changelogs/v3.5.11.md new file mode 100644 index 000000000..9550e26c5 --- /dev/null +++ b/changelogs/v3.5.11.md @@ -0,0 +1,7 @@ +# What's Changed + +1. 新增:火山引擎 TTS +2. 修复:修复了 WeChatPadPro 在重新登录时为新设备的问题 +2. ‼️修复:微信公众号(个人认证或者未认证)的情况下能接收但无法回复消息的问题 +3. 修复:Minimax TTS 相关问题 +4. 优化:登录界面侧边栏、关于页面样式,修复如果此前已经登录但未自行跳转的问题 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7b38e8b43..f9971501c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "AstrBot" -version = "3.5.10" +version = "3.5.11" description = "易上手的多平台 LLM 聊天机器人及开发框架" readme = "README.md" requires-python = ">=3.10"