Releases: ehForwarderBot/efb-wechat-slave
Releases · ehForwarderBot/efb-wechat-slave
2.0.7
2.0.6
2.0.6 - 2022-01-13
Added 新增
- Remove log in session file before reauth attempts if the file is older than 5 minutes. 如果登录会话文件时长超过 5 分钟,在尝试重新登录前会将其删除。
- Add support to App Message type 4 增加对「4 号应用消息类型」的支持
- Avoid including repetitive quotations 避免重复的引文 (#122)
- Add Web WC error message prompt for ID 3 增加 3 号的 Web WC 错误信息的提示文 (#113)
- 5 more emoji conversions 增加 5 个 emoji 表情符号的转写
Removed 移除
- UOS Patch removed due to deprecation. UOS 补丁已因不可用而被移除。
Fixed 修复
- Attempt to prevent thread blocking upon exit during long polling (wxpy) 尝试防止在长时间轮询时退出线程阻塞(wxpy)
- Log response when account token fetched is not a valid JSON (itchat) 当获取的账户令牌不是有效的 JSON 时输出相应日志(itchat)
- Fail hot reload early by inspecting sync status upfront (itchat) 通过预先检查同步状态来提前避免热重载失败(itchat)
2.0.5
2.0.5 - 2021-05-22
Changed 变更
- Include UOS patch to
itchat
为itchat
追加 UOS 补丁
Removed 移除
- Remove itchat from dependencies as we have already vendor-ed it 从依赖库中移除 itchat、保留内置版本
Fixed 修复
- Allow cases when
flags
in config file is set to null 允许配置文件中flags
为 null 的情况
2.0.4
2.0.3
2.0.3 - 2020-11-23
Added 新增
- Step-by-step logging for session file and PUID mapping overwrite 登陆会话文件和 PUID 映射关系文件覆盖过程的逐步日志
Fixed 修复
- Attempt to fix issue where new chat is not properly recognised without verification 尝试修复无验证时新会话没有被识别的问题 (#108)
- Yet another attempt to fix batch incoming files / videos duplication 再次尝试修复传入文件、视频的内容重复问题
- Hide quotation marks when
max_quote_length
is set to 0 当max_quote_length
为 0 时隐藏引用内容外的引号
2.0.2
2.0.2 - 2020-07-09
Changed 变更
- Some changes to the translation of WeChat emoticon to emoji. 更新了部分微信表情的 emoji 转写。
Fixed 修复
- Files may appear with the same content when received at the same time from WeChat 当同时接收多个文件时,文件内容可能重复
- Wizard should return int instead of float 配置向导内函数应返回整型而非浮点型