This commit is contained in:
Changhua 2023-09-28 08:24:13 +08:00
parent a6fc48cddc
commit dbc6ce058c
3 changed files with 7 additions and 4 deletions

View File

@ -207,8 +207,8 @@ Rust 客户端。
## 版本更新
### v39.0.2 (2023.07.16)
* 修复朋友圈消息 `is_group` 为 `True` 问题
### v39.0.3 (2023.09.28)
* 修复登录账号昵称超长报错问题
<details><summary>点击查看更多</summary>
@ -220,6 +220,9 @@ Rust 客户端。
* `y` 是 `WeChatFerry` 的版本,从 0 开始
* `z` 是各客户端的版本,从 0 开始
### v39.0.2 (2023.07.16)
* 修复朋友圈消息 `is_group` 为 `True` 问题
### v39.0.1 (2023.07.16)
* 获取朋友圈消息

Binary file not shown.

View File

@ -51,7 +51,7 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 39,0,2,0
FILEVERSION 39,0,3,0
PRODUCTVERSION 3,9,2,23
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@ -69,7 +69,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "WeChatFerry"
VALUE "FileDescription", "WeChatFerry"
VALUE "FileVersion", "39.0.2.0"
VALUE "FileVersion", "39.0.3.0"
VALUE "InternalName", "spy.dll"
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "OriginalFilename", "spy.dll"