chore: bump version to 4.1.7

This commit is contained in:
Soulter
2025-09-23 22:16:36 +08:00
parent 23549f13d6
commit 8f4a31cf8c
3 changed files with 10 additions and 2 deletions

View File

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

8
changelogs/v4.1.7.md Normal file
View File

@@ -0,0 +1,8 @@
# What's Changed
1. perf: 优化 WebChat 等组件的 UI 风格
2. fix: 修复 4.1.6 版本可能无法点击更新按钮的问题
3. fix: 修复更新开发版的时候,可能无法同时更新 WebUI 的问题
4. feat: 支持在「对话数据」页批量删除对话
5. fix: 修复部分错误地显示「格式校验未通过」的问题
6. perf: WebChat 支持手动填写模型名称

View File

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