Skip to content

Releases: BlueMatthew/WechatExporter

Version 1.7.16

27 Feb 03:43
Compare
Choose a tag to compare

更新:

  1. 导出聊天发送的文件、转发的聊天记录、视频号消息/名片的导出以及其它消息类型导出的优化
  2. 优化了HTML模版(感谢Chao.M的帮助)
  3. 修复消息时间解析错误(未解析成本地时间)
  4. 调整MobileSync\Backup下的各个设备备份的子目录的判断规则,避免识别不出来
  5. Mac版本增加群选择,支持按名称,聊天记录数排序,以及单个和所有微信账户选择
  6. 导出的聊天记录目录和文件名优先使用好友昵称和群名
  7. 支持解析新版(至少微信7.0.21已更新)聊天记录数据格式
  8. 修复Windows下目录路径带特殊字符或者中文字符访问错误和音频未导出的bug
  9. 支持文本模式导出
  10. HTML格式实现数据异步加载以及切换非异步加载的UI控制(Windows:菜单控制, MacOS: checkbox控制)
  11. 加载用户和聊天信息时,不阻塞UI
  12. 修复1.7.13中解析微信用户目录的一个bug(多一种方式解析微信账户)

遗留问题:

  1. 转发的聊天记录的部分头像未能导出

编译需要的第三方lib/header:
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x64-windows-static.zip
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x86-windows-static.zip
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x64-windows-static-dbg.zip
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x86-windows-static-dbg.zip
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x64-macos-static.zip

Version 1.7.15

24 Feb 15:55
Compare
Choose a tag to compare

更新:

  1. 导出聊天发送的文件
  2. 导出转发的聊天记录
  3. 修复消息时间解析错误(未解析成本地时间)
  4. 调整MobileSync\Backup下的各个设备备份的子目录的判断规则,避免识别不出来
  5. Mac版本增加群选择,支持按名称,聊天记录数排序,以及单个和所有微信账户选择
  6. 导出的聊天记录目录和文件名优先使用好友昵称和群名
  7. 支持解析新版(至少微信7.0.21已更新)聊天记录数据格式
  8. 修复Windows下目录路径带特殊字符或者中文字符访问错误和音频未导出的bug
  9. 支持文本模式导出
  10. HTML格式实现数据异步加载以及切换非异步加载的UI控制(Windows:菜单控制, MacOS: checkbox控制)
  11. 加载用户和聊天信息时,不阻塞UI
  12. 修复1.7.13中解析微信用户目录的一个bug(多一种方式解析微信账户)
  13. 支持视频号消息/名片的导出以及其它消息类型导出的优化

遗留问题:

  1. 转发的聊天记录的部分头像未能导出

Windows下编译需要的第三方lib/header:
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x64-windows-static.zip
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x86-windows-static.zip
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x64-windows-static-dbg.zip
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x86-windows-static-dbg.zip

Version 1.7.13

17 Feb 12:51
Compare
Choose a tag to compare

更新:

  1. 导出聊天发送的文件
  2. 导出转发的聊天记录
  3. 修复消息时间解析错误(未解析成本地时间)
  4. 调整MobileSync\Backup下的各个设备备份的子目录的判断规则,避免识别不出来
  5. Mac版本增加群选择,支持按名称,聊天记录数排序,以及单个和所有微信账户选择
  6. 导出的聊天记录目录和文件名优先使用好友昵称和群名
  7. 支持解析新版(至少微信7.0.21已更新)聊天记录数据格式
  8. 修复Windows下目录路径带特殊字符或者中文字符访问错误和音频未导出的bug
  9. 支持文本模式导出
  10. HTML格式实现数据异步加载以及切换非异步加载的UI控制(Windows:菜单控制, MacOS: checkbox控制)
  11. 加载用户和聊天信息时,不阻塞UI

遗留问题:

  1. 转发的聊天记录的部分头像未能导出

Windows下编译需要的第三方lib/header:
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x64-windows-static.zip
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x86-windows-static.zip
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x64-windows-static-dbg.zip
https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x86-windows-static-dbg.zip

Version 1.7

26 Dec 02:02
Compare
Choose a tag to compare

更新:

  1. 导出转发的聊天记录
  2. 修复消息时间解析错误(未解析成本地时间)

遗留问题:

  1. 转发的聊天记录的头像未能导出

Version 1.6

14 Dec 13:00
Compare
Choose a tag to compare
  1. 增加错误处理和提示
  2. 优化代码

Version 1.5

07 Dec 12:43
Compare
Choose a tag to compare
  1. 修复列表的头像路径错误
  2. windows版本增加微信用户和聊天记录的选择并单独导出
  3. windows下编译需要的第三方lib/header见v1.0中的文件:
    https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x64-windows-static.zip

Version 1.4

30 Nov 13:47
Compare
Choose a tag to compare
  1. 修复列表的头像路径错误
  2. windows下编译需要的第三方lib/header见v1.0中的文件:
    https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x64-windows-static.zip

Version 1.3

27 Nov 12:58
Compare
Choose a tag to compare
  1. 修复多个bug
  2. windows下编译需要的第三方lib/header见v1.0中的文件:
    https://github.com/BlueMatthew/WechatExporter/releases/download/v1.0/x64-windows-static.zip

Version 1.0

16 Nov 15:15
Compare
Choose a tag to compare

微信聊天记录导出程序