Skip to content

Commit 88f9973

Browse files
committed
📦 release: v3.5.1
1 parent fff1f23 commit 88f9973

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

astrbot/core/config/default.py

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

5-
VERSION = "3.5.0"
5+
VERSION = "3.5.1"
66
DB_PATH = "data/data_v3.db"
77

88
# 默认配置

changelogs/v3.5.1.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# What's Changed
2+
3+
> 📢 在升级前,请完整阅读本次更新日志。
4+
5+
## ✨ 新增的功能
6+
7+
1. 适配 `gemini-2.0-flash-exp-image-generation` 对图片模态的输入 [#1017](https://github.com/Soulter/AstrBot/issues/1017)
8+
2. 在 MessageChain 类中添加 at 和 at_all 方法,用于快速添加 At 消息 @left666
9+
3. Gewechat Client 增加获取通讯录列表接口
10+
4. 支持 /llm 指令快捷启停 LLM 功能 [#296](https://github.com/Soulter/AstrBot/issues/296)
11+
12+
## 🎈 功能性优化
13+
14+
1. Edge TTS 支持使用代理
15+
2. 在 Lifecycle 新增插件资源清理逻辑 @Raven95676
16+
3. Docker 镜像提供内置 FFmpeg [#979](https://github.com/Soulter/AstrBot/issues/979)
17+
4. 优化无对话情况下设置人格的反馈 @Raven95676
18+
5. 若禁用提供商,自动切换到另一个可用的提供商 @Raven95676
19+
6. openai_source 同步支持随机请求均衡
20+
7. 保存 shared_preferences 时强制刷新文件缓冲区
21+
8. 优化空 At 回复 @advent259141
22+
23+
## 🐛 修复的 Bug
24+
25+
1. 插件更新时没有正确应用加速地址
26+
2. newgroup 指令名显示错误
27+
28+
## 🧩 新增的插件
29+
30+
待补充

0 commit comments

Comments
 (0)