Skip to content

Releases: finalpi/wechat2tg

v1.3.1

26 Nov 12:20
Compare
Choose a tag to compare

更新内容

  • 语音转文字设置没保存,发送格式问题
  • 本地日志变量

Update Notes

  • Voice-to-text settings not saved, sending format issues
  • Local log variables

v1.3.0

26 Nov 02:52
Compare
Choose a tag to compare

更新内容

感谢 @u2x1 提交的 PR

  • 语音转文字功能 #54
  • 屏蔽表情包功能 #53

Update Notes

  • Voice to text function #54
  • Emoji blocking function #53

v1.2.9

21 Nov 07:09
Compare
Choose a tag to compare

更新内容

  • 支持了自定义创建群组的名称格式
  • 支持了自定义文字消息显示格式 #51

Update Notes

  • Support custom name format for creating groups
  • Support custom text message display format #51

v1.2.8

09 Nov 03:58
Compare
Choose a tag to compare

更新内容

  • 修复开启压缩后相机拍摄的某些图片会自动旋转的问题 #49
  • 联系人绑定优化,遇到同名用户优先根据用户头像的hash值进行绑定

Update Notes

  • Fixed an issue where certain photos taken with the camera would auto-rotate when compression is enabled #49
  • Optimized contact binding: for users with the same name, priority is now given to binding based on the hash value of the user's profile picture

v1.2.7

04 Nov 08:36
Compare
Choose a tag to compare

更新内容

  • 如果在设置中启动了媒体压缩,宽度或高度大于1200像素的图片将进行本地压缩,新增/source命令获取原始文件
  • 微信的emoji表情优化,使用链接的方式展示telegram emoji中不存在的表情
  • 绑定微信群组的代码优化,微信群如果有重名,先根据seq判断,如果匹配不上,则根据与群人数做差的绝对值最小的群组绑定
  • 添加消息发送失败的重试次数,最多为3次,避免一直发送失败

Update Notes

  • If media compression is enabled in the settings, images with a width or height greater than 1200 pixels will be compressed locally. A new /source command has been added to retrieve the original file.
  • Optimized the display of WeChat emojis. For emojis not found in Telegram, they will be shown as links.
  • Code optimization for binding WeChat groups. If there are groups with duplicate names, the binding will first attempt to match based on the sequence number. If that fails, it will bind to the group with the smallest difference in the number of members.
  • Add the number of retries for failed message sending, up to 3 times, to avoid continuous sending failures.

v1.2.6

22 Oct 10:12
Compare
Choose a tag to compare

更新内容

  • 修复首次启动创建Telegram文件夹失败的问题 #42
  • 修复微信点开聊天窗就自动创建群组的问题
  • 修复由于Telegram User Client离线导致的消息丢失问题 #39

Update Content

  • Fixed the issue where the Telegram folder creation failed during the first startup #42
  • Fixed the issue where a group was automatically created when opening a WeChat chat window
  • Fixed the issue of message loss caused by the Telegram User Client being offline #39

v1.2.5

20 Sep 11:26
Compare
Choose a tag to compare

更新内容

  • 当微信的群名称发生改变的时候,同步更新telegram群组名称
  • 修复了当网络不稳定时会丢失消息的问题 #39

Update Notes

  • When the WeChat group name changes, the Telegram group name is updated accordingly.
  • Fixed the issue where messages would be lost when the network was unstable (#39).

v1.2.4

08 Sep 09:48
Compare
Choose a tag to compare

修复问题

  • tg 发送语音到微信失败 #37

Fixed Issue

  • Failed to send voice message from Telegram to WeChat - #37

v1.2.3

31 Aug 02:04
Compare
Choose a tag to compare

修复问题

  • 微信群聊有时无法获取到陌生人的昵称 #33

Bug Fix

  • Sometimes unable to retrieve the nicknames of strangers in WeChat group chats #33

v1.2.2

28 Aug 02:25
Compare
Choose a tag to compare

更新内容

  • 增加order命令快捷发送公众号指令,适用于快捷获取某个公众号的验证码之类的场景

修复问题

  • 未知消息为空消息体会一直发送的问题
  • 首次初始化数据库时会因为缺少字段报错

Updates

  • Added a quick order command for sending public account instructions, useful for quickly obtaining a verification code from a specific public account.

Bug Fixes

  • Fixed an issue where unknown messages with an empty message body would keep being sent repeatedly.
  • Fixed an error occurring during the first initialization of the database due to missing fields.