Skip to content

Commit cee7c00

Browse files
authored
Merge branch 'wechaty:main' into main
2 parents e7a23ce + 2cd0438 commit cee7c00

13 files changed

+3351
-530
lines changed

.vscode/launch.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"configurations": [
3+
{
4+
"type": "cmake",
5+
"request": "launch",
6+
"name": "Debug portfile(s)",
7+
"cmakeDebugType": "external",
8+
"pipeName": "\\\\.\\pipe\\vcpkg_ext_portfile_dbg",
9+
"preLaunchTask": "Debug vcpkg commands"
10+
}
11+
]
12+
}

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,16 @@ puppet-xp|wechat|npm install|
102102

103103
## HISTORY
104104

105-
### next v1.13.0 (September 21, 2023)
105+
### v1.13.12
106+
107+
1. Fixed the bug where the system crashes upon receiving a message before successful startup
108+
109+
### v1.13.9
110+
111+
1. Add setting for contact remark
112+
2. Optimize sample code
113+
114+
### v1.13.0 (September 21, 2023)
106115

107116
1. This version start to support WeChat v3.9.2.23,need to update WeChat on your pc to 3.9.2.23
108117
2. [WeChatSetup-v3.9.2.23.exe](https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.2.23/WeChatSetup-3.9.2.23.exe)

0 commit comments

Comments
 (0)