Skip to content

Releases: finalpi/wechat2tg

v3.3.0

24 Mar 04:20

Choose a tag to compare

更新内容

  • 更新 server 版本,有概率解决某些账号无法登录的问题
  • 修复找不到上下文的图片消息发送失败的问题

Changelog

  • Update server version, potentially fixing the issue where some accounts cannot log in
  • Fix image message sending failure when context is not found

v3.2.2

18 Dec 13:55

Choose a tag to compare

更新内容

  • 新增消息无限重试的配置项,解决网络不好情况下消息丢失的问题
  • 新增公众号消息仅接收通知消息的设置项
  • 修复联系人列表获取不完整的问题
  • 修复网络不好的情况下创建多个重复群组的问题

Changelog

  • Added a configurable option for unlimited message retry, preventing message loss under poor network conditions
  • Added an option to receive notification-only messages for Official Accounts
  • Fixed an issue where the contact list was not fully retrieved
  • Fixed an issue that could cause multiple duplicate groups to be created under unstable network conditions

v3.2.1

29 Nov 07:24

Choose a tag to compare

更新内容

  • 修复网络不好时发送多次重复的消息和消息丢失问题
  • 修复收到新消息时不会自动创建群组的问题

Changelog

  • Fixed an issue where duplicate messages were sent and messages were lost when the network was poor.
  • Fixed an issue where a group would not be automatically created when a new message was received.

v3.2.0

03 Sep 11:54

Choose a tag to compare

更新内容

  • 修复 Telegram Bot 六位数验证码无法登录的问题

Changelog

  • Fix the issue preventing Telegram Bot login with the six-digit verification code

v3.1.9

11 Aug 03:27

Choose a tag to compare

更新内容

  • 修复无法登录的问题

Changelog

  • fix bug

v3.1.8

07 Aug 01:36

Choose a tag to compare

更新内容

  • 兼容新版本协议

Changelog

  • Compatible with the new version of the protocol

v3.1.7

01 Aug 09:48

Choose a tag to compare

更新内容

  • 新增 /relogin 命令,实现二次登录逻辑

Changelog

  • Added /relogin command to support secondary login process.

v3.1.6

23 Jul 01:41

Choose a tag to compare

更新内容:

  • 提高登录稳定性
  • 去掉旧版本的冗余配置

Changelog:

  • Improve login stability
  • Remove redundant configurations from older versions

v3.1.5

16 Jul 08:35

Choose a tag to compare

更新内容:

  • 新增异地登录失败时的提示

Changelog:

  • Added a prompt for failed remote login attempts

v3.1.4

08 Jul 00:50

Choose a tag to compare

更新内容:

  • 增加国际化支持
  • 微信登录支持代理方式
  • 优化登录流程的稳定性
  • 改进 TGS 压缩算法性能

Changelog:

  • Added support for internationalization
  • Enabled proxy-based login for WeChat authentication
  • Enhanced stability of the login process
  • Improved performance of the TGS compression algorithm