chore: bump to v3.5.15

This commit is contained in:
Soulter
2025-06-10 22:18:05 +08:00
parent 42839627e8
commit a6a79128c8
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
import os
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
VERSION = "3.5.14"
VERSION = "3.5.15"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db")
# 默认配置
+6
View File
@@ -0,0 +1,6 @@
# What's Changed
1. 修复:如果设置了 GitHub 加速地址,更新插件会报错
2. 新增:支持模型提供商使用时会话隔离
3. 新增:Google Gemini 提供商支持 URL 上下文功能
4. 新增:优化 WebChat 的 UI 显示,WebChat 支持修改标题和自动生成标题,支持 WebChatBox
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "3.5.14"
version = "3.5.15"
description = "易上手的多平台 LLM 聊天机器人及开发框架"
readme = "README.md"
requires-python = ">=3.10"