📦 release: v3.5.26

This commit is contained in:
Soulter
2025-08-31 20:25:05 +08:00
parent e5eab2af34
commit 1e5f243edb
3 changed files with 11 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import os
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
VERSION = "3.5.25"
VERSION = "3.5.26"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db")
# 默认配置

9
changelogs/v3.5.26.md Normal file
View File

@@ -0,0 +1,9 @@
# What's Changed
1. 新增:为 FishAudio TTS 添加可选的 reference_id 直接指定功能 ([#2513](https://github.com/AstrBotDevs/AstrBot/issues/2513))
2. 新增Gemini 添加对 LLMResponse 的 raw_completion 支持
3. 新增:支持官方 QQ 接口发送语音 ([#2525](https://github.com/AstrBotDevs/AstrBot/issues/2525))
4. 新增:调用 deepseek-reasoner 时自动移除 tools ([#2531](https://github.com/AstrBotDevs/AstrBot/issues/2531))
5. 新增:添加 no_proxy 配置支持以优化代理设置 ([#2564](https://github.com/AstrBotDevs/AstrBot/issues/2564))
6. 新增:支持升级的同时更新到指定版本的 WebUI
7. 修复: 修复编辑会话名称窗口的圆角和左右边距问题 ([#2583](https://github.com/AstrBotDevs/AstrBot/issues/2583))

View File

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