diff --git a/README.MD b/README.MD index 0f50989..c593965 100644 --- a/README.MD +++ b/README.MD @@ -43,6 +43,10 @@ * 获取朋友圈消息 * 保存图片 * 保存语音 +* 发送卡片消息 +* 拍一拍群友 +* 邀请群成员 +* 图片 OCR @@ -211,8 +215,12 @@ Rust 客户端。 ## 版本更新 -### v39.0.7 (2023.12.03) -* 保存语音 +### v39.0.10 (2023.12.08) +* 代码优化 +* 发送卡片消息 +* 拍一拍群友 +* 邀请群成员 +* 图片 OCR
点击查看更多 @@ -224,6 +232,9 @@ Rust 客户端。 * `y` 是 `WeChatFerry` 的版本,从 0 开始 * `z` 是各客户端的版本,从 0 开始 +### v39.0.7 (2023.12.03) +* 保存语音 + ### v39.0.6 (2023.11.26) * 修复下载图片退出问题 diff --git a/clients/python/README.MD b/clients/python/README.MD index 2b47eb4..a7adc38 100644 --- a/clients/python/README.MD +++ b/clients/python/README.MD @@ -43,8 +43,13 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc ``` ## 版本更新 -### v39.0.7 (2023.12.03) -* 保存语音 + +### v39.0.10 (2023.12.08) +* 代码优化 +* 发送卡片消息 +* 拍一拍群友 +* 邀请群成员 +* 图片 OCR
点击查看更多 @@ -79,5 +84,9 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc * 获取朋友圈消息 * 保存图片 * 保存语音 +* 发送卡片消息 +* 拍一拍群友 +* 邀请群成员 +* 图片 OCR
diff --git a/clients/python/wcferry/client.py b/clients/python/wcferry/client.py index 38f13fe..e770aee 100644 --- a/clients/python/wcferry/client.py +++ b/clients/python/wcferry/client.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- -__version__ = "39.0.9.0" +__version__ = "39.0.10.0" import atexit import base64