Skip to content

Commit

Permalink
Merge branch 'wechaty:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
atorber authored Apr 10, 2024
2 parents e7a23ce + 2cd0438 commit cee7c00
Show file tree
Hide file tree
Showing 13 changed files with 3,351 additions and 530 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"configurations": [
{
"type": "cmake",
"request": "launch",
"name": "Debug portfile(s)",
"cmakeDebugType": "external",
"pipeName": "\\\\.\\pipe\\vcpkg_ext_portfile_dbg",
"preLaunchTask": "Debug vcpkg commands"
}
]
}
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,16 @@ puppet-xp|wechat|npm install|

## HISTORY

### next v1.13.0 (September 21, 2023)
### v1.13.12

1. Fixed the bug where the system crashes upon receiving a message before successful startup

### v1.13.9

1. Add setting for contact remark
2. Optimize sample code

### v1.13.0 (September 21, 2023)

1. This version start to support WeChat v3.9.2.23,need to update WeChat on your pc to 3.9.2.23
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)
Expand Down
Loading

0 comments on commit cee7c00

Please sign in to comment.