File tree 3 files changed +16
-13
lines changed
3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 47
47
* 拍一拍群友
48
48
* 邀请群成员
49
49
* 图片 OCR
50
+ * 转发消息
50
51
51
52
</details >
52
53
@@ -215,10 +216,9 @@ Rust 客户端。
215
216
216
217
## 版本更新
217
218
218
- ### v39.0.11 (2023.12.16)
219
- * 修复 PB 消息类型(可能会导致非 Python 客户端崩溃)
220
- * 修复日志错误
221
- * 移除非必要依赖
219
+ ### v39.0.12 (2023.12.20)
220
+ * 修复一个问题
221
+ * 消息转发
222
222
223
223
<details ><summary >点击查看更多</summary >
224
224
@@ -230,6 +230,11 @@ Rust 客户端。
230
230
* ` y ` 是 ` WeChatFerry ` 的版本,从 0 开始
231
231
* ` z ` 是各客户端的版本,从 0 开始
232
232
233
+ ### v39.0.11 (2023.12.16)
234
+ * 修复 PB 消息类型(可能会导致非 Python 客户端崩溃)
235
+ * 修复日志错误
236
+ * 移除非必要依赖
237
+
233
238
### v39.0.10 (2023.12.08)
234
239
* 代码优化
235
240
* 发送卡片消息
Original file line number Diff line number Diff line change @@ -44,12 +44,9 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
44
44
45
45
## 版本更新
46
46
47
- ### v39.0.10 (2023.12.08)
48
- * 代码优化
49
- * 发送卡片消息
50
- * 拍一拍群友
51
- * 邀请群成员
52
- * 图片 OCR
47
+ ### v39.0.12 (2023.12.20)
48
+ * 修复一个问题
49
+ * 消息转发
53
50
54
51
<details ><summary >点击查看更多</summary >
55
52
@@ -72,8 +69,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
72
69
* 获取某数据库下的表
73
70
* 获取用户信息
74
71
* 发送文本消息(可 @)
75
- * 发送图片(Python 客户端支持网络路径 )
76
- * 发送文件(Python 客户端支持网络路径 )
72
+ * 发送图片(支持网络路径 )
73
+ * 发送文件(支持网络路径 )
77
74
* 允许接收消息
78
75
* 停止接收消息
79
76
* 执行 SQL 查询
@@ -88,5 +85,6 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
88
85
* 拍一拍群友
89
86
* 邀请群成员
90
87
* 图片 OCR
88
+ * 转发消息
91
89
92
90
</details >
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env python3
2
2
# -*- coding: utf-8 -*-
3
3
4
- __version__ = "39.0.10 .0"
4
+ __version__ = "39.0.12 .0"
5
5
6
6
import atexit
7
7
import base64
You can’t perform that action at this time.
0 commit comments