We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cde0e commit bd8b15bCopy full SHA for bd8b15b
README.md
@@ -97,6 +97,10 @@ if __name__ == "__main__":
97
## 版本更新
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)
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wcfrust"
3
-version = "39.3.3-4"
+version = "39.3.3-5"
4
description = "A HTTP (Rust) client for WeChatFerry"
5
authors = ["Changhua"]
6
license = "MIT"
0 commit comments