Skip to content

2.0.6

Compare
Choose a tag to compare
@blueset blueset released this 14 Jan 02:48
· 4 commits to master since this release
36a94c5

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)