Skip to content

Commit bd34959

Browse files
committed
📦 release: v3.5.19
1 parent 622dcf8 commit bd34959

4 files changed

Lines changed: 1436 additions & 1426 deletions

File tree

astrbot/core/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
88

9-
VERSION = "3.5.18"
9+
VERSION = "3.5.19"
1010
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db")
1111

1212
# 默认配置

changelogs/v3.5.19.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# What's Changed
2+
3+
1. 修复: 通过 provider 指令设置提供商,重启后失效
4+
2. 新增: WebChat 支持直接选择提供商和模型
5+
3. 优化: WebUI 视觉效果、WebChat 视觉效果
6+
4. 优化: WebUI 测试提供商功能
7+
5. 优化: 修复潜在的 README XSS 注入问题
8+
6. 修复: WechatPadPro 授权码提取逻辑以适配上游新版本,并提高安全性
9+
7. 修复: Gemini 下,多轮工具调用时可能报错的问题
10+
8. 其他修复与优化

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "AstrBot"
3-
version = "3.5.18"
3+
version = "3.5.19"
44
description = "易上手的多平台 LLM 聊天机器人及开发框架"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)