Skip to content

Commit fc30e59

Browse files
committed
Bump version to v1.4.0
1 parent 7ae1bb0 commit fc30e59

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
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',

0 commit comments

Comments
 (0)