Skip to content

Commit d3c33c9

Browse files
committed
Bump version to v39.3.3.6
1 parent 7d69518 commit d3c33c9

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

README.md

+2-18
Original file line numberDiff line numberDiff line change
@@ -95,24 +95,8 @@ if __name__ == "__main__":
9595
```
9696

9797
## 版本更新
98-
### v39.3.3-4 (2025.01.05)
99-
100-
*[PR69](https://github.com/lich0821/wcf-client-rust/pull/69)
101-
102-
### v39.3.3-4 (2025.01.05)
103-
104-
* 查询群成员接口,返回成员名称为空时,默认使用联系人列表里的名称返回
105-
106-
### v39.3.3-1(2024.11.18)
107-
108-
* 新增消息转发正则白名单配置,只针对r#type为1的纯文本消息
109-
未配置白名单,则默认转发所有消息
110-
配置白名单,只有符合正则的消息才会转发
111-
非文本消息,如好友消息,红包消息,卡片消息等默认转发
112-
113-
### v39.3.3(2024.11.15)
114-
115-
* 升级 WCF 至 v39.3.3
98+
### v39.3.3-5 (2025.01.26)
99+
* 修复获取群昵称
116100

117101
## 一起开发(🚫非开发者不用往下看)
118102
### 搭建开发环境

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wcfrust"
3-
version = "39.3.3-5"
3+
version = "39.3.3-6"
44
description = "A HTTP (Rust) client for WeChatFerry"
55
authors = ["Changhua"]
66
license = "MIT"

0 commit comments

Comments
 (0)