📦 release: v3.5.14

This commit is contained in:
Soulter
2025-06-09 12:31:02 +08:00
parent 4c447aa648
commit 49fcff1daf
3 changed files with 12 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.13"
VERSION = "3.5.14"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db")
# 默认配置

10
changelogs/v3.5.14.md Normal file
View File

@@ -0,0 +1,10 @@
# What's Changed
1. 优化:强化了 WebUI 安全性
2. 修复:测试文本生成提供商时可能出现的误报
3. 修复刷新知识库页面时出现404
4. 新增WeChatPadPro 支持获取引用、语音收发、视频等消息段
5. 优化WebUI 账户修改页面的设计逻辑
6. 优化:插件更新后自动刷新插件列表
7. 新增:支持下载插件的指定分支
8. 其他更新、优化及修复

View File

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