📦 release: v3.5.11

This commit is contained in:
Soulter
2025-05-20 02:00:54 -04:00
parent f894ecf3b6
commit f62157be72
3 changed files with 9 additions and 2 deletions

View File

@@ -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")
# 默认配置

7
changelogs/v3.5.11.md Normal file
View File

@@ -0,0 +1,7 @@
# What's Changed
1. 新增:火山引擎 TTS
2. 修复:修复了 WeChatPadPro 在重新登录时为新设备的问题
2. ‼️修复:微信公众号(个人认证或者未认证)的情况下能接收但无法回复消息的问题
3. 修复Minimax TTS 相关问题
4. 优化:登录界面侧边栏、关于页面样式,修复如果此前已经登录但未自行跳转的问题

View File

@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "3.5.10"
version = "3.5.11"
description = "易上手的多平台 LLM 聊天机器人及开发框架"
readme = "README.md"
requires-python = ">=3.10"