Files
archived-wechat-versions/README.md
baiiylu 09f7e5317b refactor: rewrite in Python (#7)
* refactor: rewrite destVersionForMac in python; remove redundant code & files; new workflow parameter: Force create release using latest WeChat dmg;

* misc: update README file;
2026-02-13 05:39:14 +08:00

22 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Wechat For Macos Version Archive
收集官网 Mac 微信版本并保存至release。
## 更新日志
* 2026.2.12使用python重写脚本移除冗余文件和代码。在`4.0.5`版本后,之前获取精确版本号的规则失效,目前已修复;未来如果继续出现无法获取精确版本号则会自动采用大版本+build的形式`v4.0.0+build.12345`)。
* 2024.10.1通过转换dmg为img后解压获取精确的微信版本号例如3.8.9.xx在此之前后两位小版本号无法获取所以通过添加更新日期后缀来区分大版本中的小版本需在下载前自行判断。
项目使用 Github Action 每天自动检测微信**官网新版本更新**,计算 Hash/MD5 值并推送至仓库 Release。
项目仅抓取官网的Mac安装包并不包含App Store中的版本。
各版本更新日志可参见官网 [changelog](https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list&head=true)
相关项目:
- [微信 Windows 64 位 3.0 版本存档](https://github.com/tom-snow/wechat-windows-versions)
- [微信 Windows 32 位 3.0 版本存档](https://github.com/tom-snow/wechat-windows-versions-x86)
- [微信 Mac 3.0 & 4.0 版本存档](https://github.com/zsbai/wechat-versions)
*如有问题/侵权,请直接提交 issue 告知。*