Releases: AstrBotDevs/AstrBot
Releases · AstrBotDevs/AstrBot
v3.3.4.8c19700
What's Changed
- 支持 QQ 官方机器人接口 C2C
Full Changelog: https://github.com/Soulter/AstrBot/compare/v3.3.3...v3.3.4
v3.3.3.9ddc549
What's Changed
- 适配 aiocqhttp 主动发送消息接口
Full Changelog: https://github.com/Soulter/AstrBot/compare/v3.3.2...v3.3.3
v3.3.2.d537dbb
What's Changed
- feat: 新增 Provider 注册接口;新增 provider 指令 by @Soulter in https://github.com/Soulter/AstrBot/pull/179
Full Changelog: https://github.com/Soulter/AstrBot/compare/v3.3.1...v3.3.2
v3.3.1.185c229
Hotfix 3.3.1.185c229
- 修复默认配置迁移问题
What's Changed
- 重写了大部分组件,提升稳定性和性能。
Full Changelog: https://github.com/Soulter/AstrBot/compare/v3.3.0...v3.3.1
v3.2.5.3db9367
What's Changed
- 停止使用 Git 作为 AstrBot 和插件的更新管理方式,改用压缩包管理。
- 支持在面板以本地上传
zip压缩包的形式上传插件。 - 删除思源宋体字体,大幅缩小项目体积。
v3.2.4.6c0efbe
What's Changed
- 添加了新的文本转图片渲染器,完全支持 Markdown,支持 LaTex、代码高亮等。
- 优化了各指令的效果。
- 优化插件加载,减少报错的可能性。
Full Changelog: https://github.com/Soulter/AstrBot/compare/v3.2.3...v3.2.4
v3.2.3.5b47194
What's Changed
- 适配 Lagrange.OneBot, Shamrock, QQNTLiteLoader 等支持反向(被动)Websockets 的 OneBot 协议实现。详细请查看 here
- 修复 model 指令
- 自动重启 AstrBot 时,终止其子进程。
Full Changelog: https://github.com/Soulter/AstrBot/compare/v3.2.2...v3.2.3
v3.2.2.84a3780
What's Changed
- 优化统计记录数据结构 by @Soulter in https://github.com/Soulter/AstrBot/pull/163
- /models 指令优化 by @Soulter in https://github.com/Soulter/AstrBot/pull/164
- 修复配置文件没有有效迁移的问题
Full Changelog: https://github.com/Soulter/AstrBot/compare/v3.2.1...v3.2.2
v3.2.1.a699083
What's Changed
- 优化一些新加库的加载顺序,防止出现 Import Error
- 修复画图报错的问题
- 更改可视化面板相关字段
Full Changelog: https://github.com/Soulter/AstrBot/compare/v3.2.0...v3.2.1
v3.2.0.f6be191
What's Changed
- 重写了 LLM 上下文管理逻辑;
- 重写了人格的管理逻辑, 用 system prompt 代替.
- 修复了可视化面板修改代理地址后, 不生效的问题.
- 新增 models, model 指令, 用于切换模型.
- 移除了一些旧指令, 如 gpt, key, token.
- 优化了网页搜索, 使用 Google, Bing, Sogou 顺序搜索.
- 优化了 status 指令.
- 优化了 his 指令.
- 优化了数据存储, 所有数据迁移至 data 目录下, docker 端支持挂载外部数据文件夹
- 优化了插件依赖的更新逻辑.
- 优化了 AstrBot 更新器.
Full Changelog: https://github.com/Soulter/AstrBot/compare/v3.1.13...v3.2.0