Skip to content

Commit 0a93d22

Browse files
committed
📦 release: v3.5.6
1 parent f5b3d94 commit 0a93d22

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

astrbot/core/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
如需修改配置,请在 `data/cmd_config.json` 中修改或者在管理面板中可视化修改。
33
"""
44

5-
VERSION = "3.5.5"
5+
VERSION = "3.5.6"
66
DB_PATH = "data/data_v3.db"
77

88
# 默认配置

changelogs/v3.5.6.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# What's Changed
2+
3+
> 🙁 Gewechat 已经停止维护,我们将更换更稳定的个人微信接入方式。如有问题请提交 issue。
4+
> 🧐 预告:接下来三个版本之内将会逐步上线 Live2D 桌宠、长期记忆(实验性)的功能。
5+
6+
1. Gewechat 相关 bug 修复(即使已经不可用 :( ) @BigFace123 @XiGuang @Soulter
7+
2. 支持 CLI 命令行 @LIghtJUNction
8+
3. 修复 QQ 下带有网址的指令可能无法识别的问题 @kkjzio
9+
4. `reset` 指令优化 @anka-afk
10+
5. Gemini 请求优化,支持 Gemini 思考信息设置 @Raven95676
11+
6. 支持处理 MCP 服务器返回的图片等多模态信息 @Raven95676
12+
7. 插件市场支持基于 Star 和 更新时间排序 @Soulter
13+
8. 优化 QQ 下自动下载文件导致磁盘被占满的问题 @Soulter @anka-afk

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.5"
3+
version = "3.5.6"
44
description = "易上手的多平台 LLM 聊天机器人及开发框架"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)