nonebot-bison/CHANGELOG.md
2022-01-07 01:04:15 +08:00

45 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Change Log
## [0.2.11] - 2021-06-17
- 增加了简单的单元测试
- 增加了管理员直接管理订阅的能力
## [0.3.0] - 2021-07-06
- 微博tag支持
- 修复bug
- 增加微博超话和纯文字支持
- 更改浏览器配置
- 将“来源”移动到文末
- 使用组合来构建新的platform新增状态改变类型订阅
## [0.3.1] - 2021-07-10
- 修复不发送来源
- 发送RSS订阅的title
- 修复浏览器渲染问题
## [0.3.2] - 2021-09-28
- 增加NoTargetGroup
- 增加1x3拼图的支持
- 增加网易云
## [0.3.3] - 2021-09-28
- 修复拼图问题
## [0.4.0] - 2021-11-18
- 项目更名为nonebot-bison
## [0.4.1] - 2021-11-31
- 加入了管理后台
## [0.4.2]
并没有做什么只是为了修复前端文件没有正确打包的问题开了个新的版本号
推上pypi
## [0.4.3]
- 使用playwright替换pypeteer大概能修复渲染失败图片之后CPU跑满的问题
- 增加了help插件`nonebot-plugin-help`
- 修复playwright漏内存的问题
- 增加过滤nonebot日志功能
- 前端可以刷新了(之前居然不可以)
- 在镜像里塞进了浏览器(导致镜像体积起飞)