📦 release: v3.5.13

This commit is contained in:
Soulter
2025-05-30 13:30:23 +08:00
parent 2ab5810f13
commit e4e5731ffd
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.12"
VERSION = "3.5.13"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db")
# 默认配置
+6
View File
@@ -0,0 +1,6 @@
# What's Changed
1. 新增:WebUI 支持暗夜模式
2. 修复:修复 WebUI Chat 接口的未授权访问安全漏洞、插件 README 可能存在的 XSS 注入漏洞
3. 优化:优化 Vec DB 在 indexing 过程时的数据库事务处理
4. 修复:WebUI 下,插件市场的推荐卡片无法点击帮助文档的问题
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "3.5.12"
version = "3.5.13"
description = "易上手的多平台 LLM 聊天机器人及开发框架"
readme = "README.md"
requires-python = ">=3.10"