📦 release: v3.5.8

This commit is contained in:
Soulter
2025-05-07 09:51:45 -04:00
parent e6bd7524c1
commit 3ace4199a1
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
如需修改配置,请在 `data/cmd_config.json` 中修改或者在管理面板中可视化修改。
"""
VERSION = "3.5.7"
VERSION = "3.5.8"
DB_PATH = "data/data_v3.db"
# 默认配置
+5
View File
@@ -0,0 +1,5 @@
# What's Changed
1. 支持接入微信公众平台,详见 [AstrBot - 微信公众平台](https://astrbot.app/deploy/platform/weixin-official-account.html) @Soulter
2. 优化 gemini_source 方法默认参数 @Raven95678
3. 优化 persona 错误显示 @Soulter
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "3.5.7"
version = "3.5.8"
description = "易上手的多平台 LLM 聊天机器人及开发框架"
readme = "README.md"
requires-python = ">=3.10"