File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## v1.4.0
4+ - 调整 ` ActionFailed ` 错误信息格式 (https://github.com/nonebot/aiocqhttp/pull/44 )
5+ - 修复多个 WebSocket 同时存在时可能引发的 bug (https://github.com/nonebot/aiocqhttp/pull/43 )
6+ - 提升 Quart 依赖至 0.14. 如升级 aiocqhttp 后遇到错误请升级依赖
7+ - 更新消息段 (` MessageSegment ` ) 和 API stub 至 OneBot v11 标准
8+ - 调整消息 ` += ` 的处理方式 (https://github.com/nonebot/aiocqhttp/issues/48 )
9+
310## v1.3.0
411
512- ` CQHttp ` 类新增 ` on_startup ` 装饰器,用于注册 bot 对象启动时钩子函数
613- ` CQHttp ` 类新增 ` on_websocket_connection ` 装饰器,用于注册 WebSocket 连接事件处理函数
714- ` CQHttp ` 类新增 ` before_* ` 装饰器(` before ` 、` before_message ` 等),用于注册事件处理前的钩子函数,使用方式同 ` on_* ` 装饰器
815- ` CQHttp ` 类新增 ` before_sending ` 装饰器,用于注册发送消息前的钩子函数
9- - 修复 ` Message ` 对象拼接运算的 bug
16+ - 修复 ` Message ` 对象拼接运算的 bug ( https://github.com/nonebot/aiocqhttp/pull/32 )
1017
1118## v1.2.5
1219
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'aiocqhttp' ,
8- version = '1.3 .0' ,
8+ version = '1.4 .0' ,
99 url = 'https://github.com/cqmoe/python-aiocqhttp' ,
1010 license = 'MIT License' ,
1111 author = 'Richard Chien' ,
You can’t perform that action at this time.
0 commit comments